Releases: pharo-contributions/OSSubprocess
Releases · pharo-contributions/OSSubprocess
v2.0.1
14 Aug 08:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.4.1
30 Nov 09:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed the source path for unicode
v1.2.1
06 Apr 10:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Enhancements:
#53 command and arguments should be encoded with the platform encoding
v1.1.1
15 Nov 16:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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