Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
Conflicts:
VERSION
| ... | ... |
@@ -1,5 +1,45 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 0.9.1 (2014-03-24) |
|
| 4 |
+ |
|
| 5 |
+#### Builder |
|
| 6 |
+- Fix printing multiple messages on a single line. Fixes broken output during builds. |
|
| 7 |
+ |
|
| 8 |
+#### Documentation |
|
| 9 |
+- Fix external link on security of containers. |
|
| 10 |
+ |
|
| 11 |
+#### Contrib |
|
| 12 |
+- Fix init script cgroup mounting workarounds to be more similar to cgroupfs-mount and thus work properly. |
|
| 13 |
+- Add variable for DOCKER_LOGFILE to sysvinit and use append instead of overwrite in opening the logfile. |
|
| 14 |
+ |
|
| 15 |
+#### Hack |
|
| 16 |
+- Generate md5 and sha256 hashes when building, and upload them via hack/release.sh. |
|
| 17 |
+ |
|
| 18 |
+#### Remote API |
|
| 19 |
+- Fix content-type detection in `docker cp`. |
|
| 20 |
+ |
|
| 21 |
+#### Runtime |
|
| 22 |
+- Use BSD raw mode on Darwin. Fixes nano, tmux and others. |
|
| 23 |
+- Only unshare the mount namespace for execin. |
|
| 24 |
+- Retry to retrieve the layer metadata up to 5 times for `docker pull`. |
|
| 25 |
+- Merge existing config when committing. |
|
| 26 |
+- Fix panic in monitor. |
|
| 27 |
+- Disable daemon startup timeout. |
|
| 28 |
+- Fix issue #4681: add loopback interface when networking is disabled. |
|
| 29 |
+- Add failing test case for issue #4681. |
|
| 30 |
+- Send SIGTERM to child, instead of SIGKILL. |
|
| 31 |
+- Show the driver and the kernel version in `docker info` even when not in debug mode. |
|
| 32 |
+- Always symlink /dev/ptmx for libcontainer. This fixes console related problems. |
|
| 33 |
+- Fix issue caused by the absence of /etc/apparmor.d. |
|
| 34 |
+- Don't leave empty cidFile behind when failing to create the container. |
|
| 35 |
+- Improve deprecation message. |
|
| 36 |
+- Fix attach exit on darwin. |
|
| 37 |
+- devicemapper: improve handling of devicemapper devices (add per device lock, increase sleep time, unlock while sleeping). |
|
| 38 |
+- devicemapper: succeed immediately when removing non-existing devices. |
|
| 39 |
+- devicemapper: increase timeout in waitClose to 10 seconds. |
|
| 40 |
+- Remove goroutine leak on error. |
|
| 41 |
+- Update parseLxcInfo to comply with new lxc1.0 format. |
|
| 42 |
+ |
|
| 3 | 43 |
## 0.9.0 (2014-03-10) |
| 4 | 44 |
|
| 5 | 45 |
#### Builder |