File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
337## 0.7.3 (2014-01-02)
438
539#### Builder
Original file line number Diff line number Diff line change 1- 0.7.3-dev
1+ 0.7.4
You can’t perform that action at this time.
0 commit comments