aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-08-12 14:42:19 +0000
committerWerner Koch <[email protected]>2024-08-12 15:12:01 +0000
commit148a25f3de8faed9b7fd692cfc358ff08caed300 (patch)
treee548c12ed44932502aff237c6e8e73ecf086cd05 /NEWS
parentspeedo,w32: Add extra flags for gpgrt and fix SO name of libassuan. (diff)
downloadgnupg-2.2.44.tar.gz
gnupg-2.2.44.zip
Release 2.2.44gnupg-2.2.44
Diffstat (limited to '')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 325305a7c..e1dac1b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,26 @@
-Noteworthy changes in version 2.2.44 (unreleased)
+Noteworthy changes in version 2.2.44 (2024-08-12)
-------------------------------------------------
+ * gpg: More improvements to PKCS#12 parsing to cope with latest IVBB
+ changes. [T7213]
+
+ * gpg: New import option "only-pubkeys". [T7146]
+
+ * gpg: Do not show RENC if no key capabilities are found for a key.
+ [rG1d91252205]
+
+ * gpg: Do not bail out on secret keys with an unknown algo.
+ [rGc489bf7e7e]
+
+ * gpg: Improved decryption diagnostic for an ADSK key.
+ [rG861dc01994]
+
+ * agent: Fix an uninitialized variable in an error path which may
+ have caused gpg's "keytocard" command to fail. [T6944]
+
+ * scd: Fix regression for KDF use with OpenPGP cards. [T7121]
+
+ * scd: New getinfo subcommand "manufacturer". [rG1d0874c3d2]
Release-info: https://dev.gnupg.org/T7087