aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-02-12 15:06:31 +0000
committerWerner Koch <[email protected]>2019-02-12 15:30:31 +0000
commit7922e2dd1c7eee48a8a2cf4799827942489ddd0f (patch)
tree555a32f352b83abfa299e84edfa90bf8095e132b
parentpo: Auto-update (diff)
downloadgnupg-7922e2dd1c7eee48a8a2cf4799827942489ddd0f.tar.gz
gnupg-7922e2dd1c7eee48a8a2cf4799827942489ddd0f.zip
Release 2.2.13gnupg-2.2.13
-rw-r--r--AUTHORS6
-rw-r--r--NEWS25
-rw-r--r--README4
-rw-r--r--common/argparse.c2
-rw-r--r--common/w32info-rc.h.in2
-rw-r--r--configure.ac4
-rw-r--r--g10/gpg.c6
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 <[email protected]>
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.
*