aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-08-17 11:49:23 +0000
committerWerner Koch <[email protected]>2014-08-17 11:49:23 +0000
commita5d7f4999f4aa844d9446bd4524cb6a47219826c (patch)
tree5abadffdb73c374f771f7366bd3fd1f178f7ff10
parentUpdate build system (diff)
downloadlibassuan-a5d7f4999f4aa844d9446bd4524cb6a47219826c.tar.gz
libassuan-a5d7f4999f4aa844d9446bd4524cb6a47219826c.zip
Release 2.1.2.libassuan-2.1.2
* configure.ac: Set LT version to C4/A4/R2.
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--src/versioninfo.rc.in2
3 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 842383d..39c9384 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Noteworthy changes in version 2.1.2 (unreleased)
+Noteworthy changes in version 2.1.2 (2014-08-17) [C4/A4/R2]
------------------------------------------------
+ * Fixed portability bugs for Solaris and AIX.
-Noteworthy changes in version 2.1.1 (2013-06-24)
+ * Added support for ppc64le.
+
+
+Noteworthy changes in version 2.1.1 (2013-06-24) [C4/A4/R1]
------------------------------------------------
* Limited support for 64 bit Windows. This is sufficient for use by
diff --git a/configure.ac b/configure.ac
index a69c2db..cb21af1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=4
LIBASSUAN_LT_AGE=4
-LIBASSUAN_LT_REVISION=1
+LIBASSUAN_LT_REVISION=2
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index ed638be..5c0960c 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -39,7 +39,7 @@ BEGIN
VALUE "FileDescription", "Assuan - GnuPG IPC\0"
VALUE "FileVersion", "@LIBASSUAN_LT_CURRENT@.@LIBASSUAN_LT_AGE@.@LIBASSUAN_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libassuan\0"
- VALUE "LegalCopyright", "Copyright � 2003-2013 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright � 2001-2014 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libassuan.dll\0"
VALUE "PrivateBuild", "\0"