aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-12-06 09:05:53 +0000
committerWerner Koch <[email protected]>2022-12-06 09:06:35 +0000
commitbcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9 (patch)
tree470aedde6a67323521394fb20fcacf1a08c6e120
parentwkd: Do not send/install/mirror expired user ids. (diff)
downloadgnupg-bcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9.tar.gz
gnupg-bcd3a5c3655ca5a76cb5fbdfe7e647430ce54fe9.zip
doc: Prepare NEWS
--
-rw-r--r--NEWS12
-rw-r--r--README11
2 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index a778ac1c0..7349d63d8 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 1ff3f5f67..4f69df9e9 100644
--- a/README
+++ b/README
@@ -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