Skip to content

Latest commit

 

History

History
132 lines (71 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

132 lines (71 loc) · 5.23 KB

Change Log

v1.1.1 (2019-11-15)

Cleanings

  • Remove useless postload (39db253)
  • Add Core and Tests groups (cb8c577)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Rename pwd: to workingDirectory: #18

Closed issues:

  • Childs processes never finished (Pharo delaySchedulerClass bug) #19

v0.2.2 (2016-05-07)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Added Travis CI integration
  • Added dependency to FFICHeaderExtractor, needed by issue #15
  • Update to new registerToolClassNamed: mechanisim rather than addToStartUpList: and addToShutDownList: 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:

  • Typos in comments and a method name #14 (cdlm)

Fixed bugs:

  • Fix random test failures that used fork.

Documentation updates

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

v0.1.4 (2016-01-14)

First milestone release.