summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-08-28 14:46:16 +0200
committerWerner Koch <wk@gnupg.org>2015-08-28 14:47:32 +0200
commitcdb1e6484d6f094f8e795bfec5b314ec524a90f8 (patch)
treef0c3a7a17dc146acba105b566f93a0b33e8f0cba /NEWS
parent6d4a8ee2a6c749eec70bd3ae804f21456e375727 (diff)
downloadlibassuan-cdb1e6484d6f094f8e795bfec5b314ec524a90f8.tar.gz
Release 2.3.0libassuan-2.3.0
* configure.ac: Set LT version to C6/A6/R0. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a851b6a..5488a4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
-Noteworthy changes in version 2.3.0 (unreleased) [C5/A5/R_]
+Noteworthy changes in version 2.3.0 (2015-08-28) [C6/A6/R0]
------------------------------------------------
- * Support Cygwin's local sockets.
+ * Now wipes out the memory of the context structure before freeing.
+ The context may have stored sensitive data in its line buffers.
+
+ * Fixed a problem with the data length limit in assuan_inquire.
+
+ * Returns GPG_ERR_SOURCE_ASSUAN with errors from functions w/o a
+ context.
+
+ * Two new functions to tweak the behaviour of the socket wrappers.
+
+ * Experimental code to support Cygwin's local sockets.
+
+ * By default build without a build timestamp.
* Interface changes relative to the 2.2.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~