From 7b08307ff25b757ed2502cb2bf7893640e404ad1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 12 Jul 2018 10:59:54 +0200 Subject: Release 1.32 Signed-off-by: Werner Koch --- NEWS | 10 +++++++++- README | 2 +- configure.ac | 2 +- m4/Makefile.am | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b604db9..d74210c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ -Noteworthy changes in version 1.32 (unreleased) [C24/A24/R_] +Noteworthy changes in version 1.32 (2018-07-12) [C24/A24/R3] ----------------------------------------------- + * Fixes a problem with gpgrt_fflush and gpgrt_fopencookie. [#4069] + + * Fixes a problem with the C11 header stdnoreturn.h. [#4002] + + * The yat2m tool can now also be build on Windows. + + * Updates translations for Spanish, Russian and Ukrainian. + Noteworthy changes in version 1.31 (2018-05-02) [C24/A24/R2] ----------------------------------------------- diff --git a/README b/README index bab9c95..e0b9f16 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ components are - Option parser - - BAse-64 encoder and decoder. + - 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 diff --git a/configure.ac b/configure.ac index 129cb61..2bcab34 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=24 LIBGPG_ERROR_LT_AGE=24 -LIBGPG_ERROR_LT_REVISION=2 +LIBGPG_ERROR_LT_REVISION=3 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) diff --git a/m4/Makefile.am b/m4/Makefile.am index b7b1963..a82737d 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,5 @@ -EXTRA_DIST = inttypes-h.m4 lock.m4 visibility.m4 glibc2.m4 intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 ac_prog_cc_for_build.m4 nls.m4 po.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 +EXTRA_DIST = inttypes-h.m4 lock.m4 visibility.m4 glibc2.m4 intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 nls.m4 po.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 + +EXTRA_DIST += ax_cc_for_build.m4 EXTRA_DIST += autobuild.m4 estream.m4 readline.m4 gnupg-misc.m4 -- cgit v1.2.3