summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-03-19 09:46:55 +0100
committerWerner Koch <wk@gnupg.org>2019-03-19 09:56:05 +0100
commit85f427fd28ae5947277ba02dffc83c53d9da2591 (patch)
treedafd7b2d9f628a43f8d02384485fb49104ec930e
parent66268001ef21d51d850c4de450e6d22d058bdbf6 (diff)
downloadlibgpg-error-85f427fd28ae5947277ba02dffc83c53d9da2591.tar.gz
* configure.ac: Bump LT version to C27/A27/R0. Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS9
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f7c043e..75b8a99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,19 @@
-Noteworthy changes in version 1.36 (unreleased) [C26/A26/R_]
+Noteworthy changes in version 1.36 (2019-03-19) [C27/A27/R0]
-----------------------------------------------
+ * Two new error codes to better support PIV cards.
+
+ * Support armv7a-unknown-linux-gnueabihf.
+
+ * Increased estream buffer sizes for Windows.
* Interface changes relative to the 1.34 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NO_AUTH NEW.
GPG_ERR_BAD_AUTH NEW.
+ Release-info: https://dev.gnupg.org/T4413
+
Noteworthy changes in version 1.35 (2019-01-28) [C26/A26/R1]
-----------------------------------------------
diff --git a/configure.ac b/configure.ac
index e7d10dc..e46b240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,9 +49,9 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=26
-LIBGPG_ERROR_LT_AGE=26
-LIBGPG_ERROR_LT_REVISION=1
+LIBGPG_ERROR_LT_CURRENT=27
+LIBGPG_ERROR_LT_AGE=27
+LIBGPG_ERROR_LT_REVISION=0
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)