1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Fixed various process waiting issues in my_init.

Closes GH-27. Closes GH-82. Closes GH-83.
Thanks to André Luiz dos Santos and Paul Annesley.
This commit is contained in:
Hongli Lai (Phusion)
2014-06-17 14:35:05 +02:00
parent c431f2d151
commit 5806f51ea3
2 changed files with 29 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
## 0.9.11 (not yet released)
* Fixed various process waiting issues in `my_init`. Closes GH-27, GH-82 and GH-83. Thanks to André Luiz dos Santos and Paul Annesley.
* The `ca-certificates` package is now installed by default. This is because we include `apt-transport-https`, but Ubuntu 14.04 no longer installs `ca-certificates` by default anymore. Closes GH-73.
* `add-apt-repository` is now installed by default. Closes GH-74.
* Various minor fixes thanks to yebyen and John Eckhart.