Releases: pharo-contributions/OSSubprocess
Releases · pharo-contributions/OSSubprocess
v2.0.1
v2.0.0
v1.4.2
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
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
- @jsaile made their first contribution in #75
- @daniels220 made their first contribution in #79
Full Changelog: v1.4.0...v1.2.3
Minor fix in baseline for unicode
Fixed the source path for unicode
v1.2.1
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.