aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
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