mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
Release 2.2.13
This commit is contained in:
parent
d1df96bf1c
commit
7922e2dd1c
6
AUTHORS
6
AUTHORS
@ -15,9 +15,9 @@ copyrightable year that would otherwise be listed individually.
|
|||||||
List of Copyright holders
|
List of Copyright holders
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
Copyright (C) 1997-2018 Werner Koch
|
Copyright (C) 1997-2019 Werner Koch
|
||||||
Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
Copyright (C) 1994-2019 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2003-2013,2015-2018 g10 Code GmbH
|
Copyright (C) 2003-2013,2015-2019 g10 Code GmbH
|
||||||
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
||||||
Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
||||||
Copyright (C) 1994 X Consortium
|
Copyright (C) 1994 X Consortium
|
||||||
|
25
NEWS
25
NEWS
@ -1,6 +1,29 @@
|
|||||||
Noteworthy changes in version 2.2.13 (unreleased)
|
Noteworthy changes in version 2.2.13 (2019-02-12)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
* gpg: Implement key lookup via keygrip (using the & prefix).
|
||||||
|
|
||||||
|
* gpg: Allow generating Ed25519 key from existing key.
|
||||||
|
|
||||||
|
* gpg: Emit an ERROR status line if no key was found with -k.
|
||||||
|
|
||||||
|
* gpg: Stop early when trying to create a primary Elgamal key. [#4329]
|
||||||
|
|
||||||
|
* gpgsm: Print the card's key algorithms along with their keygrips
|
||||||
|
in interactive key generation.
|
||||||
|
|
||||||
|
* agent: Clear bogus pinentry cache in the error case. [#4348]
|
||||||
|
|
||||||
|
* scd: Support "acknowledge button" feature.
|
||||||
|
|
||||||
|
* scd: Fix for USB INTERRUPT transfer. [#4308]
|
||||||
|
|
||||||
|
* wks: Do no use compression for the the encrypted challenge and
|
||||||
|
response.
|
||||||
|
|
||||||
|
Release-info: https://dev.gnupg.org/T4290
|
||||||
|
See-also: gnupg-announce/2019q1/000434.html
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 2.2.12 (2018-12-14)
|
Noteworthy changes in version 2.2.12 (2018-12-14)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
4
README
4
README
@ -2,8 +2,8 @@
|
|||||||
=========================
|
=========================
|
||||||
Version 2.2
|
Version 2.2
|
||||||
|
|
||||||
Copyright 1997-2018 Werner Koch
|
Copyright 1997-2019 Werner Koch
|
||||||
Copyright 1998-2018 Free Software Foundation, Inc.
|
Copyright 1998-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
|
||||||
* INTRODUCTION
|
* INTRODUCTION
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
#else /* Used by GnuPG */
|
#else /* Used by GnuPG */
|
||||||
|
|
||||||
# define ARGPARSE_GPL_VERSION 3
|
# define ARGPARSE_GPL_VERSION 3
|
||||||
# define ARGPARSE_CRIGHT_STR "Copyright (C) 2018 Free Software Foundation, Inc."
|
# define ARGPARSE_CRIGHT_STR "Copyright (C) 2019 Free Software Foundation, Inc."
|
||||||
|
|
||||||
#endif /*GNUPG_MAJOR_VERSION*/
|
#endif /*GNUPG_MAJOR_VERSION*/
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0"
|
|||||||
#define W32INFO_PRODUCTVERSION "@VERSION@\0"
|
#define W32INFO_PRODUCTVERSION "@VERSION@\0"
|
||||||
|
|
||||||
#define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
|
#define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
|
||||||
2018 Free Software Foundation, Inc.\0"
|
2019 Free Software Foundation, Inc.\0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac - for GnuPG 2.1
|
# configure.ac - for GnuPG 2.1
|
||||||
# Copyright (C) 1998-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1998-2019 Free Software Foundation, Inc.
|
||||||
# Copyright (C) 1998-2018 Werner Koch
|
# Copyright (C) 1998-2019 Werner Koch
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gpg.c - The GnuPG utility (main for gpg)
|
/* gpg.c - The GnuPG utility (main for gpg)
|
||||||
* Copyright (C) 1998-2011 Free Software Foundation, Inc.
|
* Copyright (C) 1998-2019 Free Software Foundation, Inc.
|
||||||
* Copyright (C) 1997-2017 Werner Koch
|
* Copyright (C) 1997-2019 Werner Koch
|
||||||
* Copyright (C) 2015-2017 g10 Code GmbH
|
* Copyright (C) 2015-2019 g10 Code GmbH
|
||||||
*
|
*
|
||||||
* This file is part of GnuPG.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user