Browse code

Bump version to v1.1.0

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/07/03 10:15:11
Showing 2 changed files
... ...
@@ -1,5 +1,29 @@
1 1
 # Changelog
2 2
 
3
+## 1.1.0 (2014-07-03)
4
+
5
+#### Notable features since 1.0.1
6
++ Add `.dockerignore` support
7
++ Pause containers during `docker commit`
8
++ Add `--tail` to `docker logs`
9
+
10
+#### Builder
11
++ Allow a tar file as context for `docker build`
12
+* Fix issue with white-spaces and multi-lines in `Dockerfiles`
13
+
14
+#### Runtime
15
+* Overall performance improvements
16
+* Allow `/` as source of `docker run -v`
17
+* Fix port allocation
18
+* Fix bug in `docker save`
19
+* Add links information to `docker inspect`
20
+
21
+#### Client
22
+* Improve command line parsing for `docker commit`
23
+
24
+#### Remote API
25
+* Improve status code for the `start` and `stop` endpoints
26
+
3 27
 ## 1.0.1 (2014-06-19)
4 28
 
5 29
 #### Notable features since 1.0.0
... ...
@@ -1 +1 @@
1
-1.0.1-dev
1
+1.1.0