From 7922e2dd1c7eee48a8a2cf4799827942489ddd0f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 12 Feb 2019 16:06:31 +0100 Subject: [PATCH] Release 2.2.13 --- AUTHORS | 6 +++--- NEWS | 25 ++++++++++++++++++++++++- README | 4 ++-- common/argparse.c | 2 +- common/w32info-rc.h.in | 2 +- configure.ac | 4 ++-- g10/gpg.c | 6 +++--- 7 files changed, 36 insertions(+), 13 deletions(-) diff --git a/AUTHORS b/AUTHORS index 473b94c45..32766a6d3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,9 +15,9 @@ copyrightable year that would otherwise be listed individually. List of Copyright holders ========================= - Copyright (C) 1997-2018 Werner Koch - Copyright (C) 1994-2018 Free Software Foundation, Inc. - Copyright (C) 2003-2013,2015-2018 g10 Code GmbH + Copyright (C) 1997-2019 Werner Koch + Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2013,2015-2019 g10 Code GmbH 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 dfaa4283d..fb40a74b2 100644 --- a/NEWS +++ b/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) ------------------------------------------------- diff --git a/README b/README index 4580a39ba..85639a4b1 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ ========================= Version 2.2 - Copyright 1997-2018 Werner Koch - Copyright 1998-2018 Free Software Foundation, Inc. + Copyright 1997-2019 Werner Koch + Copyright 1998-2019 Free Software Foundation, Inc. * INTRODUCTION diff --git a/common/argparse.c b/common/argparse.c index 90d0ff7f3..8f2c71116 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -71,7 +71,7 @@ #else /* Used by GnuPG */ # 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*/ diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 2ff686321..ea9d46324 100644 --- a/common/w32info-rc.h.in +++ b/common/w32info-rc.h.in @@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ -2018 Free Software Foundation, Inc.\0" +2019 Free Software Foundation, Inc.\0" diff --git a/configure.ac b/configure.ac index 0ee3ffc26..f0e06b8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac - for GnuPG 2.1 -# Copyright (C) 1998-2018 Free Software Foundation, Inc. -# Copyright (C) 1998-2018 Werner Koch +# Copyright (C) 1998-2019 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 Werner Koch # # This file is part of GnuPG. # diff --git a/g10/gpg.c b/g10/gpg.c index 0e98c1aae..a8f42e0b7 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -1,7 +1,7 @@ /* gpg.c - The GnuPG utility (main for gpg) - * Copyright (C) 1998-2011 Free Software Foundation, Inc. - * Copyright (C) 1997-2017 Werner Koch - * Copyright (C) 2015-2017 g10 Code GmbH + * Copyright (C) 1998-2019 Free Software Foundation, Inc. + * Copyright (C) 1997-2019 Werner Koch + * Copyright (C) 2015-2019 g10 Code GmbH * * This file is part of GnuPG. *