From c922a798a341261f1aafaf7c1c0217e4ce3e3acf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 7 Apr 2021 19:04:46 +0200 Subject: [PATCH] Release GnuPG 2.3.0 --- AUTHORS | 4 ++-- NEWS | 10 +++++++--- README | 12 +++--------- g10/gpg.c | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5a6a15fd7..6f28f6b31 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,7 +5,7 @@ Repository: git://git.gnupg.org/gnupg.git Bug reports: https://bugs.gnupg.org Security related bug reports: Maintainer: Werner Koch -License: GPLv3+ +License: GPL-3.0-or-later GnuPG is free software. See the files COPYING for copying conditions. License copyright years may be listed using range notation, e.g., @@ -16,8 +16,8 @@ List of Copyright holders ========================= Copyright (C) 1997-2019 Werner Koch - Copyright (C) 1994-2021 Free Software Foundation, Inc. Copyright (C) 2003-2021 g10 Code GmbH + Copyright (C) 1994-2021 Free Software Foundation, Inc. Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper Copyright (C) 1994 X Consortium diff --git a/NEWS b/NEWS index fc8dde431..6680b4fd5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 2.3.0 (unreleased) +Noteworthy changes in version 2.3.0 (2021-04-07) ------------------------------------------------ * A new experimental key database daemon is provided. To enable it @@ -43,6 +43,8 @@ Noteworthy changes in version 2.3.0 (unreleased) The command --print-pka-records and the PKA related import and export options have been removed. + * gpg: Support export of Ed448 Secure Shell keys. + * gpgsm: Add basic ECC support. * gpgsm: Support creation of EdDSA certificates. [#4888] @@ -58,7 +60,9 @@ Noteworthy changes in version 2.3.0 (unreleased) * scd: Support PIV cards. - * scd: Support the Telesec Signature Card v2.0 + * scd: Support for Rohde&Schwarz Cybersecurity cards. + + * scd: Support Telesec Signature Cards v2.0 * scd: Support multiple application on certain smartcard. @@ -910,7 +914,7 @@ Noteworthy changes in version 2.3.0 (unreleased) already the case. Release-info: https://dev.gnupg.org/T5343 - See-also: gnupg-announce/2020q1/000xxx.html + See-also: gnupg-announce/2021q2/000458.html Release dates of 2.2 versions diff --git a/README b/README index d98edf104..d21089c16 100644 --- a/README +++ b/README @@ -25,12 +25,6 @@ can be freely used, modified and distributed under the terms of the GNU General Public License. - Note that the 2.0 series of GnuPG will reach 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. However, it is possible to install GnuPG - 1.4 along with any 2.x version. - - * BUILD INSTRUCTIONS GnuPG 2.3 depends on the following GnuPG related packages: @@ -126,9 +120,9 @@ the file system, it is sometimes not possible to use the GnuPG home directory (i.e. ~/.gnupg) as the location for the sockets. To solve this problem GnuPG prefers the use of a per-user directory below the - the /run (or /var/run) hierarchy for the the sockets. It is thus + the /run (or /var/run) hierarchy for the sockets. It is thus suggested to create per-user directories on system or session - startup. For example the following snippet can be used in + startup. For example, the following snippet can be used in /etc/rc.local to create these directories: [ ! -d /run/user ] && mkdir /run/user @@ -155,7 +149,7 @@ is at [[https://gnupg.org/documentation/manuals/gnupg-devel/]] . -* Unsing the legacy version GnuPG 1.4 +* Using the legacy version GnuPG 1.4 The 1.4 version of GnuPG is only intended to allow decryption of old data material using legacy keys which are not anymore supported by diff --git a/g10/gpg.c b/g10/gpg.c index 641dac4ab..4ca2dcfa9 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -1,7 +1,7 @@ /* gpg.c - The GnuPG OpenPGP tool * Copyright (C) 1998-2020 Free Software Foundation, Inc. * Copyright (C) 1997-2019 Werner Koch - * Copyright (C) 2015-2020 g10 Code GmbH + * Copyright (C) 2015-2021 g10 Code GmbH * * This file is part of GnuPG. *