1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

doc: Prepare NEWS

--
This commit is contained in:
Werner Koch 2022-12-06 10:05:53 +01:00
parent 115cc4d37c
commit bcd3a5c365
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 17 additions and 6 deletions

12
NEWS
View File

@ -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 * gpg: Report an error via status-fd for receiving a key from the
agent. [T5151] 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] * 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] * Fix build regression depending on libgpg-error version. [T6244]
Release-info: https://dev.gnupg.org/T6280 Release-info: https://dev.gnupg.org/T6280

11
README
View File

@ -1,6 +1,6 @@
The GNU Privacy Guard 2 The GNU Privacy Guard
========================= =======================
Version 2.2 Version 2.2 (LTS)
Copyright 1997-2019 Werner Koch Copyright 1997-2019 Werner Koch
Copyright 1998-2021 Free Software Foundation, Inc. Copyright 1998-2021 Free Software Foundation, Inc.
@ -25,9 +25,8 @@
can be freely used, modified and distributed under the terms of the can be freely used, modified and distributed under the terms of the
GNU General Public License. GNU General Public License.
Note that the 2.0 series of GnuPG reached end-of-life on 2017-12-31. Note that the 2.2 series of GnuPG is our current long term support
It is not possible to install a 2.2.x version along with any 2.0.x branch. The regular stable series is 2.3 (will be renamed to 2.4).
version.
* BUILD INSTRUCTIONS * BUILD INSTRUCTIONS