From 88dc25e2ebf525dc56a6e419261e41329de197e4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Feb 2025 16:32:05 +0100 Subject: Prepare NEWS for the next release -- --- AUTHORS | 2 +- NEWS | 8 ++++++++ README | 8 +++++++- configure.ac | 4 ++-- src/versioninfo.rc.in | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index e3f5280b..4b703011 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/NEWS b/NEWS index f516da75..a4c6834c 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------------------------------- diff --git a/README b/README index a62ddeab..217743f5 100644 --- a/README +++ b/README @@ -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" -- cgit v1.2.3