From add6953a916dafa93ae152bffc937a93ab5b55f8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 23 Nov 2015 15:42:51 +0100 Subject: Release 2.4.1. * configure.ac: Bump LT version to C7/A7/R1. --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63b6e64..314c8d7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ -Noteworthy changes in version 2.4.1 (unreleased) [C7/A7/R_] +Noteworthy changes in version 2.4.1 (2015-11-23) [C7/A7/R1] ------------------------------------------------ + * In Tor mode fallback to port 9150 if 9050 is not listening. + + * Allow building with older mingw-w64 versions. + Noteworthy changes in version 2.4.0 (2015-11-03) [C7/A7/R0] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 313dafc..fa02ba7 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=7 LIBASSUAN_LT_AGE=7 -LIBASSUAN_LT_REVISION=0 +LIBASSUAN_LT_REVISION=1 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 -- cgit v1.2.3