From 1d930f324e1603a4bd08022c37f64e7be41038df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Fri, 15 Oct 2021 15:20:46 +0200 Subject: [PATCH] update changelog: v0.9.0 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index f25c5bf9..685cc6ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -172,3 +172,23 @@ v0.8.3 v0.8.4 - fix issue #145: signals are not filtered by sender + +v0.9.0 +- Provide CMake config and PkgConfig files for tools +- Provide access to D-Bus message in high-level API +- Add API to set signal destination +- Add IProxy::getConnection() method +- Add README and sdbus-c++ tutorial as additional pages in doxydocs +- Enable default construction of PendingAsyncCall +- Add API to get message path and message destination +- Avoid propagating msg unpack exceptions to the event loop +- Fix race condition in Proxy and Object destructor +- Fix seg fault in Message::peekType() +- Add information to documentation about conan recipe +- Add cpack to build debian packages, split the packages by components +- Catch sdbus-c++ exceptions flying from Proxy callbacks to libsystemd +- Add createDefaultBusConnection() method +- Make resetting loop thread ID exception-safe +- Support Error parameter in signal handlers +- Add specific sections for tips and notes in the tutorial +- A few additional documentation and test updates and improvements