Release GnuPG 2.3.0

This commit is contained in:
Werner Koch 2021-04-07 19:04:46 +02:00
parent e0eefba56c
commit c922a798a3
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
4 changed files with 13 additions and 15 deletions

View File

@ -5,7 +5,7 @@ Repository: git://git.gnupg.org/gnupg.git
Bug reports: https://bugs.gnupg.org
Security related bug reports: <security@gnupg.org>
Maintainer: Werner Koch <wk@gnupg.org>
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 <drepper@gnu.ai.mit.edu>
Copyright (C) 1994 X Consortium

10
NEWS
View File

@ -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

12
README
View File

@ -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

View File

@ -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.
*