From 6ee66dfc4795b6e4989948a847ba016440459fbc Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 26 May 2019 15:37:32 +0200 Subject: [PATCH] Update ChangeLog for incoming new release --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b98112d..9cd43bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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