39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
Revision history for Sys::Linux::Namespaces
|
|
|
|
0.016 - June 22 2018
|
|
* Update some documentation because I forgot how this worked
|
|
|
|
0.015 - May 21 2017
|
|
* Remove a few hacks for signals inside the child that aren't needed since using Linux::Clone instead of unshare only
|
|
|
|
0.014 - May 21 2017
|
|
* Return the exit code from waitpid so you can see the status of a process
|
|
|
|
0.013 - May 7 2017
|
|
* Force target mount option to be an absolute path
|
|
* Do kill child subprocess on any signal by default. This helps prevent zombie PID 1 processes.
|
|
* Switch to an existing implementation of the unshare and clone syscall wrappers.
|
|
* Use the clone syscall instead of unshare+fork when we're running a coderef. This creates fewer processes, and has better handling of CLONE_NEWPID.
|
|
|
|
0.012 - May 4 2017
|
|
* Fix borken mount options
|
|
|
|
0.011 - May 4 2017
|
|
* Fix broken /proc mounting support
|
|
* Fixup tests to conform more to current BP
|
|
|
|
0.010 - May 4 2017
|
|
* More stable API
|
|
* Added umount support to Sys::Linux::Mount
|
|
* Setup a private /proc by default when using private_pid
|
|
* Better test handling of forked processes
|
|
|
|
0.003 - May 4 2017
|
|
* Fix language in docs
|
|
|
|
0.002 - May 3 2017
|
|
* Added a number of more namespace options
|
|
* Corrected dependency on EUMM
|
|
|
|
0.001 - May 3 2017
|
|
* Initial release
|