summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-09-25 09:25:17 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-09-25 09:25:17 +0000
commitc9c19a766620ea7585c8c0d3ab417becbca09b73 (patch)
tree990b360295410be8eb3c1a004e4654f180cb70e8
parentc02edb356ca24c24b902c1f9c231f66d31751b2c (diff)
downloadneon-c9c19a766620ea7585c8c0d3ab417becbca09b73.tar.gz
Bump to 0.27.2.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.27.x@1258 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-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