mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
c792c0a6c9
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
# 0.4.5 (2013-06-21)
|
||||
+ Builder: 'docker build git://URL' fetches and builds a remote git repository
|
||||
* Runtime: 'docker ps -s' optionally prints container size
|
||||
* Tests: Improved and simplified
|
||||
- Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.
|
||||
- Builder: fix a regression when using ADD with single regular file.
|
||||
|
||||
## 0.4.4 (2013-06-19)
|
||||
- Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ import (
|
|||
"unicode"
|
||||
)
|
||||
|
||||
const VERSION = "0.4.4"
|
||||
const VERSION = "0.4.5"
|
||||
|
||||
var (
|
||||
GITCOMMIT string
|
||||
|
|
Loading…
Add table
Reference in a new issue