Skip to content

Bugfix release and for latest Pharo 5.0

Choose a tag to compare

@marianopeck marianopeck released this 31 Jan 19:40
· 173 commits to master since this release

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