Skip to content

Second official release v0.2.0

Compare
Choose a tag to compare
@marianopeck marianopeck released this 20 Jan 01:01
· 227 commits to master since this release

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 and free #9

Merged pull requests:

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.

Full Changelog