diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-02 10:00:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-02 10:00:00 +0000 |
commit | 32322960234c8ec91e0d42835a3ec5ee63305070 (patch) | |
tree | 71d79574de0193778ad6cc6c96dfd4f74fa6bbbb /system-config/CHANGELOG.txt | |
parent | Initial commit. (diff) | |
download | open-infrastructure-system-tools-32322960234c8ec91e0d42835a3ec5ee63305070.tar.xz open-infrastructure-system-tools-32322960234c8ec91e0d42835a3ec5ee63305070.zip |
Adding upstream version 20190202.upstream/20190202
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | system-config/CHANGELOG.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/system-config/CHANGELOG.txt b/system-config/CHANGELOG.txt new file mode 100644 index 0000000..a6f166e --- /dev/null +++ b/system-config/CHANGELOG.txt @@ -0,0 +1,58 @@ +2016-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161101. + + [ Daniel Baumann ] + * Escaping quotes in sed within xserver-xorg script to prefent false-positive bashism check. + * Setting fullname of automatically created user on progress-linux to 'User'. + +2016-07-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20160701. + + [ Daniel Baumann ] + * Adding commit messages to previous changelog. + + [ Raphaël Hertzog ] + * No longer manually starting the getty@* services. + + [ Tom Jampen ] + * Properly handling hwclock set to local time (Closes: #832815). + + [ Raphaël Hertzog ] + * Fixing timezone configuration by dropping /etc/localtime (Closes: #832816). + + [ Grégory David ] + * Searching and reading live-config file(s) configuration from medium (live image or other device) in persistence mode (Closes: #832817). + + [ Lukas Schwaighofer ] + * Correcting lb_config manpage as config files actually require the .conf suffix. + * Exporting variables set in config files (Closes: #832818). + + [ Raphaël Hertzog ] + * Improving ordering of live-config.service so that it runs after the local filesystems have been mounted. + * Relying on dh_systemd_enable to enable the service instead of shipping a basic.target.wants/live-config.service symlink in the package. + +2016-06-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20160601. + + [ Raphaël Hertzog ] + * Avoiding deadlock during boot by using systemctl --no-block. + + [ Daniel Reichelt ] + * Fixing naming of config snippets in manpages. + * Fixing hook for disabling display managers. + + [ trebmuh ] + * Updating French translation for live-config manpage. + + [ Carlos Zuferri ] + * Using 'Live Systems Project' as default project in .pot files. + + [ Daniel Baumann ] + * Correcting version string in changelog. + +2016-05-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20160501. |