diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index 6532f8d..2a56972 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -1,5 +1,25 @@ #summary Changelog of distributed PPSS +=== 2.15 === + +When using PPSS in distributed mode, it is now possible to obtain the status of individual nodes. + +{{{ +bash-3.2$ ./ppss.sh status -C config.cfg +mrt 29 01:22:04: INFO - --------------------------------------------------------- +mrt 29 01:22:04: INFO - Distributed Parallel Processing Shell Script version 2.15 +mrt 29 01:22:04: INFO - Hostname: MacBoek.local +mrt 29 01:22:04: INFO - 77 percent complete. +mrt 29 01:22:04: INFO - 10.0.0.14: PAUZED (Core7i) +mrt 29 01:22:04: INFO - 10.0.0.12: RUNNING (MINI.local) +mrt 29 01:22:05: INFO - 10.0.0.4: PAUZED (server) +mrt 29 01:22:05: INFO - 10.0.0.30: PAUZED (host3) +mrt 29 01:22:05: INFO - 10.0.0.31: RUNNING (host4) +mrt 29 01:22:06: INFO - 10.0.0.50: PAUZED (imac-2.local) +mrt 29 01:22:06: INFO - 10.0.0.1: PAUZED (router) + +}}} + === 2.14 === Major rework on path and filename handling. Filenames are now properly sanitized for special characters such as ',& and ( ).