diff --git a/bluechi.spec.in b/bluechi.spec.in index 8620903361..e09716f072 100644 --- a/bluechi.spec.in +++ b/bluechi.spec.in @@ -289,6 +289,31 @@ build-scripts/generate-unit-tests-code-coverage.sh %{_vpath_builddir} %{buildroo %changelog +* Mon Apr 29 2024 Michael Engel - 0.8.0-1 +- Breaking change: Removed obsolete API method Ping +- Fixed .conf suffix check for conf.d files +- Fixed memory leak in bluechictl +- Fixed memory leaks in bluechi-agent +- Fixed bluechictl when fetching status of multiple services +- Fixed segfault when calling set-loglevel API with invalid loglevel +- Fix memory deallocation issue in node_method_set_log_level() +- Cleanup controller when start fails to prevent memory leaks +- Added watch option to bluechictl status +- Changed output of bluechictl status from stderr to stdout +- Implemented D-Bus API for cancelling a Job +- Added IP to of registered nodes as D-Bus property and to the ListUnits API +- Added D-Bus properties for LogLevel and LogTarget of bluechi-controller and bluechi-agent +- Added D-Bus on bluechi-agent to switch the bluechi-controller +- Refactored functions for loading the configuration +- Improved the output of bluechictl list-units +- Improved the formatted output of the dumped config of bluechi-controller and bluechi-agent on startup +- bluechictl monitor flushes stdout for each iteration +- Replaced the function for the D-Bus property of the node name by offsetof +- Removed unused code bluechi-controller and libbluechi +- BlueChi's SELinux policy has been extended by a tunable policy to dis-/allow any port +- BlueChi's python bindings are now formatted and ordered via unified tooling +- Updated the python bindings for BlueChi's D-Bus API + * Wed Jan 17 2024 Michael Engel - 0.7.0-1 - Breaking change: Completed renaming of manager to controller in configuration, API, etc. - Breaking change: Removed D-Bus method Shutdown from controller and agent diff --git a/build-scripts/version.sh b/build-scripts/version.sh index 44ac6ea757..e71070da9c 100755 --- a/build-scripts/version.sh +++ b/build-scripts/version.sh @@ -7,7 +7,7 @@ # Current version of BlueChi VERSION=0.8.0 # Specify if build is a official release or a snapshot build -IS_RELEASE="0" +IS_RELEASE="1" # Used for official releases. Increment if necessary RELEASE="1" # Used to cache generated snapshot release for further usage