We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9712f commit e99a99eCopy full SHA for e99a99e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.2 (2013-08-08)
4
+ * Builder: Forbid certain paths within docker build ADD
5
+ - Runtime: Change network range to avoid conflict with EC2 DNS
6
+ * API: Change daemon to listen on unix socket by default
7
+
8
## 0.5.1 (2013-07-30)
9
+ API: Docker client now sets useragent (RFC 2616)
10
+ Runtime: Add `ps` args to `docker top`
commands.go
@@ -27,7 +27,7 @@ import (
27
"unicode"
28
)
29
30
-const VERSION = "0.5.1"
+const VERSION = "0.5.2"
31
32
var (
33
GITCOMMIT string
0 commit comments