Bumped version to 0.2.0
This commit is contained in:
parent
c7fd84b8a0
commit
90668a8a99
3 changed files with 22 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# 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)
|
## 0.1.8 (2013-04-22)
|
||||||
- Dynamically detect cgroup capabilities
|
- Dynamically detect cgroup capabilities
|
||||||
- Issue stability warning on kernels <3.8
|
- Issue stability warning on kernels <3.8
|
||||||
|
|
|
@ -18,7 +18,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.1.8"
|
const VERSION = "0.2.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GIT_COMMIT string
|
GIT_COMMIT string
|
||||||
|
|
|
@ -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 <ops@dotcloud.com> Mon, 23 Apr 2013 00:00:00 -0700
|
||||||
|
|
||||||
|
|
||||||
lxc-docker (0.1.8-1) precise; urgency=low
|
lxc-docker (0.1.8-1) precise; urgency=low
|
||||||
|
|
||||||
- Dynamically detect cgroup capabilities
|
- Dynamically detect cgroup capabilities
|
||||||
|
|
Loading…
Reference in a new issue