summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2011-05-03 12:09:46 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2011-05-03 12:09:46 +0000
commit844a0695bab686d1f01e4eb4b76e95edffd69171 (patch)
tree3a090e3af4d7791e6c8eafb20e47b19021495fcc
parent2e17740e1efa682bc4eead7044032246b741d595 (diff)
downloadneon-844a0695bab686d1f01e4eb4b76e95edffd69171.tar.gz
* NEWS: Tweak ordering.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.29.x@1841 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index acd354b..babeb95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
Changes in release 0.29.6:
* Don't abort SSL handshake with GnuTLS if a client cert is requested
but none is configured/available (thanks to Patrick Ohly)
-* Fix the method string passed to create_request hooks to have the same
- lifetime as the request object (Patrick Ohly)
* Fix GnuTLS build with Nettle (Arfrever Frehtes Taifersar Arahesis)
* Win32: Fix handling of SSPI challenges (Ivan Zhakov)
+* Fix the method string passed to create_request hooks to have the same
+ lifetime as the request object (Patrick Ohly)
* Docs updates.
Changes in release 0.29.5: