summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-04-06 10:19:17 +0200
committerWerner Koch <wk@gnupg.org>2023-04-06 10:20:41 +0200
commitbcc16b4cd00f02fbb824a9b6fc69e00fc6458b19 (patch)
treeeea8d4e18feab2de0016b33260f5ad346e8239ce
parent0262cd3371cf9794be94851955fec099b0e1fab5 (diff)
downloadlibgpg-error-bcc16b4cd00f02fbb824a9b6fc69e00fc6458b19.tar.gz
build: Make distcheck work again
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add with --install-gpg-error-config.
-rw-r--r--Makefile.am2
-rw-r--r--NEWS15
2 files changed, 16 insertions, 1 deletions
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