Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-08-09 20:22:43 +00:00
parent 18cc6f9d1c
commit ec3b74a95e

View File

@ -3,13 +3,17 @@
=== 2.21 === === 2.21 ===
- Fixed bug in new mechanism for detecting multiple PPSS instances. (My fault). - Fixed bug in new mechanism for detecting multiple PPSS instances. (My fault).
- By default now PPSS creates a directory 'ppss' in the current working dir of PPSS. - By default now PPSS creates a directory 'ppss' in the current working dir of PPSS.
By using 'export PPSS_DIR=/some/dir' you can change the directory used. By using 'export PPSS_DIR=/some/dir' you can change the directory used.
=== 2.20 === === 2.20 ===
- PPSS did not take into account that different users can run PPSS on a single system. This has been fixed. Thanks to Cinly Ooi - PPSS did not take into account that different users can run PPSS on a single system. This has been fixed. Thanks to Cinly Ooi
- If a user is starting another instance of PPSS, the second instance will abort unless the -F option is specified. Please note that if you run multiple instances of PPSS under the same user account, all instances will process items but fail to terminate.
- If a user is starting another instance of PPSS, the second instance will abort unless the -F option is specified.
Please note that if you run multiple instances of PPSS under the same user account, all instances will process items but fail to terminate.
- Improved error reporting. - Improved error reporting.
=== 2.19 === === 2.19 ===