Browse code

Bumped version to 0.2.0

Solomon Hykes authored on 2013/04/24 15:15:09
Showing 3 changed files
... ...
@@ -1,5 +1,14 @@
1 1
 # Changelog
2 2
 
3
+## 0.2.0 (2012-04-23)
4
+ - Runtime: ghost containers can be killed and waited for
5
+ * Documentation: update install intructions
6
+ - Packaging: fix Vagrantfile
7
+ - Development: automate releasing binaries and ubuntu packages
8
+ + Add a changelog
9
+ - Various bugfixes
10
+
11
+
3 12
 ## 0.1.8 (2013-04-22)
4 13
  - Dynamically detect cgroup capabilities
5 14
  - Issue stability warning on kernels <3.8
... ...
@@ -18,7 +18,7 @@ import (
18 18
 	"unicode"
19 19
 )
20 20
 
21
-const VERSION = "0.1.8"
21
+const VERSION = "0.2.0"
22 22
 
23 23
 var (
24 24
 	GIT_COMMIT string
... ...
@@ -1,3 +1,15 @@
1
+lxc-docker (0.2.0-1) precise; urgency=low
2
+
3
+  - Runtime: ghost containers can be killed and waited for
4
+  - Documentation: update install intructions
5
+  - Packaging: fix Vagrantfile
6
+  - Development: automate releasing binaries and ubuntu packages
7
+  - Add a changelog
8
+  - Various bugfixes
9
+
10
+ -- dotCloud <ops@dotcloud.com>  Mon, 23 Apr 2013 00:00:00 -0700
11
+
12
+
1 13
 lxc-docker (0.1.8-1) precise; urgency=low
2 14
 
3 15
   - Dynamically detect cgroup capabilities