diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 15 |
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 @@ -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 |