mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-30 10:07:16 +02:00
Bump revision up to 0.5.3
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
project(sdbus-c++ VERSION 0.5.2 LANGUAGES C CXX)
|
project(sdbus-c++ VERSION 0.5.3 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@ -68,3 +68,8 @@ v0.5.1
|
|||||||
|
|
||||||
v0.5.2
|
v0.5.2
|
||||||
- Simplify and unify basic API level callbacks for both sync and async methods
|
- Simplify and unify basic API level callbacks for both sync and async methods
|
||||||
|
|
||||||
|
v0.5.3
|
||||||
|
- Extend stress tests with dynamic object and proxy creation and destruction from multiple threads
|
||||||
|
- [[Breaking ABI change]] Add getConnection() method to IObject
|
||||||
|
- A few minor fixes
|
||||||
|
Reference in New Issue
Block a user