Skip to content

Releases: pharo-contributions/OSSubprocess

Version 1.0.0

18 May 15:36
Compare
Choose a tag to compare
  • 64bits support
  • Issues Working on both Pharo 6 and 7
  • Issue #34: Adding tests to validate that the return code is correctly handled
  • Issue #27: Cleanup: remove OSSubprocess-Tests package
  • PR #26: Add stress tests

Detailed log v0.2.5...v1.0.0

Bugfix and improvements release

06 Oct 18:30
Compare
Choose a tag to compare

v0.2.5

Full Changelog

Merged pull requests:

  • Many enhancements #25

Documentation updates

  • Added small comment on installation instructions about iTimer Linux VM issue.

Bugfix release for Pharo 5.0

30 May 19:08
Compare
Choose a tag to compare

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

Bugfix release for Pharo 5.0

30 May 14:46
Compare
Choose a tag to compare

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

Bugfix release for Pharo 5.0

07 May 20:09
Compare
Choose a tag to compare

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

Bugfix release and for latest Pharo 5.0

31 Jan 19:40
Compare
Choose a tag to compare

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 OSProcss #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

Second official release v0.2.0

20 Jan 01:01
Compare
Choose a tag to compare

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

Trying to make it work

14 Jan 15:59
Compare
Choose a tag to compare
Pre-release
v0.1.4

trying to make it work