From c3825327da826e434ada9abde34e6bbd7ef61737 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Apr 2018 09:24:03 +0200 Subject: Release 1.29 * configure.ac: Bump LT version to C24/A24/R0. Signed-off-by: Werner Koch --- NEWS | 2 +- README | 13 ++++++------- configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 44da9ee..7b024f7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.29 (unreleased) [C23/A23/R_] +Noteworthy changes in version 1.29 (2018-04-11) [C24/A24/R0] ----------------------------------------------- * The yat2m tool is during cross-compile now also installed on the diff --git a/README b/README index 9cc5de0..bab9c95 100644 --- a/README +++ b/README @@ -22,6 +22,10 @@ components are - Log functions + - Option parser + + - BAse-64 encoder and decoder. + More components will be added over time. Most functions are prefixed with "gpgrt" (GnuPG Run Time) instead of "gpg_err" to indicate the long term plan to rename this library to gpgrt. @@ -106,13 +110,8 @@ To build for Windows you you may use the convenience command: ./autogen.sh --build-w32 -which runs configure with suitable options. For WindowsCE the command -is: - - ./autogen.sh --build-w32ce - -There is also _experimental_ support for building a 64 bit Windows -version: +which runs configure with suitable options. There is also basic +support for building a 64 bit Windows version: ./autogen.sh --build-w64 diff --git a/configure.ac b/configure.ac index 0214fb6..5328af4 100644 --- a/configure.ac +++ b/configure.ac @@ -49,8 +49,8 @@ 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=23 -LIBGPG_ERROR_LT_AGE=23 +LIBGPG_ERROR_LT_CURRENT=24 +LIBGPG_ERROR_LT_AGE=24 LIBGPG_ERROR_LT_REVISION=0 ################################################ -- cgit v1.2.3