diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:59:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:59:22 +0000 |
commit | d295a8373b5d160bca092963d2eaecd6d05fa745 (patch) | |
tree | 775d9f431a6f0183ef8728724957b8942689df0e | |
parent | Updating asciicast for container-tools version 20161101. (diff) | |
download | compute-tools-d295a8373b5d160bca092963d2eaecd6d05fa745.tar.xz compute-tools-d295a8373b5d160bca092963d2eaecd6d05fa745.zip |
Releasing version 20161101.v20161101
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 29 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6c19f67..3896c66 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,31 @@ +2016-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161101. + + [Daniel Baumann] + * Changing installation of systemd support packages to workaround systemd-shim failures in debootstrap. + * Correcting installation location for documentation in makefile. + * Adding note about help for individual commands in container-shell program. + * Using sudo in container-shell. + * Setting LC_ALL in container-shell. + * Switching from ftp.debian.org as default debian mirror to deb.debian.org in debconf script. + * Removing obsolete configuration for broadcast in interfaces of debconf container create script. + * Removing obsolete configuration for network in interfaces of debconf container create script. + * Removing obsolete network configurations in host-setup documentation. + * Switching default distribution to stretch in container create scripts. + * Replacing support for Progress Linux 3 (cairon) with Progress Linux 4 (dschinn). + * Automatically adding restricted archive areas for progress-linux extras repositories if non-free is enabled. + * Updating progress-linux archive-key filenames. + * Removing container enter command for LTS version. + * Removing container limit command for LTS version. + * Removing -f|--force option in container stop command for LTS version. + * Removing container rename command for LTS version. + * Correcting IP address in documentation of a network configuration example. + * Updating known limitations in README file. + * Updating known limitations in container-tools manpage. + * Improving language of preseed question in debconf script. + * Updating asciicast for container-tools version 20161101. + 2016-08-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20160801. @@ -243,3 +271,4 @@ 2016-03-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20160301. + diff --git a/VERSION.txt b/VERSION.txt index d8079d5..c2ace56 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20160801 +20161101 |