aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-05-12 11:45:22 +0000
committerWerner Koch <[email protected]>2015-05-12 11:45:22 +0000
commit1f0896c86b0d6b02a71b90f122bf3fa90e75fb9d (patch)
tree574ac0f3daba5dfe39ab0dc242c327a9f8c9ac2c
parentclean up assuan documentation (diff)
downloadlibassuan-2.2.1.tar.gz
libassuan-2.2.1.zip
Release 2.2.1libassuan-2.2.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1f6f992..155a3e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 2.2.1 (unreleased) [C5/A5/R_]
+Noteworthy changes in version 2.2.1 (2015-05-12) [C5/A5/R1]
------------------------------------------------
+ * Documentation updates.
+
+ * Fixed building for Windows with newer versions of Mingw.
+
Noteworthy changes in version 2.2.0 (2014-12-11) [C5/A5/R0]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0a1ab88..a4c6d0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=5
LIBASSUAN_LT_AGE=5
-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