浏览代码

Bump version to v0.6.6

Victor Vieux 11 年之前
父节点
当前提交
360a694c52
共有 2 个文件被更改,包括 39 次插入1 次删除
  1. 38 0
      CHANGELOG.md
  2. 1 1
      VERSION

+ 38 - 0
CHANGELOG.md

@@ -1,5 +1,43 @@
 # Changelog
 
+## 0.6.6 (2013-11-06)
+
+#### Runtime
+
+* Ensure container name on register
+* Fix regression in /etc/hosts
++ Add lock around write operations in graph
+* Check if port is valid
+* Fix restart runtime error with ghost container networking
++ Added some more colors and animals to increase the pool of generated names
+* Fix issues in docker inspect
++ Escape apparmor confinement
++ Set environment variables using a file.
+* Prevent docker insert to erase something
++ Prevent DNS server conflicts in CreateBridgeIface
++ Validate bind mounts on the server side
++ Use parent image config in docker build
+* Fix regression in /etc/hosts
+
+#### Client
+
++ Add -P flag to publish all exposed ports
++ Add -notrunc and -q flags to docker history
+* Fix docker commit, tag and import usage
++ Add stars, trusted builds and library flags in docker search
+* Fix docker logs with tty
+
+#### RemoteAPI
+
+* Make /events API send headers immediately
+* Do not split last column docker top
++ Add size to history
+
+#### Other
+
++ Contrib: Desktop integration. Firefox usecase.
++ Dockerfile: bump to go1.2rc3
+
 ## 0.6.5 (2013-10-29)
 
 #### Runtime

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.6.5-dev
+0.6.6