diff options
author | Werner Koch <[email protected]> | 2014-09-18 11:05:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-18 11:05:34 +0000 |
commit | 8f3187fe56cb8e535e3ceff75fdd4e128070af57 (patch) | |
tree | 75154c722ab96325cf9aa191a927cccdc319d2df | |
parent | doc updates and type fixes. (diff) | |
download | libgpg-error-1.16.tar.gz libgpg-error-1.16.zip |
Release 1.16.libgpg-error-1.16
* configure.ac: Set LT version to C12/A12/R2.
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -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) |