mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-30 18:17:14 +02:00
Update ChangeLog
This commit is contained in:
committed by
GitHub
parent
91fa35140b
commit
38552483ca
@ -54,7 +54,7 @@ v0.4.3
|
|||||||
|
|
||||||
v0.5.0
|
v0.5.0
|
||||||
- Redesign of the Connection model for scalability, thread-safety, simplicity and clarity
|
- Redesign of the Connection model for scalability, thread-safety, simplicity and clarity
|
||||||
- [[Breaking ABI change]] Introduce support asynchronous invocation of D-Bus methods on client-side
|
- [[Breaking ABI change]] Introduce support for asynchronous invocation of D-Bus methods on client-side
|
||||||
- Revise and extend sdbus-c++ tutorial
|
- Revise and extend sdbus-c++ tutorial
|
||||||
- Introduce stress tests that involve a D-Bus server and client interacting in dense communication in both sync and async ways
|
- Introduce stress tests that involve a D-Bus server and client interacting in dense communication in both sync and async ways
|
||||||
- Compilation error fixes for older gcc versions
|
- Compilation error fixes for older gcc versions
|
||||||
@ -91,9 +91,11 @@ v0.6.0
|
|||||||
- Use release v1.8.1 of googletest for tests
|
- Use release v1.8.1 of googletest for tests
|
||||||
|
|
||||||
vX.Y.Z
|
vX.Y.Z
|
||||||
|
- [[Breaking ABI change]] Added support for ObjectManager and other standard D-Bus interfaces
|
||||||
- sdbus-c++ now can automatically download, build and incorporate libsystemd static library, which makes things pretty easy in non-systemd environments
|
- sdbus-c++ now can automatically download, build and incorporate libsystemd static library, which makes things pretty easy in non-systemd environments
|
||||||
- sdbus-c++ file organization has been adjusted to comply to de-facto OSS project standards
|
- sdbus-c++ file organization has been adjusted to comply to de-facto OSS project standards
|
||||||
- Build system improvements -- moving towards more modern CMake
|
- Build system improvements -- moving towards more modern CMake
|
||||||
- Using googletest from master branch instead of v1.8.1 which has THREADS_PTHREAD_ARG issue when cross-compiling
|
- Using googletest from master branch instead of v1.8.1 which has THREADS_PTHREAD_ARG issue when cross-compiling
|
||||||
- Documentation improvements
|
- Documentation improvements
|
||||||
- Other minor fixes and improvements
|
- Minor changes (renamings) in the code generated by sdbus-c++-xml2cpp generator
|
||||||
|
- Other minor fixes and internal design improvements
|
||||||
|
Reference in New Issue
Block a user