summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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