Releases: hzeller/gmrender-resurrect
Fix some version references
Same as https://github.com/hzeller/gmrender-resurrect/releases/tag/v0.2 but fixing some version references not updated before.
Maintenance release: compatible with latest downstream libs
This is a maintenance release to make sure to be compatible with current UPnP library.
@mill1000 contributed to this release.
Release 0.1
- Update
set_uri
while already playing ( #241 ) - Make compatible for latest upnp: don't use deprecated ithread but use pthread directly.
Release 0.0.9
- More fine-grained mime filters
- Reduced memory in scan mime list
- A bunch of little cleanups.
- Use UpnpInit2() as the old has been dropped from libupnp (to fix CVE-2020-12695). This means, there is no
--ip-address
anymore to bind, but--interface-name
instead.
Release 0.0.8
After years of accumulating smaller changes in the 0.0.7-development, it is time for a 'proper' 0.0.8 release.
Gmrender-resurrect is pretty stable, so it has not seen many changes, but there are plans to work on interesting features (such as OpenHome; modernizing code), so having a stable version is good.
A recent effort to make it compile against upnp 1.8 (thanks @coldtobi for the initial patch and @mill1000 to make it compatible with old and new UPnP libraries), makes this version easily compile on old and new linux distributions.
Speaking of distributions: some distribution scripts still refer to 0.0.7; if you are a distribution maintainer, please send me a pull-request if you need changes.