summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-07-12 10:59:54 +0200
committerWerner Koch <wk@gnupg.org>2018-07-12 11:05:25 +0200
commit7b08307ff25b757ed2502cb2bf7893640e404ad1 (patch)
tree925da1bd8b935f8503e088485b0c415330a8f1e2
parentbd5bcd2dd19ef0b1c3d33a3a388b537ba08a4eb6 (diff)
downloadlibgpg-error-7b08307ff25b757ed2502cb2bf7893640e404ad1.tar.gz
Release 1.32libgpg-error-1.32
Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS10
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--m4/Makefile.am4
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