From 010d74ec2f3dfefea5cafa602bce5cdeac3a0c19 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 7 Jan 2014 18:00:49 -0800 Subject: [PATCH 1/2] Bump to v0.7.4 Docker-DCO-1.0-Signed-off-by: Michael Crosby (github: crosbymichael) --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d986fcc9be00..eccf52ed00c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 0.7.4 (2014-01-07) + +#### Builder + +- Fix ADD caching issue with . prefixed path +- Fix docker build on devicemapper by reverting sparse file tar option +- Fix issue with file caching and prevent wrong cache hit +* Use same error handling while unmarshalling CMD and ENTRYPOINT + +#### Documentation + +* Simplify and streamline Amazon Quickstart +* Install instructions use unprefixed fedora image +* Update instructions for mtu flag for Docker on GCE ++ Add Ubuntu Saucy to installation +- Fix for wrong version warning on master instead of latest + +#### Runtime + +- Only get the image's rootfs when we need to calculate the image size +- Correctly handle unmapping UDP ports +* Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build +- Fix login message to say pull instead of push +- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN +* Make blank -H option default to the same as no -H was sent +* Extract cgroups utilities to own submodule + +#### Other + ++ Add Travis CI configuration to validate DCO and gofmt requirements ++ Add Developer Certificate of Origin Text +* Upgrade VBox Guest Additions +* Check standalone header when pinging a registry server + ## 0.7.3 (2014-01-02) #### Builder diff --git a/VERSION b/VERSION index c4181d00bb475..0a1ffad4b4df7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3-dev +0.7.4 From d7f26c93d9f813317e88fb6565c6eb0ca835a480 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 7 Jan 2014 18:41:06 -0800 Subject: [PATCH 2/2] Change version to v0.7.4-dev Docker-DCO-1.0-Signed-off-by: Michael Crosby (github: crosbymichael) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0a1ffad4b4df7..1ebd2fb6f876b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.4 +0.7.4-dev