Browse code

Bump to v0.7.4

Docker-DCO-1.0-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)

Michael Crosby authored on 2014/01/08 11:00:49
Showing 2 changed files
... ...
@@ -1,5 +1,39 @@
1 1
 # Changelog
2 2
 
3
+## 0.7.4 (2014-01-07)
4
+
5
+#### Builder
6
+
7
+- Fix ADD caching issue with . prefixed path
8
+- Fix docker build on devicemapper by reverting sparse file tar option
9
+- Fix issue with file caching and prevent wrong cache hit
10
+* Use same error handling while unmarshalling  CMD and ENTRYPOINT
11
+
12
+#### Documentation
13
+
14
+* Simplify and streamline Amazon Quickstart
15
+* Install instructions use unprefixed fedora image
16
+* Update instructions for mtu flag for Docker on GCE
17
++ Add Ubuntu Saucy to installation
18
+- Fix for wrong version warning on master instead of latest
19
+
20
+#### Runtime
21
+
22
+- Only get the image's rootfs when we need to calculate the image size
23
+- Correctly handle unmapping UDP ports 
24
+* Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
25
+- Fix login message to say pull instead of push
26
+- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
27
+* Make blank -H option default to the same as no -H was sent
28
+* Extract cgroups utilities to own submodule
29
+
30
+#### Other
31
+
32
++ Add Travis CI configuration to validate DCO and gofmt requirements
33
++ Add Developer Certificate of Origin Text
34
+* Upgrade VBox Guest Additions
35
+* Check standalone header when pinging a registry server
36
+
3 37
 ## 0.7.3 (2014-01-02)
4 38
 
5 39
 #### Builder
... ...
@@ -1 +1 @@
1
-0.7.3-dev
1
+0.7.4