1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6838 from vieux/merge_release_v1.1.0

Merge release v1.1.0
This commit is contained in:
Victor Vieux 2014-07-03 11:04:26 -07:00
commit 700880ca16
2 changed files with 25 additions and 1 deletions

View file

@ -1,5 +1,29 @@
# Changelog
## 1.1.0 (2014-07-03)
#### Notable features since 1.0.1
+ Add `.dockerignore` support
+ Pause containers during `docker commit`
+ Add `--tail` to `docker logs`
#### Builder
+ Allow a tar file as context for `docker build`
* Fix issue with white-spaces and multi-lines in `Dockerfiles`
#### Runtime
* Overall performance improvements
* Allow `/` as source of `docker run -v`
* Fix port allocation
* Fix bug in `docker save`
* Add links information to `docker inspect`
#### Client
* Improve command line parsing for `docker commit`
#### Remote API
* Improve status code for the `start` and `stop` endpoints
## 1.0.1 (2014-06-19)
#### Notable features since 1.0.0

View file

@ -1 +1 @@
1.0.1-dev
1.1.0-dev