aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2025-06-04 07:11:52 +0000
committerIngo Klöcker <[email protected]>2025-06-04 07:11:52 +0000
commitca6419d5ec4d865998598645c8c047c119e31d01 (patch)
tree501208ed0c3f0a7b684c6bb20d61028099139864
parentPost release update (diff)
downloadgpgme-master.tar.gz
gpgme-master.zip
NEWS: Mention the split of gpgmeHEADmaster
--
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f3241b6..386885c2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ Noteworthy changes in version 2.0.1 (unreleased) [C45/A0/R_]
Noteworthy changes in version 2.0.0 (2025-06-03) [C45/A0/R0]
------------------------------------------------
+ * The C++ bindings, the Qt bindings, and the Python bindings were
+ split off of gpgme. They are now released separately. [T7262]
+
* New function gpgme_op_random_bytes to get cryptographically
strong random bytes from gpg. [T6694]