summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:39 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:39 +0200
commit7cf57ee38648ce5729b97209e4bf87ae92c726b6 (patch)
tree7a1e89b9c5e85db7ecd736cb0fa375277de8def1 /ChangeLog
parent58048f62e9ce8d1754192edd702f7f3bbcea24c6 (diff)
parentc3ccf5e3e6737f81863b085289fd830e732b41f9 (diff)
Merge tag 'upstream/0.8.1'
Upstream version 0.8.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a55867..cbb7320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-10-20 -- 0.8.1
+
+ * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23)
+ * Fixed: Bug in internal function that may flip uriEqualsUri results around
+ * Added: Function uriAddBaseUriEx allowing to resolve URIs with
+ a scheme identical to that of the base URI to resolve against
+ as if the URI to resolve had no scheme specified, when flag
+ URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified (feature request #4)
+ * Soname: 1:17:0
+
2014-07-12 -- 0.8.0.1
* Fixed: ISO C90 warnings (bug #20)