Browse Source

Bumped version to 0.3.2

Guillaume J. Charmes 12 years ago
parent
commit
e289308dff
3 changed files with 19 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      commands.go
  3. 11 0
      packaging/ubuntu/changelog

+ 7 - 0
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

+ 1 - 1
commands.go

@@ -21,7 +21,7 @@ import (
 	"unicode"
 )
 
-const VERSION = "0.3.1"
+const VERSION = "0.3.2"
 
 var (
 	GIT_COMMIT string

+ 11 - 0
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