summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-21 06:37:05 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-21 06:37:05 +0000
commit1cadc0a48e69d5f0960f0f84cbfa430a68f1aef0 (patch)
tree9a5141294f2575770dcd22abbfe941bbbc493f10
parenteeab34f875b1ef81a583c45775b85e300f66fff5 (diff)
downloadneon-1cadc0a48e69d5f0960f0f84cbfa430a68f1aef0.tar.gz
* macros/neon.m4 (NE_VERSIONS_BUNDLED): Bump to 0.25.1.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.25.x@628 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS5
-rw-r--r--macros/neon.m42
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3de2573..572d5d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
Changes in release 0.25.1:
* ne_get_content_type(): fix cases where the charset field was not set
to NULL after successful return (Johannes Schneider)
+* Compressed response handling fixes:
+ - fix double invocation of reader callback with len=0
+ - fix cases where the reader callback return value was ignored
* Cache the new SSL session if the old one was expired (Robert Eiglmaier)
-* Win32: fix various build issues.
+* Win32: fix build issues.
Changes in release 0.25.0:
* New interfaces:
diff --git a/macros/neon.m4 b/macros/neon.m4
index 0e9c012..aae2ea0 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -137,7 +137,7 @@ AC_DEFUN([NE_VERSIONS_BUNDLED], [
# Define the current versions.
NE_VERSION_MAJOR=0
NE_VERSION_MINOR=25
-NE_VERSION_PATCH=0
+NE_VERSION_PATCH=1
NE_VERSION_TAG=
# libtool library interface versioning. Release policy dictates that