File pulseaudio-dlna.changes of Package pulseaudio-dlna
-------------------------------------------------------------------
Mon Sep 4 12:36:19 UTC 2017 - alarrosa@suse.com
- Initial release of pulseaudio-dlna 0.5.2, obtained from packman
-------------------------------------------------------------------
Fri Apr 1 00:00:00 UTC 2016 - antoine.belvire@laposte.net
- Update to 0.5.2:
* Catch an exception when record processes cannot start properly
* Fix the --filter-device option (0.5.1)
* Prioritize mp3 over flac for Chromecasts (0.5.1)
- Remove pulseaudio-dlna-0.5.0-fix-filter-device-option.patch
-------------------------------------------------------------------
Wed Mar 30 00:00:00 UTC 2016 - antoine.belvire@laposte.net
- Add pulseaudio-dlna-0.5.0-fix-filter-device-option.patch: fix
--device-filter option.
-------------------------------------------------------------------
Wed Mar 9 00:00:00 UTC 2016 - antoine.belvire@laposte.net
- Update to 0.5.0.1:
* Set Yamaha devices to the appropriate mode before playing
(thanks to hlchau) (new dependency: python-lxml)
* Fix a bug where some SSDP messages could not get parsed
correctly
* Also support media renderers identifying as
urn:schemas-upnp-org:device:MediaRenderer:2
* Add the --disable-workarounds flag
* Add the --auto-reconnect flag
* Add the --encoder-backend option (new optional dependency:
ffmpeg)
* Remove shared encoder processes
* Increase the default HTTP timeout to 15 seconds
* Fix a bug where manually added renderers could appear twice
* Add device state polling for devices which start playing on
their own
* Add the flac encoder for Google Chromecast
* Add support for Google Cast Groups (new dependency
python-zeroconf)
* Remove dependency python-beautifulsoup
* Fix a bug where bytes were not decoded properly to unicode
-------------------------------------------------------------------
Tue Jan 5 00:00:00 UTC 2016 - antoine.belvire@laposte.net
- Add python-setuptools as requirement (boo#960622)
-------------------------------------------------------------------
Sun Nov 22 00:00:00 UTC 2015 - antoine.belvire@laposte.net
- Update to 0.4.7:
* The application can now co-exist with other applications which
are using the port 1900/udp (thanks to klaernie)
* Fix the daemon mode to support psutil 1.x and 2.x (thanks to
klaernie)
* HTML entities in device descriptions are now converted
automatically
* Faster and more reliable device discovery (new dependency
python-netifaces)
* Add the --cover-mode option, one mode requires (optional)
dependencies gtk, cairo, rsvg
* L16 codecs are now selected better (e.g. needed for XBox 360)
* Fix a bug where sometimes it was tried to remove sinks twice
on cleanup
* Add the --update-device-config flag
* Add the --ssdp-ttl, --ssdp-mx, --ssdp-amount options