summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-09-18 13:05:34 +0200
committerWerner Koch <wk@gnupg.org>2014-09-18 13:05:34 +0200
commit8f3187fe56cb8e535e3ceff75fdd4e128070af57 (patch)
tree75154c722ab96325cf9aa191a927cccdc319d2df
parentb410265df175ed11948ed81e5385b1770443b221 (diff)
downloadlibgpg-error-8f3187fe56cb8e535e3ceff75fdd4e128070af57.tar.gz
Release 1.16.libgpg-error-1.16
* configure.ac: Set LT version to C12/A12/R2.
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 94e1290..bb9cba2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Noteworthy changes in version 1.16 (unreleased) [C__/A__/R_]
+Noteworthy changes in version 1.16 (2014-09-18) [C12/A12/R2]
-----------------------------------------------
+ * Support building for iOS.
+
+ * Fixed a prototype mismatch.
+
+ * Fix es_fclose for streams opened with "samethread".
+
Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1]
-----------------------------------------------
diff --git a/configure.ac b/configure.ac
index d2964f2..71ef4a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org])
# Note that added error codes don't constitute an interface change.
LIBGPG_ERROR_LT_CURRENT=12
LIBGPG_ERROR_LT_AGE=12
-LIBGPG_ERROR_LT_REVISION=1
+LIBGPG_ERROR_LT_REVISION=2
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)