diff options
author | Werner Koch <[email protected]> | 2022-12-06 09:05:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-12-06 09:06:35 +0000 |
commit | bcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9 (patch) | |
tree | 470aedde6a67323521394fb20fcacf1a08c6e120 | |
parent | wkd: Do not send/install/mirror expired user ids. (diff) | |
download | gnupg-bcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9.tar.gz gnupg-bcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9.zip |
doc: Prepare NEWS
--
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 17 insertions, 6 deletions
@@ -10,8 +10,20 @@ Noteworthy changes in version 2.2.41 (unreleased) * gpg: Report an error via status-fd for receiving a key from the agent. [T5151] + * gpg: Make --require-compliance work without the --status-fd + option. [r11f3232716] + + * gpg: Improve signature verification speed by a factor of more than + four. Double detached signing speed. [T5826] + + * gpg: New --export-filter export-revocs. [rGedbe30c152] + * scd: Support the Telesec Signature Card v2.0. [T6252] + * wkd: New option --add-revocs for gpg-wks-client. [rG2f4492f3be] + + * wkd: Ignore expired user-ids in gpg-wks-client. [T6292] + * Fix build regression depending on libgpg-error version. [T6244] Release-info: https://dev.gnupg.org/T6280 @@ -1,6 +1,6 @@ - The GNU Privacy Guard 2 - ========================= - Version 2.2 + The GNU Privacy Guard + ======================= + Version 2.2 (LTS) Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. @@ -25,9 +25,8 @@ can be freely used, modified and distributed under the terms of the GNU General Public License. - Note that the 2.0 series of GnuPG reached end-of-life on 2017-12-31. - It is not possible to install a 2.2.x version along with any 2.0.x - version. + Note that the 2.2 series of GnuPG is our current long term support + branch. The regular stable series is 2.3 (will be renamed to 2.4). * BUILD INSTRUCTIONS |