diff options
author | Werner Koch <wk@gnupg.org> | 2021-04-07 19:04:46 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-04-07 19:04:46 +0200 |
commit | c922a798a341261f1aafaf7c1c0217e4ce3e3acf (patch) | |
tree | ec5310cc3cb615a3a701f89a1ce65f0a6c0c5177 | |
parent | doc: Add some error locations to DETAILS. (diff) | |
download | gnupg2-gnupg-2.3.0.tar.xz gnupg2-gnupg-2.3.0.zip |
Release GnuPG 2.3.0gnupg-2.3.0
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | g10/gpg.c | 2 |
4 files changed, 13 insertions, 15 deletions
@@ -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 @@ -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 @@ -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 @@ -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. * |