You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
## 0.9.6
1
+
## 0.9.6 (release date: 2014-02-17)
2
2
3
3
* Fixed a bug in `my_init`: child processes that have been adopted during execution of init scripts are now properly reaped.
4
4
* Much improved `my_init`:
5
5
* 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.
6
6
* 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`.
0 commit comments