From 2cd7388620066574074ff7279770e23cff116583 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Thu, 17 Dec 2009 15:50:45 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Changelog.wiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index 60d3e0b..d504309 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -1,11 +1,12 @@ #summary Changelog of distributed PPSS #labels Featured -=== 2.50 (not yet released) === +=== 2.50 === * Created a unit-test script using shunit2. * 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. + * A mistake prevented nodes from setting up a single SSH 'channel'. So every time a node wants to lock an item, an SSH connection must be made and teared down, which is too slow. This regression is now fixed. === 2.41 ===