diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 16:10:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 16:10:09 +0000 |
commit | 3c796fad51ed50f421a4f088859b4cd491528ad8 (patch) | |
tree | 7ea7532e21cd3221a9abeee9a2bbdbc0250d76d6 | |
parent | Updating year in copyright notices for 2024. (diff) | |
download | compute-tools-3c796fad51ed50f421a4f088859b4cd491528ad8.tar.xz compute-tools-3c796fad51ed50f421a4f088859b4cd491528ad8.zip |
Releasing version 20240829.v20240829
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | CHANGELOG.txt | 19 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8dd6e3d..d6a189e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,22 @@ +2024-08-29 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 2024-08-29. + + [ Daniel Baumann ] + * Adding host variable for preseed files. + * Using versioned sort in container list. + * Completing container actions in container-rebuild manpage description, thanks to Hugo Hugo <hugo.klein@bfh.ch>. + * Workarounding issue with linebreaks and rst conversion in manpage example sections, thanks to Tom Jampen <tom@cryptography.ch>. + * Installing systemd unit files in /usr, thanks to Helmut Grohne <helmut@subdivi.de>. + * Avoid failing on networkctl reload with systemd >= 256 in container-start command. + * Correcting wrong systemd unit filename in host-setup, thanks to Jani Heikkinen <jani.heikkinen@bfh.ch>. + * Adding example preseeding for local archives. + * Switching from apt list files to sources files. + * Using signed-by for debian apt sources. + * Using signed-by for local apt sources. + * Also adding comment from local archives apt sources in apt preferences for consistency. + * Updating year in copyright notices for 2024. + 2022-12-23 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20221023. diff --git a/VERSION.txt b/VERSION.txt index 7a58b9c..0b8bcef 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20221223 +20240829 |