diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-22 14:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-22 14:32:43 +0000 |
commit | da210ba2394dffc5508ec38d801ba792d881c90a (patch) | |
tree | 58156810f209a5009f3a1bd684a7c63ed54561f2 | |
parent | Removing libui-dialog-perl from includes in debconf container create script. (diff) | |
download | compute-tools-da210ba2394dffc5508ec38d801ba792d881c90a.tar.xz compute-tools-da210ba2394dffc5508ec38d801ba792d881c90a.zip |
Releasing version 20161122.v20161122
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | CHANGELOG.txt | 17 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ba5a496..7998bac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,20 @@ +2016-11-22 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161122. + * Backward incompatible changes: + - renaming curl cache directory from /var/cache/container-tools/curl to /var/cache/container-tools/images. + + [ Daniel Baumann ] + * Adding runtime detection for http2 option in curl create script. + * Using curl with --fail option to abort in case of server/url errors. + * Updating contact section in manpages. + * Harmonizing manpage markup. + * Adding --clean option to curl container create script to remove downloaded tarball from cache after successfull container creation. + * Changing cache directory in curl create script from /var/cache/container-tools/curl to /var/cache/container-tools/images. + * Using https by default in container-images.sh example script. + * Adding sha512 verification to curl container create script. + * Removing libui-dialog-perl from includes in debconf container create script. + 2016-11-12 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20161112. diff --git a/VERSION.txt b/VERSION.txt index 45c4023..b4ec7ea 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20161112 +20161122 |