-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Engel <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -226,6 +226,25 @@ popd | |
|
||
|
||
%changelog | ||
* Mon Sep 04 2023 Michael Engel <[email protected]> - 0.5.0-1 | ||
- Changing the name of the project from hirte to BlueChi | ||
- Changing the license of the project from GPL-2.0-or-later to LGPL-2.1-or-later | ||
- Changing the license of API examples to CC0-1.0 | ||
- Changing the license of typed python bindings package to CC0-1.0 | ||
- New feature: freeze and thaw units via BlueChi | ||
- Added CLI option to all binaries to print the version | ||
- A heartbeat interval of 0 disables it instead of spamming the signal | ||
- A disconnecting, anonymous node doesn't lead to a segfault anymore | ||
- Fixed a few smaller memory leaks | ||
- Increased the maximum line length and added multi-line support for configuration files | ||
- Improved error message when parsing configuration file fails | ||
- Python bindings use the property annotation for D-Bus properties | ||
- Fixes in the typed python bindings generator | ||
- Fixes in the D-Bus API description | ||
- The default log target has been set to journald | ||
- Updates to Mkdocs like adding GoLang and Rust example | ||
- Added more unit and integration tests | ||
|
||
* Mon Jul 10 2023 Michael Engel <[email protected]> - 0.4.0-1 | ||
- Defaults for hirtectl monitor defaults defined and documented | ||
- Dedicated signal is emitted when a node changes its connection state | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters