[git] Assuan - branch, master, updated. libassuan-2.4.4-5-gc39244a

by Werner Koch cvs at cvs.gnupg.org
Fri Dec 1 15:45:37 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPC library used by GnuPG".

The branch, master has been updated
       via  c39244aa5802d7ec44134def94a5c919752b5491 (commit)
       via  a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0 (commit)
      from  0b551de6ca57790c511f32755880bbeaa1cacf85 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c39244aa5802d7ec44134def94a5c919752b5491
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 1 15:41:08 2017 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 9d7fdb3..022af96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.4.6 (unreleased) [C7/A7/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 2.4.5 (2017-12-01) [C7/A7/R5]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index ddd28b4..40c378c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ min_automake_version="1.14"
 m4_define([mym4_package],[libassuan])
 m4_define([mym4_major], [2])
 m4_define([mym4_minor], [4])
-m4_define([mym4_micro], [5])
+m4_define([mym4_micro], [6])
 
 # To start a new development series, i.e a new major or minor number
 # you need to mark an arbitrary commit before the first beta release

commit a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 1 15:27:46 2017 +0100

    Release 2.4.5

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

-----------------------------------------------------------------------

Summary of changes:
 NEWS         | 8 +++++++-
 configure.ac | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list