summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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