mirror of https://github.com/docker/docs.git
Bump to v0.5.2
This commit is contained in:
parent
df9712f1c8
commit
e99a99eb6e
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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)
|
## 0.5.1 (2013-07-30)
|
||||||
+ API: Docker client now sets useragent (RFC 2616)
|
+ API: Docker client now sets useragent (RFC 2616)
|
||||||
+ Runtime: Add `ps` args to `docker top`
|
+ Runtime: Add `ps` args to `docker top`
|
||||||
|
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.5.1"
|
const VERSION = "0.5.2"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GITCOMMIT string
|
GITCOMMIT string
|
||||||
|
|
Loading…
Reference in New Issue