summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 364b223..8fc5a79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-10-04 -- 0.8.3
+
+ * Fixed: uriCompareRange reported NULL pointer and range of
+ length zero as equal, by mistake.
+ Thanks to Robert Kausch and his Coverity report.
+ * Fixed: Use-after-free in out-of-memory code of uriMakeOwner.
+ Thanks to Chris Hills and his Klocwork-based report (bug #28)
+ * Soname: 1:19:0
+
2015-04-27 -- 0.8.2
* Fixed: Broken conversion from/to Windows network shares (bug #21)