summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-11-23 15:42:51 +0100
committerWerner Koch <wk@gnupg.org>2015-11-23 15:42:51 +0100
commitadd6953a916dafa93ae152bffc937a93ab5b55f8 (patch)
tree68b2fad133b3cb6a8d0cbf94ec2e4db254b4561d
parent429ff31fe72db8afedaad3f2d089c9c3b5dae41e (diff)
downloadlibassuan-add6953a916dafa93ae152bffc937a93ab5b55f8.tar.gz
Release 2.4.1.libassuan-2.4.1
* configure.ac: Bump LT version to C7/A7/R1.
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
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