diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2020-06-01 18:51:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2020-06-01 18:51:18 +0200 |
commit | 7da874bcc1eb3c750b4d2ba5b075bb01a53d4551 (patch) | |
tree | da1243f0490cda2ee9a7a86b132b149f75943e62 /ChangeLog | |
parent | 355cb01a1dd3c595034d0f66269bb805f3191e3b (diff) | |
parent | 9a2dfe455d3ccf649e2a0f78a50927580bcbbe19 (diff) |
Update upstream source from tag 'upstream/0.9.4'
Update to upstream version '0.9.4'
with Debian dir 9222e60cc304851fd6749a50170d5723032f250b
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -2,6 +2,28 @@ NOTE: uriparser is looking for help with a few things: https://github.com/uriparser/uriparser/labels/help%20wanted If you can help, please get in touch. Thanks! +2020-05-31 -- 0.9.4 + + * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67) + * Fixed: CMake: Support GTest 1.8.0 (GitHub #68) + Thanks to Ryan Schmidt for the related report! + * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than + GTEST_INCLUDE_DIR (GitHub #79, #81) + Thanks to Wouter Beek for the related report! + * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72) + Thanks to Scott Donelan for the patch! + * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without + a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69) + * Added: Functions to make UriUri[AW] instances independent of the original + URI string (GitHub #77 and #78) + New functions: + uriMakeOwner[AW] + uriMakeOwnerMm[AW] + * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of + files, defaults to "ON" (GitHub #74, #75) + Thanks to Scott Donelan for the patch! + * Soname: 1:26:0 + 2019-04-28 -- 0.9.3 * Fixed: pkg-config: Fix version line in liburiparser.pc (GitHub #65) |