Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: franknli/mono

Tags

mono-6.12.0.124

Toggle mono-6.12.0.124's commit message
Remove signing from Jenkins MSI pipeline

(cherry picked from commit 08415a98f693b3b7c2de693dc107659e1353cf53)

mono-6.12.0.123

Toggle mono-6.12.0.123's commit message
Remove signing from Jenkins PKG/MSI pipelines

It's handled differently now.

mono-6.12.0.122

Toggle mono-6.12.0.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix early return in Process.Start (mono#20833)

Co-authored-by: Ryan Lucia <[email protected]>

mono-6.12.0.114

Toggle mono-6.12.0.114's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use explicit arithmetic checks in the amd64 watchOS simulator. (mono#…

…20647)

Fixes mono#20632.

Backport of mono#20639.

Co-authored-by: Imran Hameed <[email protected]>

mono-6.12.0.113

Toggle mono-6.12.0.113's commit message
Bump bockbuild for gtk+ patch

See mono/bockbuild#166

mono-6.12.0.112

Toggle mono-6.12.0.112's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[runtime] Avoid checking for hardened runtime on ios, its not needed,…

… and it causes alerts because of PROT_WRITE|PROT_EXEC. (mono#20623)

Co-authored-by: Zoltan Varga <[email protected]>

mono-6.12.0.111

Toggle mono-6.12.0.111's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix iOS sdks build on Xcode 12 (mono#20574)

The new Xcode introduced functions like preadv/pwritev in the SDK that get erraneously detected by autoconf even though we can't use them.
Disable these functions and also add a check for Xcode version to workaround mono#19393.

Co-authored-by: Alexander Köplinger <[email protected]>

mono-6.12.0.110

Toggle mono-6.12.0.110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2020-02] Build makefile to support Mac Catalyst (mono#20566)

Backport of mono#20537.

Co-authored-by: Frank A. Krueger <[email protected]>
Co-authored-by: Alexander Köplinger <[email protected]>

mono-6.12.0.109

Toggle mono-6.12.0.109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for OP_FCONV_TO_I to mini-arm64.c. (mono#20548)

Partial backport of mono#20100.

Should fix mono#20533.

Also see:
dotnet/runtime#35008 (comment)

mono-6.12.0.107

Toggle mono-6.12.0.107's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix potential crash for Encoder.Convert (mono#20522)

GetByteCount will not return the right number of bytes needed, so GetBytes in Encoder.Convert will crash for some input

Backport of mono#20271.

Co-authored-by: jeffgoku <[email protected]>