commit: r1787 - in neon/branches/0.29.x: . macros

joe at manyfish.co.uk joe at manyfish.co.uk
Mon Jan 11 17:59:31 EST 2010


Author: joe
Date: Mon Jan 11 14:59:31 2010
New Revision: 1787

Modified:
   neon/branches/0.29.x/NEWS
   neon/branches/0.29.x/macros/neon.m4

Log:
* macros/neon.m4, NEWS: Missed a backport :(


Modified: neon/branches/0.29.x/NEWS
==============================================================================
--- neon/branches/0.29.x/NEWS	(original)
+++ neon/branches/0.29.x/NEWS	Mon Jan 11 14:59:31 2010
@@ -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

Modified: neon/branches/0.29.x/macros/neon.m4
==============================================================================
--- neon/branches/0.29.x/macros/neon.m4	(original)
+++ neon/branches/0.29.x/macros/neon.m4	Mon Jan 11 14:59:31 2010
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2009 Joe Orton <joe at manyfish.co.uk>    -*- autoconf -*-
+# Copyright (C) 1998-2010 Joe Orton <joe at manyfish.co.uk>    -*- autoconf -*-
 # Copyright (C) 2004 Aleix Conchillo Flaque <aleix at member.fsf.org>
 #
 # This file is free software; you may copy and/or distribute it with
@@ -137,7 +137,7 @@
 # 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



More information about the neon-commits mailing list