- onAdd, onExit, onLaunch and onModify hooks now output feedback messages
  as footnotes when hooks exit with status 0, as per hooks documentation.
This commit is contained in:
Wilhelm Schuermann
2015-02-24 21:09:48 +01:00
committed by Paul Beckingham
parent 394acae790
commit e2f35a1a06
2 changed files with 5 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
- Implemented the context feature.
- Closed dangling pipes in execute (), resolving problems when a hook script
forks (thanks to Jens Erat).
- Re-enabled hook script feedback when exiting with 0 exit status.
------ current release ---------------------------