Second official release v0.2.0
v0.2.0 (2016-01-19)
Implemented enhancements:
- Improve
#bashCommand
to rely on $SHELL if defined #13 - Add OS signal sending to process (
sigterm
,sigkill
, etc) #4 - Added API for processing streams while process is running (
#runAndWaitPollingEvery:doing:onExitDo:
) - Added option
#terminateOnShutdown
to terminate running processes on Pharo shutdown - Move creation of temp files to class side
Fixed bugs:
- VM Crash when forking infinitive process and image restart (added new
#stopWaiting
called from#shutDown:
) #12
Closed issues:
- Double check
ExternalAddress allocate
andfree
#9
Merged pull requests:
- typos, small edits in first 200 lines #1 (StephanEggermont)
Documentation updates
- Better explanation of synchronism vs asynchronous
- Add a section specially for asynchronous with a
tail -f
example - Add new doc for all new features and enchacements
- Added a ChangeLog file to doc.