diff options
author | Werner Koch <[email protected]> | 2025-02-03 15:32:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-04 13:14:32 +0000 |
commit | 88dc25e2ebf525dc56a6e419261e41329de197e4 (patch) | |
tree | 8e678b6b865c484cb799d727e2114c8e18d23103 | |
parent | core: Fix regression for RSA in gpgme_pubkey_algo_string. (diff) | |
download | gpgme-88dc25e2ebf525dc56a6e419261e41329de197e4.tar.gz gpgme-88dc25e2ebf525dc56a6e419261e41329de197e4.zip |
Prepare NEWS for the next release
--
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/versioninfo.rc.in | 2 |
5 files changed, 19 insertions, 5 deletions
@@ -22,7 +22,7 @@ List of Copyright holders Copyright (C) 1991-2013 Free Software Foundation, Inc. Copyright (C) 2000-2001 Werner Koch - Copyright (C) 2001-2024 g10 Code GmbH + Copyright (C) 2001-2025 g10 Code GmbH Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 2004-2008 Igor Belyi Copyright (C) 2002 John Goerzen @@ -1,6 +1,14 @@ Noteworthy changes in version 1.24.2 (unreleased) ------------------------------------------------- + Take care: This version is from a legacy branch of gpgme created + just before we split out the C++, Qt, and Python bindings to + separate repositories and bumped the version number up to 2.0. + + * Fix regression for RSA in gpgme_pubkey_algo_string. [T7508] + + * Prevent failing tests after 2027-05-15. [T7471] + Noteworthy changes in version 1.24.1 (2024-12-04) ------------------------------------------------- @@ -1,7 +1,7 @@ GPGME - GnuPG Made Easy --------------------------- -Copyright 2001-2024 g10 Code GmbH +Copyright 2001-2025 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -13,6 +13,12 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + Take care: This version is from a legacy branch of gpgme created + just before we split out the C++, Qt, and Python bindings to + separate repositories and bumped the version number up to 2.0. + + + Introduction -------------- diff --git a/configure.ac b/configure.ac index 8d712dc9..6f7de28c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for GPGME # Copyright (C) 2000 Werner Koch (dd9jn) -# Copyright (C) 2001-2021 g10 Code GmbH +# Copyright (C) 2001-2025 g10 Code GmbH # # This file is part of GPGME. # @@ -1040,7 +1040,7 @@ AH_BOTTOM([ #define GPG_ERR_ENABLE_GETTEXT_MACROS 1 #define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \ - "Copyright (C) 2001--2021 g10 Code GmbH\n" + "Copyright (C) 2001--2025 g10 Code GmbH\n" ]) diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in index 6712ed04..4d3091d6 100644 --- a/src/versioninfo.rc.in +++ b/src/versioninfo.rc.in @@ -39,7 +39,7 @@ BEGIN VALUE "FileDescription", "GPGME - GnuPG Made Easy\0" VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0" VALUE "InternalName", "gpgme\0" - VALUE "LegalCopyright", "Copyright � 2001-2024 g10 Code GmbH\0" + VALUE "LegalCopyright", "Copyright � 2001-2025 g10 Code GmbH\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gpgme.dll\0" VALUE "PrivateBuild", "\0" |