Quellcode durchsuchen

Merge pull request #6563 from vieux/merge_release_v1.0.1

Merge release v1.0.1
Victor Vieux vor 11 Jahren
Ursprung
Commit
8554841c6a
2 geänderte Dateien mit 24 neuen und 1 gelöschten Zeilen
  1. 23 0
      CHANGELOG.md
  2. 1 1
      VERSION

+ 23 - 0
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

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.0-dev
+1.0.1-dev