mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-09 17:41:05 +02:00
Release 2.4.8
This commit is contained in:
parent
eb2a90d343
commit
6f39568ae6
2
AUTHORS
2
AUTHORS
@ -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 <drepper@gnu.ai.mit.edu>
|
||||
|
22
NEWS
22
NEWS
@ -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
|
||||
|
||||
|
||||
|
2
README
2
README
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user