aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-08-12 14:42:19 +0000
committerWerner Koch <[email protected]>2024-08-12 15:12:01 +0000
commit148a25f3de8faed9b7fd692cfc358ff08caed300 (patch)
treee548c12ed44932502aff237c6e8e73ecf086cd05
parentspeedo,w32: Add extra flags for gpgrt and fix SO name of libassuan. (diff)
downloadgnupg-2.2.44.tar.gz
gnupg-2.2.44.zip
Release 2.2.44gnupg-2.2.44
-rw-r--r--AUTHORS2
-rw-r--r--NEWS22
-rw-r--r--README2
-rw-r--r--configure.ac4
4 files changed, 25 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index d8ae2a68d..4d8c24bc6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,7 +17,7 @@ List of Copyright holders
Copyright (C) 1997-2019 Werner Koch
Copyright (C) 1994-2021 Free Software Foundation, Inc.
- Copyright (C) 2003-2023 g10 Code GmbH
+ Copyright (C) 2003-2024 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 325305a7c..e1dac1b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,26 @@
-Noteworthy changes in version 2.2.44 (unreleased)
+Noteworthy changes in version 2.2.44 (2024-08-12)
-------------------------------------------------
+ * gpg: More improvements to PKCS#12 parsing to cope with latest IVBB
+ changes. [T7213]
+
+ * gpg: New import option "only-pubkeys". [T7146]
+
+ * gpg: Do not show RENC if no key capabilities are found for a key.
+ [rG1d91252205]
+
+ * gpg: Do not bail out on secret keys with an unknown algo.
+ [rGc489bf7e7e]
+
+ * gpg: Improved decryption diagnostic for an ADSK key.
+ [rG861dc01994]
+
+ * agent: Fix an uninitialized variable in an error path which may
+ have caused gpg's "keytocard" command to fail. [T6944]
+
+ * scd: Fix regression for KDF use with OpenPGP cards. [T7121]
+
+ * scd: New getinfo subcommand "manufacturer". [rG1d0874c3d2]
Release-info: https://dev.gnupg.org/T7087
diff --git a/README b/README
index 478931872..883605cfd 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@
Copyright 1997-2019 Werner Koch
Copyright 1998-2021 Free Software Foundation, Inc.
- Copyright 2003-2023 g10 Code GmbH
+ Copyright 2003-2024 g10 Code GmbH
* INTRODUCTION
diff --git a/configure.ac b/configure.ac
index c9c4fa993..6bd5fee14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# configure.ac - for GnuPG 2.2
# Copyright (C) 1998-2019 Free Software Foundation, Inc.
# Copyright (C) 1998-2019 Werner Koch
-# Copyright (C) 2003-2023 g10 Code GmbH
+# Copyright (C) 2003-2024 g10 Code GmbH
#
# This file is part of GnuPG.
#
@@ -511,7 +511,7 @@ AH_BOTTOM([
#define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d"
#define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d"
-#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2023 g10 Code GmbH"
+#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2024 g10 Code GmbH"
/* For some systems (DOS currently), we hardcode the path here. For