diff options
author | Werner Koch <[email protected]> | 2025-01-07 08:23:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-01-07 08:24:40 +0000 |
commit | 7e48331afb611a2b39e5ae74b8806b84e54db924 (patch) | |
tree | aef9859146eaf34d372cacc7376396784eba4860 | |
parent | po: msgmerge (diff) | |
download | gnupg-2.2.46.tar.gz gnupg-2.2.46.zip |
Release 2.2.46gnupg-2.2.46
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 13 |
2 files changed, 16 insertions, 7 deletions
@@ -1,11 +1,17 @@ -Noteworthy changes in version 2.2.46 (unreleased) +Noteworthy changes in version 2.2.46 (2025-01-07) ------------------------------------------------- * gpg: Add the AEAD algo number to the DECRYPTION_INFO status line. [T7398] - Release-info: https://dev.gnupg.org/T7314 + * gpgtar: Make sure to create upper directories for regular files. + [T7380] + + * gpg: Allow the use of an ADSK subkey as ADSK subkey. [T6882] + * agent: Fix status output for LISTTRUSTED. [T7363] + + Release-info: https://dev.gnupg.org/T7314 Noteworthy changes in version 2.2.45 (2024-10-22) @@ -1,10 +1,10 @@ The GNU Privacy Guard ======================= - Version 2.2 (LTS) + Version 2.2 (Extended LTS) Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. - Copyright 2003-2024 g10 Code GmbH + Copyright 2003-2025 g10 Code GmbH * INTRODUCTION @@ -25,9 +25,12 @@ can be freely used, modified and distributed under the terms of the GNU General Public License. - Note that the 2.2 series of GnuPG is our current long term support - branch. The regular stable series is 2.4. For end of life - statements see https://gnupg.org/download/index.html#end-of-life . + Note that the 2.2 series of GnuPG reached end-of-life on 2024-12-31 + and no further updates will be released to the public. However, + costomers of g10 Code with extended long term support contracts will + still be served with updates if necessary. Everyone else please + switch to GnuPG 2.4. For end of life statements see + https://gnupg.org/download/index.html#end-of-life . * BUILD INSTRUCTIONS |