summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2014-09-20 19:33:03 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2014-09-20 19:33:03 +0000
commit0367e0fc3203548017f51f2d462bebbf15810f6b (patch)
treed2e9e3f07cc1c8c7b116315aed4e0d7ab3f464a6
parente324a7d46edc06aba6b04ac3534c78fdcee938de (diff)
downloadneon-0367e0fc3203548017f51f2d462bebbf15810f6b.tar.gz
News is good news.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.30.x@1950 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f5058c..0954a77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in release 0.30.1:
+* Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
+* Fix possible crash after DNS lookup 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