From a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 1 Dec 2017 15:27:46 +0100 Subject: Release 2.4.5 --- NEWS | 4 +++- configure.ac | 2 +- 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 -- cgit v1.2.3