Edited wiki page Changelog through web user interface.

This commit is contained in:
Louwrentius@gmail.com 2011-08-29 01:40:36 +00:00
parent f0bc899ab8
commit 4a3d307de0
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ The version may not have changed much but PPSS has.
* Fixed issue 57: PPSS now keeps track of failed items. It reports if items have failed or not. Works also in distributed mode.
* Added feature for distributed mode: every node gets the same list of items. Nodes then try to process them by 'claiming' them through locking. At a certain moment, all items will be locked and it is not necessary for nodes to mindlessly continue to try and obtain a lock on all items. PPSS will now detect this and make the node finish and quit. It does this by comparing the number of item locks on the SSH server and the total number of items to process.
=== 2.85 ===
* Fixed issue 38: daemon mode lockup when using inotify