summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--macros/neon.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 555c6d2..9ab353f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in release 0.27.2:
+* Fix crash in GSSAPI Negotiate response header verification (regression
+ since 0.26.x)
+
Changes in release 0.27.1:
* Fix regression in response progress counter for notifier/progress callbacks
* Fix interface description for ne_set_notifier() callback; sr.total
diff --git a/macros/neon.m4 b/macros/neon.m4
index 2d2ee0a..8cfcdc0 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=27
-NE_VERSION_PATCH=0
+NE_VERSION_PATCH=2
NE_VERSION_TAG=
# libtool library interface versioning. Release policy dictates that