1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

Release 2.2.44

This commit is contained in:
Werner Koch 2024-08-12 16:42:19 +02:00
parent 377d28e1db
commit 148a25f3de
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
4 changed files with 25 additions and 5 deletions

View File

@ -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 <drepper@gnu.ai.mit.edu>
Copyright (C) 1994 X Consortium

22
NEWS
View File

@ -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

2
README
View File

@ -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

View File

@ -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