summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--macros/neon.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3f5058c..d749d7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in release 0.30.1:
+* Fix possible crash after DNS resolver errors on Windows (Olivier Goffart)
+* Don't fail if the SSL cert changes between connections with OpenSSL,
+ behaviour now matches that with GnuTLS.
+* Fix static linking with pkg-config file (Alan H).
+
Changes in release 0.30.0:
* Interface changes:
- none, API and ABI backwards-compatible with 0.27.x and later
diff --git a/macros/neon.m4 b/macros/neon.m4
index 92f76bf..5f878ba 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=30
-NE_VERSION_PATCH=0
+NE_VERSION_PATCH=1
NE_VERSION_TAG=
# 0.30.x is backwards-compatible to 0.27.x, so AGE=3