From bcc16b4cd00f02fbb824a9b6fc69e00fc6458b19 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 6 Apr 2023 10:19:17 +0200 Subject: build: Make distcheck work again * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add with --install-gpg-error-config. --- Makefile.am | 2 +- NEWS | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8897f17..7d986cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ RELEASE_ARCHIVE_SUFFIX = libgpg-error # Autoconf flags ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-doc --enable-install-gpg-error-config # (A suitable gitlog-to-changelog script can be found in GnuPG master.) GITLOG_TO_CHANGELOG=gitlog-to-changelog diff --git a/NEWS b/NEWS index 8073879..b43063a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,24 @@ Noteworthy changes in version 1.47 (unreleased) [C33/A33/R_] ----------------------------------------------- + * New error codes for PUKs and reset codes. [T6421] + + * Avoid segv in logging with improper use of the "socket://". + [rE68333be630] + + * Fixed translation of argparse's internal option --help. + [rE885a287a57] + * Interface changes relative to the 1.46 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_SOURCE_TKD NEW. + GPG_ERR_BAD_PUK NEW. + GPG_ERR_NO_RESET_CODE NEW. + GPG_ERR_BAD_RESET_CODE NEW. + GPGRT_SPAWN_KEEP_STDIN NEW. + GPGRT_SPAWN_KEEP_STDOUT NEW. + GPGRT_SPAWN_KEEP_STDERR NEW. + GPGRT_SPAWN_INHERIT_FILE NEW. Release-info: https://dev.gnupg.org/T6231 -- cgit v1.2.1