[git] Assuan - branch, master, updated. libassuan-2.4.3-14-g4f0abf4

by Werner Koch cvs at cvs.gnupg.org
Thu Nov 16 09:47:23 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  4f0abf4f5cd5b172611bd7da87da53e0fbb27c12 (commit)
       via  3611db285fda5514c25fe18322bc02a2d257ab9e (commit)
      from  4f5596cf09c9e3e7845aa703f68e49168797fd2a (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 4f0abf4f5cd5b172611bd7da87da53e0fbb27c12
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Nov 16 09:42:45 2017 +0100

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index c9b270b..f3c7a1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.4.5 (unreleased) [C7/A7/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 2.4.4 (2017-11-16) [C7/A7/R4]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 13d94d2..0c3998b 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], [4])
+m4_define([mym4_micro], [5])
 
 # 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 3611db285fda5514c25fe18322bc02a2d257ab9e
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Nov 16 09:29:25 2017 +0100

    Release 2.4.4
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index 6a41dd5..c9b270b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
-Noteworthy changes in version 2.4.4 (unreleased) [C7/A7/R_]
+Noteworthy changes in version 2.4.4 (2017-11-16) [C7/A7/R4]
 ------------------------------------------------
 
+ * New configure option --disable-doc.
+
+ * Fix the use of nanosleep.
+
+ * Portability fixes for OpenBSD and macOS. [#2910]
+
+ * Portability fix for systems not defining INADDR_LOOPBACK. [#2447]
+
+ * Improve descriptor passing test to fix a Cygwin build
+   problem. [#3384]
+
 
 Noteworthy changes in version 2.4.3 (2016-07-14) [C7/A7/R3]
 ------------------------------------------------
diff --git a/README b/README
index e5840b1..e84da57 100644
--- a/README
+++ b/README
@@ -13,10 +13,10 @@
     (GPLv3+).
 
     Please send bug report to the gnupg-devel mailing list or enter
-    them into the gnupg bug tracker at http://bugs.gnupg.org using the
+    them into the gnupg bug tracker at https://bugs.gnupg.org using the
     category "libassuan".
 
-    The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan.
+    The primary FTP site is https://gnupg.org/ftp/gcrypt/libassuan.
 
 
     Notes for Windows CE:
diff --git a/configure.ac b/configure.ac
index 61fd09d..13d94d2 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=3
+LIBASSUAN_LT_REVISION=4
 
 # If the API is changed in an incompatible way: increment the next counter.
 LIBASSUAN_CONFIG_API_VERSION=2

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

Summary of changes:
 NEWS         | 17 ++++++++++++++++-
 README       |  4 ++--
 configure.ac |  4 ++--
 3 files changed, 20 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list