Fix a regression in my_init which causes it to delete environment variables passed from Docker.

This commit is contained in:
Hongli Lai (Phusion)
2014-02-25 22:08:37 +01:00
parent 27782aca39
commit 367cddb201
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.8
* Fixed a regression in `my_init` which causes it to delete environment variables passed from Docker.
## 0.9.7 (release date: 2014-02-25)
* Improved and fixed bugs in `my_init` (Thomas LÉVEIL):