summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-11-16 09:29:25 +0100
committerWerner Koch <wk@gnupg.org>2017-11-16 09:31:01 +0100
commit3611db285fda5514c25fe18322bc02a2d257ab9e (patch)
tree11d2df122227ceb7544188aa7e7801cb343ed64f
parent4f5596cf09c9e3e7845aa703f68e49168797fd2a (diff)
downloadlibassuan-2.4.4.tar.gz
Release 2.4.4libassuan-2.4.4
Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS13
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 4 deletions
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