浏览代码

Merge pull request #1097 from dotcloud/bump_0.4.8

Bump version to 0.4.8
Guillaume J. Charmes 12 年之前
父节点
当前提交
6f23e39e6b
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      commands.go

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 # Changelog
 
 
+## 0.4.8 (2013-07-01)
+ + Builder: New build operation ENTRYPOINT adds an executable entry point to the container.
+ - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.
+ - Tests: Fix issues in the test suite
+
 ## 0.4.7 (2013-06-28)
 ## 0.4.7 (2013-06-28)
  * Registry: easier push/pull to a custom registry
  * Registry: easier push/pull to a custom registry
  * Remote API: the progress bar updates faster when downloading and uploading large files
  * Remote API: the progress bar updates faster when downloading and uploading large files

+ 1 - 1
commands.go

@@ -28,7 +28,7 @@ import (
 	"unicode"
 	"unicode"
 )
 )
 
 
-const VERSION = "0.4.7"
+const VERSION = "0.4.8"
 
 
 var (
 var (
 	GITCOMMIT string
 	GITCOMMIT string