diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | common/w32info-rc.h.in | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
5 files changed, 26 insertions, 6 deletions
@@ -16,7 +16,7 @@ List of Copyright holders ========================= Copyright (C) 1997-2019 Werner Koch - Copyright (C) 2003-2024 g10 Code GmbH + Copyright (C) 2003-2025 g10 Code GmbH Copyright (C) 1994-2021 Free Software Foundation, Inc. Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <[email protected]> @@ -1,4 +1,4 @@ -Noteworthy changes in version 2.4.8 (unreleased) +Noteworthy changes in version 2.4.8 (2025-05-14) ------------------------------------------------ * gpg: Fix a verification DoS due to a malicious subkey in the @@ -7,6 +7,26 @@ Noteworthy changes in version 2.4.8 (unreleased) * gpg: Fix a regression in 2.4.7 for generating a key from card. [T7457] + * gpg: Fix --quick-add-key for Weierstrass ECC with usage given. + [T7506] + + * gpg: Fully implement the group key flag. [rGedd01d8fc4] + + * gpg: Make combination of show-only-fpr-mbox and show-unusable-uid + work. [rGeb2a90d343] + + * gpgsm: Do not return an error code when importing a certificate + with an empty subject. [T7171] + + * scd: Accept P15 cards with a zero-length label. [rG18b4ebb28a] + + * keyboxd: Use case-insensitive search for mail addresses. [T7576] + + * gpgconf: Fix reload and kill of keyboxd. [T7569] + + * w32: Fix posssible lockup due to lost select results. + [rG9448d01d61] + Release-info: https://dev.gnupg.org/T7428 @@ -4,7 +4,7 @@ Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. - Copyright 2003-2024 g10 Code GmbH + Copyright 2003-2025 g10 Code GmbH * INTRODUCTION diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index bec152eb2..7ed9249b8 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 \ -2024 g10 Code GmbH\0" +2025 g10 Code GmbH\0" diff --git a/configure.ac b/configure.ac index c01fef6ca..64ba0dcdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac - for GnuPG 2.1 # Copyright (C) 1998-2019 Werner Koch # Copyright (C) 1998-2021 Free Software Foundation, Inc. -# Copyright (C) 2003-2024 g10 Code GmbH +# Copyright (C) 2003-2025 g10 Code GmbH # # This file is part of GnuPG. # @@ -525,7 +525,7 @@ AH_BOTTOM([ #define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d" #define GNUPG_CACHE_DIR "cache.d" -#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2024 g10 Code GmbH" +#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2025 g10 Code GmbH" /* For some systems (DOS currently), we hardcode the path here. For POSIX systems the values are constructed by the Makefiles, so that |