summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-10-12 15:13:01 +0200
committerWerner Koch <wk@gnupg.org>2021-10-12 17:12:41 +0200
commit9470d0338364b781d701ad8e81972c782b48aa2d (patch)
tree07e1865931f935e3bd20c4698fc00c5dfa4d080d /NEWS
parentspeedo: Put the keyboxd into the Windows installer (diff)
downloadgnupg2-9470d0338364b781d701ad8e81972c782b48aa2d.tar.xz
gnupg2-9470d0338364b781d701ad8e81972c782b48aa2d.zip
Release 2.3.3gnupg-2.3.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f858cdf37..465002a7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,36 @@
-Noteworthy changes in version 2.3.3 (unreleased)
+Noteworthy changes in version 2.3.3 (2021-10-12)
------------------------------------------------
+ * agent: Fix segv in GET_PASSPHRASE (regression). [#5577]
+
+ * dirmngr: Fix Let's Encrypt certificate chain validation. [#5639]
+
+ * gpg: Change default and maximum AEAD chunk size to 4 MiB.
+ [ad3dabc9fb]
+
+ * gpg: Print a warning when importing a bad cv25519 secret key.
+ [#5464]
+
+ * gpg: Fix --list-packets for undecryptable AEAD packets. [#5584]
+
+ * gpg: Verify backsigs for v5 keys correctly. [#5628]
+
+ * keyboxd: Fix checksum computation for no UBID entry on disk.
+ [#5573]
+
+ * keyboxd: Fix "invalid object" error with cv448 keys. [#5609]
+
+ * dirmngr: New option --ignore-cert. [4b3e9a44b5]
+
+ * agent: Fix calibrate_get_time use of clock_gettime. [#5623]
+
+ * Silence process spawning diagnostics on Windows. [f2b01025c3]
+
+ * Support a gpgconf.ctl file under Unix and use this for the
+ regression tests. [#5999]
Release-info: https://dev.gnupg.org/T5565
+ See-also: gnupg-announce/2021q4/000466.html
Noteworthy changes in version 2.3.2 (2021-08-24)