From 85f427fd28ae5947277ba02dffc83c53d9da2591 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Mar 2019 09:46:55 +0100 Subject: Release 1.36 * configure.ac: Bump LT version to C27/A27/R0. Signed-off-by: Werner Koch --- NEWS | 9 ++++++++- configure.ac | 6 +++--- 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) -- cgit v1.2.3