Browse code

Bump version to v0.6.6

Victor Vieux authored on 2013/11/07 04:42:39
Showing 2 changed files
... ...
@@ -1,5 +1,43 @@
1 1
 # Changelog
2 2
 
3
+## 0.6.6 (2013-11-06)
4
+
5
+#### Runtime
6
+
7
+* Ensure container name on register
8
+* Fix regression in /etc/hosts
9
++ Add lock around write operations in graph
10
+* Check if port is valid
11
+* Fix restart runtime error with ghost container networking
12
++ Added some more colors and animals to increase the pool of generated names
13
+* Fix issues in docker inspect
14
++ Escape apparmor confinement
15
++ Set environment variables using a file.
16
+* Prevent docker insert to erase something
17
++ Prevent DNS server conflicts in CreateBridgeIface
18
++ Validate bind mounts on the server side
19
++ Use parent image config in docker build
20
+* Fix regression in /etc/hosts
21
+
22
+#### Client
23
+
24
++ Add -P flag to publish all exposed ports
25
++ Add -notrunc and -q flags to docker history
26
+* Fix docker commit, tag and import usage
27
++ Add stars, trusted builds and library flags in docker search
28
+* Fix docker logs with tty
29
+
30
+#### RemoteAPI
31
+
32
+* Make /events API send headers immediately
33
+* Do not split last column docker top
34
++ Add size to history
35
+
36
+#### Other
37
+
38
++ Contrib: Desktop integration. Firefox usecase.
39
++ Dockerfile: bump to go1.2rc3
40
+
3 41
 ## 0.6.5 (2013-10-29)
4 42
 
5 43
 #### Runtime
... ...
@@ -1 +1 @@
1
-0.6.5-dev
1
+0.6.6