v1.1.1 (2019-11-15)
Cleanings
Merged pull requests:
- Many enhancements #25
Documentation updates
- Added small comment on installation instructions about iTimer Linux VM issue.
v0.2.4 (2016-05-30)
Implemented enhancements:
-
Migrate from our custom Travis CI scripts to smalltalk-ci Closed issues:
-
Childs processes never finished (Pharo delaySchedulerClass bug) [NOW FOR REAL] #19
v0.2.3 (2016-05-30)
Implemented enhancements:
- Rename
pwd:
toworkingDirectory:
#18
Closed issues:
- Childs processes never finished (Pharo delaySchedulerClass bug) #19
v0.2.2 (2016-05-07)
Closed issues:
- Problem trying to terminate already terminated childWatcher on system startup #17
Fixed bugs:
- Do not use "v" as part of the Metacello version string so that this project can be used as a dependency via Versionner until the bug is fixed in Metacello #392
v0.2.1 (2016-01-31)
Implemented enhancements:
- Added Travis CI integration
- Added dependency to FFICHeaderExtractor, needed by issue #15
- Update to new
registerToolClassNamed:
mechanisim rather thanaddToStartUpList:
andaddToShutDownList:
as for Pharo 50558.
Closed issues:
- Use FFICHeaderExtractor to minimize usage of OSProcess #15
upToEnd
may fail when child process is writing #16
Merged pull requests:
Fixed bugs:
- Fix random test failures that used
fork
.
Documentation updates
- Re-organization of the main README
- Added section for Future Work
- Added section for Running Tests
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.
v0.1.4 (2016-01-14)
First milestone release.