Packaging, issue 919: Bump version to 0.4.2

This commit is contained in:
Daniel Mizyrycki 2013-06-17 19:50:31 -07:00
parent bd9bf9b646
commit e664a46ff3
3 changed files with 24 additions and 16 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 0.4.2 (2013-06-17)
- Packaging: Bumped version to work around an Ubuntu bug
## 0.4.1 (2013-06-17)
+ Remote Api: Add flag to enable cross domain requests
+ Remote Api/Client: Add images and containers sizes in docker ps and docker images

View File

@ -29,7 +29,7 @@ import (
"unicode"
)
const VERSION = "0.4.1"
const VERSION = "0.4.2"
var (
GITCOMMIT string

View File

@ -1,3 +1,8 @@
lxc-docker (0.4.2-1) precise; urgency=low
- Packaging: Bumped version to work around an Ubuntu bug
-- dotCloud <ops@dotcloud.com> Mon, 17 Jun 2013 00:00:00 -0700
lxc-docker (0.4.1-1) precise; urgency=low
- Builder: don't ignore last line in Dockerfile when it doesn't end with \n
- Client: allow multiple params in inspect