From 71d278824c5fe61865f7927a2ed1aa3115f9e439 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 29 May 2020 14:56:19 +0200 Subject: Release 1.38 --- NEWS | 17 ++++++++++++++++- configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1deca6d..3233f5e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ -Noteworthy changes in version 1.38 (unreleased) [C28/A28/R_] +Noteworthy changes in version 1.38 (2020-05-29) [C29/A29/R0] ----------------------------------------------- + * New option parser features to implement system wide configuration + files. + + * New functions to build file names. + + * New function to help reallocating arrays. + + * Protect gpgrt_inc_errorcount against counter overflow. + + * Improve cross-building for new platforms. [#4774] + + * Support 64-bit big-endian MIPS architecture. [#4952] + + * Support static link for Windows with -lws2_32. [#4623] + * Interface changes relative to the 1.37 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_fnameconcat NEW. diff --git a/configure.ac b/configure.ac index 7fb7d46..def8bba 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=28 -LIBGPG_ERROR_LT_AGE=28 +LIBGPG_ERROR_LT_CURRENT=29 +LIBGPG_ERROR_LT_AGE=29 LIBGPG_ERROR_LT_REVISION=0 ################################################ -- cgit v1.2.3