Update ChangeLog for incoming new release

This commit is contained in:
sangelovic
2019-05-26 15:37:32 +02:00
parent ed5c7a1fd5
commit 6ee66dfc47

View File

@ -91,8 +91,9 @@ v0.6.0
- Use release v1.8.1 of googletest for tests
vX.Y.Z
- sdbus-c++ now offers automatic download&build of libsystemd dependency, and making it part of sdbus-c++ library, which might be very helpful 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
- 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
- Documentation improvements
- Other minor fixes and improvements