summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-03-02 09:23:45 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-03-02 10:35:14 +0000
commit0da850a19c46d44829e2e1ecad979a655bab3bb9 (patch)
treec3214336a9bcc1fdff9963991c69903bdcc3de7b
parentMoving container-images.sh to website. (diff)
downloadcompute-tools-0da850a19c46d44829e2e1ecad979a655bab3bb9.tar.xz
compute-tools-0da850a19c46d44829e2e1ecad979a655bab3bb9.zip
Releasing version 20190301.v20190301
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--CHANGELOG.txt25
-rw-r--r--VERSION.txt2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a516ba4..7b6ecd1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,28 @@
+2019-03-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 2019-03-01.
+
+ [ Daniel Baumann ]
+ * Adding a end message in container create command.
+ * Removing staging repositories in debconf create script, not used anymore.
+ * Removing Force-LoopBreak option when calling apt in container debconf create script, not needed anymore.
+ * Using apt instead of apt-get in container debconf create script.
+ * Removing progress-linux apt sources.list handling in container debconf create script by using the progress-linux package instead.
+ * Allow to select/deselect main repository in container debconf create script.
+ * Removing armel and armhf support in container debconf create script.
+ * Adding comment to debian sources.list in container debconf create script.
+ * Removing some dead code in container create scripts.
+ * Adding same internal name strings in all scripts.
+ * Adding support for using mmdebstrap in container debootstrap create script.
+ * Removing key command until its completly tested.
+ * Removing limit command until its completly tested.
+ * Removing curl container create script until its completly tested.
+ * Updating list of container commands to be logged.
+ * Updating list of container shortcut commands.
+ * Removing a few fixmes that are not needed anymore.
+ * Moving asciicast to the website.
+ * Moving container-images.sh to website.
+
2019-02-22 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 2019-02-22.
diff --git a/VERSION.txt b/VERSION.txt
index 02c8992..868c05a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20190222
+20190301