aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-06-24 05:02:39 +0000
committerWerner Koch <[email protected]>2013-06-24 05:13:13 +0000
commitcf1e6f64c83194a42012cc786a0da2814be72883 (patch)
treec392d1bf6001dfd559c658000b5809074d4177b7
parentChanges to support W64. (diff)
downloadlibassuan-2.1.1.tar.gz
libassuan-2.1.1.zip
Release 2.1.1.libassuan-2.1.1
* configure.ac: Set LT version to C4/A4/R1.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f349b9e..6dff2f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-Noteworthy changes in version 2.1.1 (unreleased)
+Noteworthy changes in version 2.1.1 (2013-06-24)
------------------------------------------------
+ * Limited support for 64 bit Windows. This is sufficient for use by
+ GpgEX.
+
Noteworthy changes in version 2.1.0 (2013-02-22)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 369a447..f588a60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_INIT([libassuan],[mym4_full_version],[http://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=4
LIBASSUAN_LT_AGE=4
-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