SHA256
1
0
forked from pool/mono-core
Go to file
Dominique Leuenberger c4074ce19c Accepting request 599230 from Mono:Factory
- Update to version 5.10.1.47 (5.10.1 Stable)
- Patch updated: ucontext.patch

- Add xbuild-use-roslyn-vbc.patch:
  * Make xbuild to use roslyn-vbc on roslyn-enabled builds instead of deprecated vbnc (it is also broken on roslyn-enabled builds)

- Update to version 5.10.0.140 (5.10.0 Stable)
- Remove patch: provides-facades.patch
- Add profiler-aot-parse_args-fix.patch:
  * Fix OBS build failure with "free(): invalid pointer" libc error.
- New features and changes:
  * Interpreter: the interpreter is now compiled in by default into Mono, and you can use it by running mono --interpreter
  * Default Interface Methods: the runtime now supports Default Interface Methods, we now only miss the C# compiler support
  * Mono SDKs: this is a new way of building Mono for some of the platforms that we support: Android, iOS and WebAssembly.
  * WebAssembly port: this is the first release where the interpreter can reliably run most of the class libraries test suite.
  * Dedicated Coverage profiler: the coverage profiler has been extracted from the log profiler, making it much more lightweight
  * ARM Memory Barriers: explicitly encode memory barrier type on ARM64, instead of relying on undefined behaviour according to the ARMv8 ABI
  * AOT Size Reduction via Code Deduplication: we now support deduplicating generics code across assemblies
  * Class Libraries: the recently announced .NET 4.7.1 is now supported and available as a specific target via MSBuild configuration; the System.Data assembly was fully replaced with CoreFX implementation resolving many limitations and corner cases issue we had as well as implementing missing features and APIs; significant parts of System.Security assembly implementation were replaced with CoreFX implementation
  * Roslyn compiler: roslyn compiler has been updated to version 2.6.0 which includes all C# 7.2 features
  * The Mono C# compiler: MCS gained support for some more C# 7.x features
- Bugfixes:
  * bxc#19503 - Process.Start on OS X fails silently for missing file
  * bxc#20562 - Seeming valid IL produces invalid result
  * bxc#40699 - Console.ReadXXX does not echo input after TermInfoDriver is initialized
  * bxc#45893 - I18N: EncoderFallbackBuffer.Fallback gets next character instead of the current one
  * bxc#50189 - SGEN XMM scanning: Linux/Intel (32 + 64)
  * bxc#50190 - SGEN FPU scanning: Darwin/ARM64
  * bxc#52675 - HttpListener doesn’t work with SSL
  * bxc#53296 - Latin1Encoding throws exception on Mono when it doesn’t on MS.NET

OBS-URL: https://build.opensuse.org/request/show/599230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=119
2018-04-26 11:33:26 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=1 2007-01-10 00:57:42 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=1 2007-01-10 00:57:42 +00:00
find-deps-fix.patch Accepting request 399579 from home:Warhammer40k:Mono:Factory 2016-06-02 17:45:26 +00:00
fix-64bit-portability-issue.patch Accepting request 573848 from home:Warhammer40k:Mono:Factory 2018-02-08 15:52:05 +00:00
fix-dbg-headers.patch Accepting request 573848 from home:Warhammer40k:Mono:Factory 2018-02-08 15:52:05 +00:00
gmcs Accepting request 305185 from home:Mailaender:branches:Mono:Factory 2015-05-03 12:04:04 +00:00
mono-5.10.1.47.tar.bz2 - 2018-04-20 10:29:25 +00:00
mono-core.changes Accepting request 597818 from home:Warhammer40k:Mono:Factory 2018-04-19 08:14:47 +00:00
mono-core.rpmlintrc Accepting request 186187 from home:Mailaender:branches:Mono:Factory 2013-08-08 04:49:04 +00:00
mono-core.spec Accepting request 597818 from home:Warhammer40k:Mono:Factory 2018-04-19 08:14:47 +00:00
profiler-aot-parse_args-fix.patch Accepting request 597818 from home:Warhammer40k:Mono:Factory 2018-04-19 08:14:47 +00:00
ucontext.patch Accepting request 597818 from home:Warhammer40k:Mono:Factory 2018-04-19 08:14:47 +00:00
xbuild-revert-to-mcs.patch Accepting request 494748 from home:Warhammer40k:Mono:Factory 2017-05-16 09:00:28 +00:00
xbuild-use-roslyn-vbc.patch Accepting request 597818 from home:Warhammer40k:Mono:Factory 2018-04-19 08:14:47 +00:00