Skip to content

Commit 0caf869

Browse files
committed
Update Changelog
1 parent d8968d1 commit 0caf869

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## 0.9.6
1+
## 0.9.6 (release date: 2014-02-17)
22

33
* Fixed a bug in `my_init`: child processes that have been adopted during execution of init scripts are now properly reaped.
44
* Much improved `my_init`:
55
* It is now possible to run and watch a custom command, possibly in addition to running runit. See "Running a one-shot command in the container" in the README.
66
* It is now possible to skip running startup files such as /etc/rc.local.
7-
* `setuser` now also set auxilliary groups, as well as more environment variables such as `USER` and `UID`.
7+
* Shutdown is not much faster. It previously took a few seconds, but it is now almost instantaneous.
8+
* It ensures that all processes in the container are properly shut down with SIGTERM, even those that are not direct child processes of `my_init`.
9+
* `setuser` now also sets auxilliary groups, as well as more environment variables such as `USER` and `UID`.
810

911
## 0.9.5 (release date: 2014-02-06)
1012

0 commit comments

Comments
 (0)