summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-12-01 15:27:46 +0100
committerWerner Koch <wk@gnupg.org>2017-12-01 15:27:54 +0100
commita70eaa8a3347660cf2f66ada0fa82cf991a1d7a0 (patch)
treeec75ae212a9a8b9776f5c5cf6103afdbf04939be
parent0b551de6ca57790c511f32755880bbeaa1cacf85 (diff)
downloadlibassuan-a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0.tar.gz
Release 2.4.5libassuan-2.4.5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f3c7a1d..9d7fdb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 2.4.5 (unreleased) [C7/A7/R_]
+Noteworthy changes in version 2.4.5 (2017-12-01) [C7/A7/R5]
------------------------------------------------
+ * Avoid a blocking close on Windows with nPth. [#3378]
+
Noteworthy changes in version 2.4.4 (2017-11-16) [C7/A7/R4]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0c3998b..ddd28b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=7
LIBASSUAN_LT_AGE=7
-LIBASSUAN_LT_REVISION=4
+LIBASSUAN_LT_REVISION=5
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2