commit: r1753 - in neon/branches/0.29.x: . macros
joe at manyfish.co.uk
joe at manyfish.co.uk
Mon Dec 14 15:45:21 EST 2009
Author: joe
Date: Mon Dec 14 12:45:16 2009
New Revision: 1753
Modified:
neon/branches/0.29.x/NEWS
neon/branches/0.29.x/macros/neon.m4
Log:
* macros/neon.m4, NEWS: Prepare for 0.29.1.
Modified: neon/branches/0.29.x/NEWS
==============================================================================
--- neon/branches/0.29.x/NEWS (original)
+++ neon/branches/0.29.x/NEWS Mon Dec 14 12:45:16 2009
@@ -1,3 +1,13 @@
+Changes in release 0.29.1:
+* Fixes for (Unix) NTLM implementation:
+ - fix handling of session timeout (Kai Sommerfeld)
+ - fix possible crash (basic at mozdev.org)
+* Fix unnecessary re-authentication with SSPI (Danil Shopyrin)
+* Build fixes for Win32:
+ - fix use of socklen_t with recent SDKs (Stefan Kung)
+ - fix USE_GETADDRINFO on Win2K (Kai Sommerfeld)
+* Fix build with versions of GnuTLS older than 2.8.0.
+
Changes in release 0.29.0:
* Interface changes:
- none, API and ABI backwards-compatible with 0.28.x and 0.27.x
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 Dec 14 12:45:16 2009
@@ -137,7 +137,7 @@
# Define the current versions.
NE_VERSION_MAJOR=0
NE_VERSION_MINOR=29
-NE_VERSION_PATCH=0
+NE_VERSION_PATCH=1
NE_VERSION_TAG=
# 0.29.x is backwards-compatible to 0.27.x, so AGE=2
More information about the neon-commits
mailing list