aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2024-07-04 16:03:17 +0000
committerIngo Klöcker <[email protected]>2024-07-05 08:05:51 +0000
commit28542b14c4df40c7a54bfcf65d7c725bd99fb3e5 (patch)
treec3a8a3e96675b9f4e6265c3234aacdb31cfed626 /NEWS
parentcpp: Add safer member function returning text describing an error (diff)
downloadgpgme-28542b14c4df40c7a54bfcf65d7c725bd99fb3e5.tar.gz
gpgme-28542b14c4df40c7a54bfcf65d7c725bd99fb3e5.zip
cpp: Deprecate Error::asString and update users
* lang/cpp/src/error.h (Error::asString): Mark as deprecated. * lang/cpp/src/context.cpp (operator<<), lang/cpp/src/editinteractor.cpp (edit_interactor_callback_impl), lang/cpp/tests/run-getkey.cpp (main), lang/cpp/tests/run-keylist.cpp (main), lang/cpp/tests/run-wkdlookup.cpp (main): Use Error::asStdString instead of Error::asString. -- GnuPG-bug-id: 7188
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0faf410e..d0a77df1 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,7 @@ Noteworthy changes in version 1.24.0 (unrelease)
cpp: Key::numRevocationKeys NEW.
cpp: Key::revocationKeys NEW.
cpp: Error::asStdString NEW.
+ cpp: Error::asString DEPRECATED.
qt: DecryptVerifyJob::setInputFile NEW.
qt: DecryptVerifyJob::inputFile NEW.
qt: DecryptVerifyJob::setOutputFile NEW.