mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Merged 0.5.2 hotfix release back to master
Upstream-commit: b8f8f9d07e7142b56ddcb05d1b8c8322d1114436 Component: engine
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5.2 (2013-08-08)
|
||||
* Builder: Forbid certain paths within docker build ADD
|
||||
- Runtime: Change network range to avoid conflict with EC2 DNS
|
||||
* API: Change daemon to listen on unix socket by default
|
||||
|
||||
## 0.5.1 (2013-07-30)
|
||||
+ API: Docker client now sets useragent (RFC 2616)
|
||||
+ Runtime: Add `ps` args to `docker top`
|
||||
|
||||
@@ -27,7 +27,7 @@ import (
|
||||
"unicode"
|
||||
)
|
||||
|
||||
const VERSION = "0.5.1-dev"
|
||||
const VERSION = "0.5.2-dev"
|
||||
|
||||
var (
|
||||
GITCOMMIT string
|
||||
|
||||
Reference in New Issue
Block a user