Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-01-04 | 1.2 kB | |
release-1.8.0 source code.tar.gz | 2017-01-04 | 1.4 MB | |
release-1.8.0 source code.zip | 2017-01-04 | 1.7 MB | |
Totals: 3 Items | 3.1 MB | 0 |
This is the first pre-release of the 1.8.x branch of pupnp. The API of this branch is not backward compatible with the 1.6.x branch. So, to avoid breaking existing applications which depend on the usual 1.6.x API, the 1.8.x branch will: - install its headers into the upnp-1.8 subdirectory - add the "-1.8" suffix to its library names (for example libupnp-1.8.so), its pkgconfig file (libupnp-1.8.pc) or its samples (for example tv_ctrlpt-1.8)
For the time being, both branches will continue to be maintained.
What's Changed
- Fix crash when debug is enabled by @gburca in https://github.com/pupnp/pupnp/pull/11
- Fix UpnpSendAdvertisement() expiration limit by @ffontaine in https://github.com/pupnp/pupnp/pull/13
- Update to upnp-1.8 by @ffontaine in https://github.com/pupnp/pupnp/pull/16
- Update sample, test and unittest program names by @ffontaine in https://github.com/pupnp/pupnp/pull/17
- Fix compiler warning by @gburca in https://github.com/pupnp/pupnp/pull/18
New Contributors
- @gburca made their first contribution in https://github.com/pupnp/pupnp/pull/11
Full Changelog: https://github.com/pupnp/pupnp/commits/release-1.8.0