зеркало из https://github.com/microsoft/docker.git
Merged 0.5.3 hotfix release back to master
Conflicts: api.go commands.go network.go
This commit is contained in:
Коммит
4947e32acb
|
@ -1,5 +1,12 @@
|
||||||
# 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
|
||||||
|
- Runtime: Add hostname to environment
|
||||||
|
|
||||||
## 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
|
||||||
|
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.5.2-dev"
|
const VERSION = "0.5.3-dev"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GITCOMMIT string
|
GITCOMMIT string
|
||||||
|
|
Загрузка…
Ссылка в новой задаче