Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-12-17 14:49:43 +00:00
parent 4b0f5fadb9
commit c895f86afa

View File

@ -4,7 +4,7 @@
=== 2.50 (not yet released) === === 2.50 (not yet released) ===
* Created a unit-test script using shunit2. * Created a unit-test script using shunit2.
* Reworked the process management code. * Reworked the process management code. Management of child processes within a shell script is always a hassle. It could occur that when PPSS was interrupted and aborted with ctrl-c, some spawned processes would continue to run until finished. PPSS now identifies all processes by their ppid and pgid and kills the appropriate processes when ctrl-c is invoked.
* reworked some file name parsing issues. * reworked some file name parsing issues.
=== 2.41 === === 2.41 ===