Browse code

Bump version to v1.2.0

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2014/08/21 05:20:14
Showing 2 changed files
... ...
@@ -1,5 +1,24 @@
1 1
 # Changelog
2 2
 
3
+## 1.2.0 (2014-08-20)
4
+
5
+#### Runtime
6
++ Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
7
++ Auto-restart containers using policies
8
++ Use /var/lib/docker/tmp for large temporary files
9
++ `--cap-add` and `--cap-drop` to tweak what linux capability you want
10
++ `--device` to use devices in containers
11
+
12
+#### Client
13
++ `docker search` on private registries
14
++ Add `exited` filter to `docker ps --filter`
15
+* `docker rm -f` now kills instead of stop
16
++ Support for IPv6 addresses in `--dns` flag
17
+
18
+#### Proxy
19
++ Proxy instances in separate processes
20
+* Small bug fix on UDP proxy
21
+
3 22
 ## 1.1.2 (2014-07-23)
4 23
 
5 24
 #### Runtime
... ...
@@ -1 +1 @@
1
-1.1.2-dev
2 1
\ No newline at end of file
2
+1.2.0