mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump version to v1.0.1
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
41d405fa53
commit
990021ac2b
2 changed files with 24 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,5 +1,28 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.1 (2014-06-19)
|
||||||
|
|
||||||
|
#### Notable features since 1.0.0
|
||||||
|
* Enhance security for the LXC driver
|
||||||
|
|
||||||
|
#### Builder
|
||||||
|
* Fix `ONBUILD` instruction passed to grandchildren
|
||||||
|
|
||||||
|
#### Runtime
|
||||||
|
* Fix events subscription
|
||||||
|
* Fix /etc/hostname file with host networking
|
||||||
|
* Allow `-h` and `--net=none`
|
||||||
|
* Fix issue with hotplug devices in `--privileged`
|
||||||
|
|
||||||
|
#### Client
|
||||||
|
* Fix artifacts with events
|
||||||
|
* Fix a panic with empty flags
|
||||||
|
* Fix `docker cp` on Mac OS X
|
||||||
|
|
||||||
|
#### Miscellaneous
|
||||||
|
* Fix compilation on Mac OS X
|
||||||
|
* Fix several races
|
||||||
|
|
||||||
## 1.0.0 (2014-06-09)
|
## 1.0.0 (2014-06-09)
|
||||||
|
|
||||||
#### Notable features since 0.12.0
|
#### Notable features since 0.12.0
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.0.0-dev
|
1.0.1
|
||||||
|
|
Loading…
Reference in a new issue