소스 검색

Merge pull request #7668 from docker/merge_release_v1.2.0

Merge release v1.2.0
Victor Vieux 11 년 전
부모
커밋
bd7c7febb9
2개의 변경된 파일20개의 추가작업 그리고 1개의 파일을 삭제
  1. 19 0
      CHANGELOG.md
  2. 1 1
      VERSION

+ 19 - 0
CHANGELOG.md

@@ -1,5 +1,24 @@
 # Changelog
 # Changelog
 
 
+## 1.2.0 (2014-08-20)
+
+#### Runtime
++ Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
++ Auto-restart containers using policies
++ Use /var/lib/docker/tmp for large temporary files
++ `--cap-add` and `--cap-drop` to tweak what linux capability you want
++ `--device` to use devices in containers
+
+#### Client
++ `docker search` on private registries
++ Add `exited` filter to `docker ps --filter`
+* `docker rm -f` now kills instead of stop
++ Support for IPv6 addresses in `--dns` flag
+
+#### Proxy
++ Proxy instances in separate processes
+* Small bug fix on UDP proxy
+
 ## 1.1.2 (2014-07-23)
 ## 1.1.2 (2014-07-23)
 
 
 #### Runtime
 #### Runtime

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.1.2-dev
+1.2.0-dev