Skip to content

Tags: proukornew/mono

Tags

mono-3.2.1

Toggle mono-3.2.1's commit message
Include all of Martin's spec file changes

mono-3.2.0

Toggle mono-3.2.0's commit message
Bump version number to 3.2.0

mono-3.1.2

Toggle mono-3.1.2's commit message
Put the unbox_trampolines table into the .text segment instead of .ro…

…data on mt since it contains code.

mono-3.1.1

Toggle mono-3.1.1's commit message
[runtime]On install, symlink mono to the right binary.

mono-3.0.12

Toggle mono-3.0.12's commit message
Mark MonoCMethod (runtime subclass of ConstructorInfo) as serializable. 

Fixes mono#12611

mono-3.0.11

Toggle mono-3.0.11's commit message
Fix the check in bf9c7dc.

The C preprocessor sucks.

mono-3.0.10-windows

Toggle mono-3.0.10-windows's commit message
When .NET serializes it will use the TypeForwardedFrom information when

writing Assembly information but Mono does not. This means that
serialized objects created on one platform are not able to be
deserialized on the other, thus preventing interoperability between .NET
and mono applications. Fixes the ObservableCollection part of bugzilla
11294.

mono-3.0.10

Toggle mono-3.0.10's commit message
Clear the domain on thread exit after the profile thread end hook, si…

…nce it might need it to be set.

mono-3.0.9

Toggle mono-3.0.9's commit message
Hopefully fix the windows build.

mono-3.0.8

Toggle mono-3.0.8's commit message
rx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.