|
@@ -304,7 +304,7 @@
|
|
|
- Add newlines to the JSON stream functions.
|
|
|
|
|
|
#### Runtime
|
|
|
-* Do not ping the registry from the CLI. All requests to registres flow through the daemon.
|
|
|
+* Do not ping the registry from the CLI. All requests to registries flow through the daemon.
|
|
|
- Check for nil information return in the lxc driver. This fixes panics with older lxc versions.
|
|
|
- Devicemapper: cleanups and fix for unmount. Fixes two problems which were causing unmount to fail intermittently.
|
|
|
- Devicemapper: remove directory when removing device. Directories don't get left behind when removing the device.
|
|
@@ -896,7 +896,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
|
|
|
+ Add domainname support
|
|
|
+ Implement image filtering with path.Match
|
|
|
-* Remove unnecesasry warnings
|
|
|
+* Remove unnecessary warnings
|
|
|
* Remove os/user dependency
|
|
|
* Only mount the hostname file when the config exists
|
|
|
* Handle signals within the `docker login` command
|
|
@@ -919,7 +919,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
+ Hack: Vendor all dependencies
|
|
|
* Remote API: Bump to v1.5
|
|
|
* Packaging: Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc.
|
|
|
-* Documentation: General improvments
|
|
|
+* Documentation: General improvements
|
|
|
|
|
|
## 0.6.1 (2013-08-23)
|
|
|
|
|
@@ -1189,7 +1189,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
* Prevent rm of running containers
|
|
|
* Use go1.1 cookiejar
|
|
|
- Fix issue detaching from running TTY container
|
|
|
-- Forbid parralel push/pull for a single image/repo. Fixes #311
|
|
|
+- Forbid parallel push/pull for a single image/repo. Fixes #311
|
|
|
- Fix race condition within Run command when attaching.
|
|
|
|
|
|
#### Client
|
|
@@ -1305,7 +1305,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
+ Add caching to docker builder
|
|
|
+ Add support for docker builder with native API as top level command
|
|
|
+ Implement ENV within docker builder
|
|
|
-- Check the command existance prior create and add Unit tests for the case
|
|
|
+- Check the command existence prior create and add Unit tests for the case
|
|
|
* use any whitespaces instead of tabs
|
|
|
|
|
|
#### Runtime
|
|
@@ -1344,13 +1344,13 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
|
|
|
#### Runtime
|
|
|
|
|
|
-- Fix the command existance check
|
|
|
+- Fix the command existence check
|
|
|
- strings.Split may return an empty string on no match
|
|
|
- Fix an index out of range crash if cgroup memory is not
|
|
|
|
|
|
#### Documentation
|
|
|
|
|
|
-* Various improvments
|
|
|
+* Various improvements
|
|
|
+ New example: sharing data between 2 couchdb databases
|
|
|
|
|
|
#### Other
|
|
@@ -1380,7 +1380,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
## 0.2.0 (2013-04-23)
|
|
|
|
|
|
- Runtime: ghost containers can be killed and waited for
|
|
|
-* Documentation: update install intructions
|
|
|
+* Documentation: update install instructions
|
|
|
- Packaging: fix Vagrantfile
|
|
|
- Development: automate releasing binaries and ubuntu packages
|
|
|
+ Add a changelog
|