From ca497a82abfe92f2dbe1a7e161dc7ff19eefeec4 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 28 Jun 2013 17:51:14 -0700 Subject: [PATCH] Bump version to 0.4.7 --- CHANGELOG.md | 12 ++++++++++++ commands.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98eb75b63c..4d6a7a00a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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) - Runtime: fix a bug which caused creation of empty images (and volumes) to crash. diff --git a/commands.go b/commands.go index 4ef63f4a22..41938c5bd6 100644 --- a/commands.go +++ b/commands.go @@ -28,7 +28,7 @@ import ( "unicode" ) -const VERSION = "0.4.6" +const VERSION = "0.4.7" var ( GITCOMMIT string