summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2010-01-11 22:59:31 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2010-01-11 22:59:31 +0000
commit951904e70cbea94d8a1884ea517b56f08aae0430 (patch)
treed0282b636079b239966baf96bdabb7ceac6f8ecb
parentad707a2e74070089dd6f5a7cfe0574dbcc0f1ed4 (diff)
downloadneon-951904e70cbea94d8a1884ea517b56f08aae0430.tar.gz
* macros/neon.m4, NEWS: Missed a backport :(
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.29.x@1787 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS3
-rw-r--r--macros/neon.m44
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3de6aac..a194348 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in release 0.29.4:
+* Fix possible Solaris linker errors if building static library.
+
Changes in release 0.29.3:
* Change ne_sock_close() to no longer wait for SSL closure alert:
- fixes possible hang with IIS servers when closing SSL connection
diff --git a/macros/neon.m4 b/macros/neon.m4
index a3a400a..9e6bcce 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2009 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
+# Copyright (C) 1998-2010 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
# Copyright (C) 2004 Aleix Conchillo Flaque <aleix@member.fsf.org>
#
# This file is free software; you may copy and/or distribute it with
@@ -137,7 +137,7 @@ AC_DEFUN([NE_VERSIONS_BUNDLED], [
# Define the current versions.
NE_VERSION_MAJOR=0
NE_VERSION_MINOR=29
-NE_VERSION_PATCH=3
+NE_VERSION_PATCH=4
NE_VERSION_TAG=
# 0.29.x is backwards-compatible to 0.27.x, so AGE=2