Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libupnp-1.12.0.tar.bz2.sha1 | 2020-01-22 | 65 Bytes | |
libupnp-1.12.0.tar.bz2 | 2020-01-22 | 680.4 kB | |
README.md | 2020-01-22 | 2.9 kB | |
release-1.12.0 source code.tar.gz | 2020-01-22 | 786.4 kB | |
release-1.12.0 source code.zip | 2020-01-22 | 944.7 kB | |
Totals: 5 Items | 2.4 MB | 0 |
- New list management
- ExtraHeaders should be ok
- Many other enhancements, please see the Changelog.
What's Changed
- config.h: Remove DEBUG_TARGET by @ePirat in https://github.com/pupnp/pupnp/pull/124
- Check for -lpthread too by @ePirat in https://github.com/pupnp/pupnp/pull/123
- Do not redeclare timezone struct if already defined in Mingw by @ePirat in https://github.com/pupnp/pupnp/pull/126
- Fix interface filtering for Windows by @ePirat in https://github.com/pupnp/pupnp/pull/125
- Use rand_s in get_random_info on Windows by @ePirat in https://github.com/pupnp/pupnp/pull/127
- Overhaul list.h to fix various issues by @ePirat in https://github.com/pupnp/pupnp/pull/128
- Remove and replace the list.h file in https://github.com/pupnp/pupnp/pull/129
- Add forgotten Windows dll export qualifiers in https://github.com/pupnp/pupnp/pull/130
- Add Github Actions based CI by @ePirat in https://github.com/pupnp/pupnp/pull/132
- Remove checks of OSX define by @ePirat in https://github.com/pupnp/pupnp/pull/133
- LinkedList: Simplify _WIN32 check by @ePirat in https://github.com/pupnp/pupnp/pull/134
- configure.ac: Enable silent rules by @ePirat in https://github.com/pupnp/pupnp/pull/135
- configure.ac: Fix Windows detection by @ePirat in https://github.com/pupnp/pupnp/pull/136
- Various compiler warning fixes by @ePirat in https://github.com/pupnp/pupnp/pull/137
- Remove unused defines in uri.h by @ePirat in https://github.com/pupnp/pupnp/pull/139
- Remove unused headers by @ePirat in https://github.com/pupnp/pupnp/pull/141
- Doxygen changes by @ePirat in https://github.com/pupnp/pupnp/pull/142
- Remove IN, OUT and INOUT defines by @ePirat in https://github.com/pupnp/pupnp/pull/140
- More warning fixes by @ePirat in https://github.com/pupnp/pupnp/pull/143
- Add -Wextra and -Wpedantic to get more warnings by @ePirat in https://github.com/pupnp/pupnp/pull/144
- Add list test by @ePirat in https://github.com/pupnp/pupnp/pull/145
- Remove TRUE/FALSE defines and BOOL typedef by @ePirat in https://github.com/pupnp/pupnp/pull/147
- CI: Add address sanitizer and leak sanitizer enabled test run by @ePirat in https://github.com/pupnp/pupnp/pull/146
- CI: Remove .travis.yml by @ePirat in https://github.com/pupnp/pupnp/pull/148
- UpnpEnableWebserver: Error correctly when web server compiled-out by @ePirat in https://github.com/pupnp/pupnp/pull/149
- Remove unused files by @ePirat in https://github.com/pupnp/pupnp/pull/150
- fix readme link to ChangeLog by @Tieske in https://github.com/pupnp/pupnp/pull/154
- docs(readme) update build instructions by @Tieske in https://github.com/pupnp/pupnp/pull/155
New Contributors
- @ePirat made their first contribution in https://github.com/pupnp/pupnp/pull/124
Full Changelog: https://github.com/pupnp/pupnp/compare/release-1.10.1...release-1.12.0