Skip to content

Releases: LogosBible/mono

Mono 6.12.0.140

26 Oct 20:02
Compare
Choose a tag to compare
6.12.0.140-logos

Add null checks to MobileAuthenticatedStream to avoid null reference …

Mono 6.8.0.96

28 Jan 23:58
Compare
Choose a tag to compare
Add bind_at_load compiler flag to force symbol binding

Attempt to fix deadlock due to symbol binding, which takes a global lock loading a dylib, when running gc collection if another thread was stopped while holding the global lock.

Mono 5.18.1.3

23 Apr 21:44
Compare
Choose a tag to compare
Add support for a callback function when GC stops/starts the world

This allow the code to exclude the thread when Instruments is attached to be compiled as part of the application instead of in Mono

Mono 5.10.1.57

17 Sep 16:54
Compare
Choose a tag to compare
5.10.1.57-logos

Exclude the current thread when stopping the world if Instruments is …

Mono 5.4.1.6

02 Nov 21:09
Compare
Choose a tag to compare
5.4.1.6-logos

Exclude the current thread when stopping the world if Instruments is …

Mono 5.2.0.215

29 Aug 16:18
Compare
Choose a tag to compare
Use SafeHandle to avoid freeing native resources while in use

Thread 1 is reading from the stream
Thread 2 closes the zstream
chaos ensues

Mono 5.0.1.1

08 Aug 18:17
Compare
Choose a tag to compare
Use SafeHandle to avoid freeing native resources while in use

Thread 1 is reading from the stream
Thread 2 closes the zstream
caos ensues

Mono 4.2.1.102

29 Jun 16:16
Compare
Choose a tag to compare
Use SafeHandle to avoid freeing native resources while in use

Thread 1 is reading from the stream
Thread 2 closes the zstream
caos ensues