summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume J. Charmes <guillaume.charmes@dotcloud.com>2013-05-09 13:51:32 -0700
committerGuillaume J. Charmes <guillaume.charmes@dotcloud.com>2013-05-09 13:51:32 -0700
commite289308dff229bf70852f7c549cc7aafeedd4ec9 (patch)
tree6f2e35d9b030a6c3271ed2bb757c7e6367f57175
parent8fb8a08ff29bc5ac903ba86b449b3c12eeb19af7 (diff)
downloaddocker-0.3.2.tar.gz
Bumped version to 0.3.2v0.3.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--commands.go2
-rw-r--r--packaging/ubuntu/changelog11
3 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d28e843468..a9e2dab79e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 0.3.2 (2013-05-09)
+ * Runtime: Store the actual archive on commit
+ * Registry: Improve the checksum process
+ * Registry: Use the size to have a good progress bar while pushing
+ * Registry: Use the actual archive if it exists in order to speed up the push
+ - Registry: Fix error 400 on push
+
## 0.3.1 (2013-05-08)
+ Builder: Implement the autorun capability within docker builder
+ Builder: Add caching to docker builder
diff --git a/commands.go b/commands.go
index 9fb47819b5..3846033c83 100644
--- a/commands.go
+++ b/commands.go
@@ -21,7 +21,7 @@ import (
"unicode"
)
-const VERSION = "0.3.1"
+const VERSION = "0.3.2"
var (
GIT_COMMIT string
diff --git a/packaging/ubuntu/changelog b/packaging/ubuntu/changelog
index 2a5575d8c3..2e4907f200 100644
--- a/packaging/ubuntu/changelog
+++ b/packaging/ubuntu/changelog
@@ -1,3 +1,13 @@
+lxc-docker (0.3.2-1) precise; urgency=low
+ - Runtime: Store the actual archive on commit
+ - Registry: Improve the checksum process
+ - Registry: Use the size to have a good progress bar while pushing
+ - Registry: Use the actual archive if it exists in order to speed up the push
+ - Registry: Fix error 400 on push
+
+ -- dotCloud <ops@dotcloud.com> Fri, 9 May 2013 00:00:00 -0700
+
+
lxc-docker (0.3.1-1) precise; urgency=low
- Builder: Implement the autorun capability within docker builder
- Builder: Add caching to docker builder
@@ -25,6 +35,7 @@ lxc-docker (0.3.1-1) precise; urgency=low
-- dotCloud <ops@dotcloud.com> Fri, 8 May 2013 00:00:00 -0700
+
lxc-docker (0.3.0-1) precise; urgency=low
- Registry: Implement the new registry
- Documentation: new example: sharing data between 2 couchdb databases