1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Bump version to 0.4.7

This commit is contained in:
Solomon Hykes 2013-06-28 17:51:14 -07:00
parent b7226316c7
commit ca497a82ab
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## 0.4.7 (2013-06-28)
* Registry: easier push/pull to a custom registry
* Remote API: the progress bar updates faster when downloading and uploading large files
- Remote API: fix a bug in the optional unix socket transport
* Runtime: improve detection of kernel version
+ Runtime: host directories can be mounted as volumes with 'docker run -b'
- Runtime: fix an issue when only attaching to stdin
* Runtime: use 'tar --numeric-owner' to avoid uid mismatch across multiple hosts
* Hack: improve test suite and dev environment
* Hack: remove dependency on unit tests on 'os/user'
+ Documentation: add terminology section
## 0.4.6 (2013-06-22) ## 0.4.6 (2013-06-22)
- Runtime: fix a bug which caused creation of empty images (and volumes) to crash. - Runtime: fix a bug which caused creation of empty images (and volumes) to crash.

View file

@ -28,7 +28,7 @@ import (
"unicode" "unicode"
) )
const VERSION = "0.4.6" const VERSION = "0.4.7"
var ( var (
GITCOMMIT string GITCOMMIT string