1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Bump to 0.5.3

This commit is contained in:
Michael Crosby 2013-08-12 23:55:42 +00:00
parent 0ca133dd76
commit c3773740d9
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.5.3 (2013-08-13)
* Runtime: Use docker group for socket permissions
- Runtime: Spawn shell within upstart script
- Builder: Make sure ENV instruction within build perform a commit each time
- Runtime: Handle ip route showing mask-less IP addresses
## 0.5.2 (2013-08-08) ## 0.5.2 (2013-08-08)
* Builder: Forbid certain paths within docker build ADD * Builder: Forbid certain paths within docker build ADD
- Runtime: Change network range to avoid conflict with EC2 DNS - Runtime: Change network range to avoid conflict with EC2 DNS

View file

@ -27,7 +27,7 @@ import (
"unicode" "unicode"
) )
const VERSION = "0.5.2" const VERSION = "0.5.3"
var ( var (
GITCOMMIT string GITCOMMIT string