summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f967d74..9be1b71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Noteworthy changes in version 1.47 (2023-04-06) [C34/A34/R0]
+-----------------------------------------------
+
+ * 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
+
+
Noteworthy changes in version 1.46 (2022-10-07) [C33/A33/R1]
-----------------------------------------------