Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use github-releases for upstream tracking. Changelog: 2022-10-05 -- 0.9.7 * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing (GitHub openembedded#146, GitHub openembedded#150) Thanks to Scallop Ye for the report and the pull request! * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub openembedded#139, GitHub openembedded#141); thanks to Mariusz Zaborski for the report! * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro checks for both MinGW and mingw-w64 (GitHub openembedded#131) * Fixed: Compiler warnings (GitHub openembedded#132, GitHub openembedded#152) * Improved: Use name UriConfig.h rather than generic config.h for the config header file to avoid name clashes and also include it through "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found in quote path locations (GitHub openembedded#149) Thanks to Gaspard Petit for bringing this up! * Improved: Document need for UriConfig.h in UriMemory.c (GitHub openembedded#136) * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub openembedded#152) * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub openembedded#152) * Infrastructure: Update Clang from 13 to 15 (GitHub openembedded#143, GitHub openembedded#151) * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub openembedded#142, GitHub openembedded#144, GitHub openembedded#145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information