From 90668a8a997c5db27ffdcc25c7921c63526b62f4 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 23 Apr 2013 23:15:09 -0700 Subject: [PATCH] Bumped version to 0.2.0 --- CHANGELOG.md | 9 +++++++++ commands.go | 2 +- packaging/ubuntu/changelog | 12 ++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c7742076..d747665609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 (2012-04-23) + - Runtime: ghost containers can be killed and waited for + * Documentation: update install intructions + - Packaging: fix Vagrantfile + - Development: automate releasing binaries and ubuntu packages + + Add a changelog + - Various bugfixes + + ## 0.1.8 (2013-04-22) - Dynamically detect cgroup capabilities - Issue stability warning on kernels <3.8 diff --git a/commands.go b/commands.go index b2f49a080a..f0013d41e5 100644 --- a/commands.go +++ b/commands.go @@ -18,7 +18,7 @@ import ( "unicode" ) -const VERSION = "0.1.8" +const VERSION = "0.2.0" var ( GIT_COMMIT string diff --git a/packaging/ubuntu/changelog b/packaging/ubuntu/changelog index b0c691366d..6499ae8f6a 100644 --- a/packaging/ubuntu/changelog +++ b/packaging/ubuntu/changelog @@ -1,3 +1,15 @@ +lxc-docker (0.2.0-1) precise; urgency=low + + - Runtime: ghost containers can be killed and waited for + - Documentation: update install intructions + - Packaging: fix Vagrantfile + - Development: automate releasing binaries and ubuntu packages + - Add a changelog + - Various bugfixes + + -- dotCloud Mon, 23 Apr 2013 00:00:00 -0700 + + lxc-docker (0.1.8-1) precise; urgency=low - Dynamically detect cgroup capabilities