summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbb7320..364b223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)