summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:38 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:38 +0200
commitc3ccf5e3e6737f81863b085289fd830e732b41f9 (patch)
tree1818bff2d8c4323edd4b65a419b1a6b76932c2c9 /ChangeLog
parent886e5076c8e81fd0cdfe82dbf4a80d19e778d594 (diff)
Imported Upstream version 0.8.1upstream/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)