aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-02-03 15:32:05 +0000
committerWerner Koch <[email protected]>2025-02-04 13:14:32 +0000
commit88dc25e2ebf525dc56a6e419261e41329de197e4 (patch)
tree8e678b6b865c484cb799d727e2114c8e18d23103
parentcore: Fix regression for RSA in gpgme_pubkey_algo_string. (diff)
downloadgpgme-88dc25e2ebf525dc56a6e419261e41329de197e4.tar.gz
gpgme-88dc25e2ebf525dc56a6e419261e41329de197e4.zip
Prepare NEWS for the next release
--
-rw-r--r--AUTHORS2
-rw-r--r--NEWS8
-rw-r--r--README8
-rw-r--r--configure.ac4
-rw-r--r--src/versioninfo.rc.in2
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"