Browse code

Bump to v0.5.2

Michael Crosby authored on 2013/08/09 09:17:35
Showing 2 changed files
... ...
@@ -1,5 +1,10 @@
1 1
 # Changelog
2 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
+
3 8
 ## 0.5.1 (2013-07-30)
4 9
  + API: Docker client now sets useragent (RFC 2616)
5 10
  + Runtime: Add `ps` args to `docker top`
... ...
@@ -27,7 +27,7 @@ import (
27 27
 	"unicode"
28 28
 )
29 29
 
30
-const VERSION = "0.5.1"
30
+const VERSION = "0.5.2"
31 31
 
32 32
 var (
33 33
 	GITCOMMIT string