From 990021ac2b4a4c8e6ae66dd331c372f70eec3b7a Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 19 Jun 2014 22:46:00 +0000 Subject: [PATCH 1/2] Bump version to v1.0.1 Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cb9057e3..6a7d3c2e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # 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) #### Notable features since 0.12.0 diff --git a/VERSION b/VERSION index 05639a5567..7dea76edb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-dev +1.0.1 From 49376ec4483c241167f7623ccc0260486ce8d4a3 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 20 Jun 2014 01:06:48 +0000 Subject: [PATCH 2/2] Change version to 1.0.1-dev Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7dea76edb3..3f60217db9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.1-dev