From 3611db285fda5514c25fe18322bc02a2d257ab9e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 16 Nov 2017 09:29:25 +0100 Subject: Release 2.4.4 Signed-off-by: Werner Koch --- NEWS | 13 ++++++++++++- README | 4 ++-- configure.ac | 2 +- 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 -- cgit v1.2.3