diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:55 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:55 +0200 |
commit | 950148753b2eb4be3f5e63a68b3b3b9f36ea771b (patch) | |
tree | 48d0e21ea28a9d7c862ba2ecc04ac04acb02d567 /ChangeLog | |
parent | 3aa8ef714e64554d4bae7139d8e8df90bf57201e (diff) | |
parent | 37e3bea32e9078168cd2622dcc976d7d10739088 (diff) |
Merge tag 'upstream/0.8.2'
Upstream version 0.8.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2015-04-27 -- 0.8.2 + + * Fixed: Broken conversion from/to Windows network shares (bug #21) + Thanks to Adam Gross and Dmitry Repkin! + * Fixed: Limit uriCompareRange return values to -1/0/1 (bug #24) + As a side effect, this fixes the test suite for AArch64. + Thanks to Marcin Juszkiewicz for the patch! + * Fixed: MinGW Makefile: + LIB_DIR fixed from ../../lib leftover to ../../src (bug #27) + Thanks to Dmytro Zagashev for the report! + * Fixed: Add missing NULL checks to UriStringToFilename (bug #25) + Thanks to Jerome Custodio for the report! + * Changed: Leave inlining decisions to GCC + * Soname: 1:18:0 + 2014-10-20 -- 0.8.1 * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23) |