Skip to content

Releases: pharo-contributions/OSSubprocess

v2.0.1

14 Aug 08:23
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

Avoid rewritings in P12 due to the deprecation of waitTimeoutMSecs:

v2.0.0

05 Feb 08:49
d00ba2b
Compare
Choose a tag to compare

Update for Pharo12 compatibility, keep compatibility with Pharo11.
Use FinalizationRegistry instead of WeakRegistry.

Breaks compatibility with Pharo versions < 11

v1.4.2

01 Dec 11:20
fc8f262
Compare
Choose a tag to compare

What's Changed

  • nil-check VMProcess when shutting down, will be nil on Windows by @daniels220 in #80

Full Changelog: v1.4.1...v1.4.2

v1.4.1

30 Nov 09:49
06ec31d
Compare
Choose a tag to compare

What's Changed

  • Replaced deprecated method call pointer nbUInt8AtOffset with call to… by @jsaile in #75
  • remove file replaced by README.md by @demarey in #70
  • Better support for moving images between Windows and Linux (fixes #78) by @daniels220 in #79

New Contributors

Full Changelog: v1.4.0...v1.2.3

Minor fix in baseline for unicode

07 Oct 09:55
bc779b0
Compare
Choose a tag to compare

Fixed the source path for unicode

v1.2.1

06 Apr 10:27
cad939d
Compare
Choose a tag to compare

The core change is to load Unicode from github (instead of SmalltalkHub).
No change to functionality.

  • Modify the baseline: to use Unicode from github
  • Fix the open file count in OSSFileBasedUnixSubprocessTest by only counting open pipes
  • Fix usage of travis_wait to effectively extend the maximum test run time.

v1.2

24 Mar 15:38
1c69d12
Compare
Choose a tag to compare

Enhancements:
#53 command and arguments should be encoded with the platform encoding

v1.1.1

15 Nov 16:05
Compare
Choose a tag to compare

v1.1.1 (2019-11-15)

Cleanings

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

v1.1

05 Jul 12:57
a8a4de0
Compare
Choose a tag to compare

Enhancements:
#44 support of unicode characters in working directory
#45 OSSubprocess can now be loaded without errors on Windows

v1.0.1

26 Jun 14:21
Compare
Choose a tag to compare

Bugfix release. This release fixes a problem with waitpid that happened regularly and randomly in OSSubprocess users mostly in the CI.

Bugfix list

#39 travis_wait hides smalltalkCI output
#36 Often get waitpid() -1 in CI