Package Release Info

mono-core-5.10.1-bp150.2.10

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ibm-data-db2
libmono-2_0-1
libmono-2_0-devel
libmonoboehm-2_0-1
libmonoboehm-2_0-devel
libmonosgen-2_0-1
libmonosgen-2_0-devel
mono-complete
mono-core
mono-data
mono-data-oracle
mono-data-sqlite
mono-devel
mono-extras
mono-locale-extras
mono-mvc
mono-nunit
mono-reactive
mono-wcf
mono-web
mono-winforms
mono-winfxcore
monodoc-core

Change Logs

* Wed Apr 18 2018 fwdsbs.to.11df@xoxy.net
- Update to version 5.10.1.47 (5.10.1 Stable)
- Patch updated: ucontext.patch
* Fri Mar 30 2018 fwdsbs.to.11df@xoxy.net
- 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)
* Fri Mar 30 2018 fwdsbs.to.11df@xoxy.net
- 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
  * bxc#56003 - URI returns wrong absolute path on OSX when File name is UTF-8
  * bxc#56194 - SIGSEGV on System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray()
  * bxc#56727 - Runtime crashes when disposing DeflateStream
  * bxc#57892 - Static lib in the msi distrib doesn’t resolve all symbols
  * bxc#57893 - mkbundle is not working on Windows
  * bxc#57938 - Differences in behavior Type.Fullname in Mono and .NET Framework when Type is a generic type that is not a generic type definition but contains unresolved type parameters
  * bxc#58400 - System.Uri broken with files
  * bxc#58411 - System.Security.Cryptography.CryptographicException: Store root doesn’t exist
  * bxc#59080 - Type information of underlying type for enums compiled by Mono.CSharp.dll seems to be incorrect
  * bxc#59182 - Crash/SIGSEGV with interop callback with struct parameter from native to managed on Xamarin.Android on armv7
  * bxc#59184 - MethodInfo.Invoke fails for generic methods with too many/too large arguments
  * bxc#59393 - NullReferenceException when MonthCalendar clicked out of min/max date
  * bxc#59608 - Attribute MethodImplOptions.AggressiveInlining causes method to always return NULL
  * bxc#59664 - Type.GetType(“”, true) throws ArgumentException on Mono but TypeLoadException on .NET
  * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while building iOS/mobile samples
  * bxc#59881 - DllImport calls a wrong function if its function number greater than 65535
  * bxc#59909 - WebInvokeAttributeTest.RejectTwoParametersWhenNotWrapped() fails on Android
  * bxc#59916 - get_current_locale_name fails under the load with String conversion error: Illegal byte sequence encounted in the input
  * bxc#59956 - [llvm][bitcode] [FAIL] UniqueIdTest.Ctor_Id (System.Runtime.Serialization tests)
  * bxc#60028 - Timer doesn’t throw ODE after Dispose()
  * bxc#60029 - AsyncLocal inconsistency with .NET
  * bxc#60175 - AOT mis-compiles when coverage is used
  * bxc#60224 - Coverage profiler uses type names which don’t exist
  * bxc#60233 - Assertion in dynamic-image.c after 792b5367cd3a6ffa1a192c4d2d7ace3509cbb646
  * bxc#60238 - Mono assertion hit when using csharp repl
  * bxc#60255 - Wrong exception in emulated opcodes
  * bxc#60267 - Inconsistent symlink traversal results
  * bxc#60288 - Large Array Initializer Causes TypeLoadException
  * bxc#60298 - LayoutKind.Explicit, Size = 12 ignored with 64bit alignment
  * bxc#60317 - Stuck WebRequest
  * bxc#60422 - Native crash due to unhandled errno values when accessing files on networked filesystems
  * bxc#60435 - The DataGridViewRow.CreateCellsInstance method is never invoked
  * bxc#60539 - mini-codegen.c:1265, condition `reginfo [sreg].born_in > 0’ not met
  * bxc#60545 - Multiple argument generic with contravariant interface as an argument causes MissingMethodException
  * bxc#60621 - XmlDocument.Load() throws WebException when DTD url is not reachable
  * bxc#60634 - Assertion failure ‘align > 0’ happening as of d15-5
  * bxc#60680 - C# 7 ref returns fail to compile
  * bxc#60771 - Attempting to JIT compile method ‘System.Runtime.CompilerServices.Unsafe:Add (byte&,int)’ while running in aot-only mode
  * bxc#60865 - * Assertion at mini-codegen.c:2264, condition `sp > 0’ not met
  * bxc#61202 - Fatal error when adding aspect ratio constraint
  * gh#mono/mono#6169 - Thread objects are being leaked
  * gh#mono/mono#6187 - mkbundle Linux - program doesn’t run on system unless mono-core is installed
  * gh#mono/mono#6192 - System.Reflection.Emit: PropertyBuilder with generic type doesn’t add generic parameter
  * gh#mono/mono#6320 - [arm] unaligned access in ves_icall_System_ValueType_Equals
  * gh#mono/mono#6339 - System.TypeLoadException is thrown when run .net standard library with Mono
  * gh#mono/mono#6383 - System.Diagnostics.ProcessTest.Start1_FileName_NotFound failing
  * gh#mono/mono#6401 - Invalid array cast is supported
  * gh#mono/mono#6414 - sbyte comparison broken by optimization
  * gh#mono/mono#6490 - Reenable weak-fields.exe test
  * gh#mono/mono#6721 - Negate operation on uint.MaxValue gives wrong result on arm64
  * gh#mono/mono#6777 - Memory corruption in Mono 5.8.0.108.
  * gh#mono/mono#6848 - netstandard facade dlls have different public key tokens
  * gh#mono/mono#6848 - [XI]WatchOS apps fail to build with error “Undefined symbols for architecture armv7k” using XI with mono-2017-12 support
  * gh#mono/mono#7086 - Hybrid AOT throws invalid cast exception on dictionaries indexed with enum
* Thu Mar 29 2018 fwdsbs.to.11df@xoxy.net
- Update to version 5.8.1.0 (Service Release)
- Switch aarch64 build to use older mcs instead of roslyn-csc to fix build failure
- Packaging updated to add .NET 4.7.1 api support
- Bugfixes:
  * gh#mono/mono#6658 - NullReferenceException at op_Increment when using assemblies compiled by csc rather than mcs that use native types such as nuint and that have specially-handled assembly names like Xamarin.Mac.dll.
  * gh#mono/mono#7472 - Incorrect NullReferenceException when using extension methods on null instances as Action or Func arguments or variables.
* Sat Mar 03 2018 kasimir_@outlook.de
- Fix armv6 build
* Sat Feb 03 2018 fwdsbs.to.11df@xoxy.net
- Update to version 5.8.0.108 (5.8.0 Stable)
- Minor packaging updates
- Remove patch: bug-57918.patch
- Remove patch: bug-59608.patch
- Remove patch: mcs-compatibility-fix.patch
- Add fix-64bit-portability-issue.patch:
  * Fix build error: E: mono-core 64bit-portability-issue threads.c:1866
- New features and changes:
  * WebAssembly:  it should be possible to build both the runtime and class libraries targeting WebAssembly
  * Profiler: added a new "quiet" mode; added Mono.Profiler.Log.dll, which provides an API to the profiler
  * Verifier: the runtime verifier now supports C# 7.0 byref returns
  * Modes for the SGen GC: sgen garbage collector now has support for so called "modes", check out the mode parameter documentation for the MONO_GC_PARAMS environment variable in the man page
  * Other changes: improved compatibily with alternative languages that depend on implicit widening of locals
  * Class Libraries: more classes was replaced by CoreFX codebase
  * MCS changes: mcs now has better support for C# 7 syntax
  * csi: You are now able to use Roslyn?s csi (C# interactive) REPL tool from the command line
  * Roslyn: roslyn was updated to the 2.3.2 release
  * ilasm: ilasm gained support for the AggressiveInlining keyword
- Bugfixes:
  * bxc#4786 - After failed call to SqlConnection.Open (due to invalid password), subsequent invalid password attempts result in wrong exception
  * bxc#5798 - Thread abort can lead to locks not being released
  * bxc#5804 - Thread.ResetAbort can prevent appdomain unloading
  * bxc#6339 - Headers not being populated in SoapExtension
  * bxc#10074 - Error while updating status of command: MonoDevelop.Ide.Commands.ViewCommands.LayoutList
  * bxc#11696 - Missing MethodImpl has a duplicate
  * bxc#12157 - Missing: Init state for this differs depending on path
  * bxc#17325 - RealProxy returns MarshalByRefObject for an Interface instead of the real interface type
  * bxc#25755 - HttpClient.Timeout does not throw ArgumentOutOfRangeException when setting Timeout property to 0
  * bxc#31507 - ObjectDisposedException when canceling postAsync
  * bxc#36053 - Broken enum values conversion
  * bxc#36634 - IpcChannelTest.Bug609381 hangs on Linux
  * bxc#40556 - Output pad no longer displays unicode characters
  * bxc#41279 - Wrong syntax used for nested types in MethodAccessException (and similar)
  * bxc#43172 - Failure when alerting threads waiting on a socket that closes
  * bxc#43563 - Crash when struct Foo contains static field of type Foo[][]
  * bxc#44255 - Inconsistent results in the serialization of TimeZoneInfo.
  * bxc#44266 - Unable to change variable values whilst debugging
  * bxc#46683 - Recurring hang in System.Xaml on CI
  * bxc#52157 - SocketTest.ConnectedProperty test fails in FullAOT Linux runs
  * bxc#52621 - Typo in exception message in PKCS12.cs
  * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using ?Bundle assemblies into native code? even though they are now successfully mkbundled
  * bxc#55697 - .NET 2.0 style web services fail to build under msbuild in Release but work with xbuild
  * bxc#56111 - Hitting assertion after enabling AOT+LLVM on x86 devices in tramp-x86.c:124
  * bxc#56242 - TypeTest.GetGenericMethodDefinitionOverInflatedMethodOnGTD throws NRE on Android in Release mode
  * bxc#56452 - Problem Stack too big
  * bxc#56653 - Zygote crashes
  * bxc#56684 - (mono-2.0-sgen.dll) in mono.exe: 0xC0000005: Access violation reading location 0x04FA3D9A.
  * bxc#56727 - Runtime crashes when disposing DeflateStream
  * bxc#56814 - Xamarin.Mac.dll Memory Leak starting with 3.2.0.175 Release
  * bxc#57002 - New bockbuild package is missing .dSYM directories
  * bxc#57069 - WaitHandle.SignalAndWait is broke
  * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types
  * bxc#57232 - Compiler error when using ternary operator and no whitespace
  * bxc#57476 - AOT fails with large StructLayout size on Debug+ARMv7
  * bxc#57488 - Debugger crashes when inspecting variable in a unit test
  * bxc#57496 - [Slovenian CultureInfo + others] .Parse throws exception when parsing negative values
  * bxc#57505 - Missing error CS0165 in presence of commented line
  * bxc#57528 - [THIS WEEK] Nested streams using SslStream cause ObjectDisposedException when disposed
  * bxc#57629 - [io-layer] File.Delete () throws System.UnauthorizedAccessException on non-existing files on a read-only path
  * bxc#57691 - InternalsVisibleTo doesn?t work with 2048-bit SNK files
  * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions
  * bxc#57771 - F#.NET Core 2.0 projects do not compile
  * bxc#57796 - Compiler Crash instead of CS1621
  * bxc#57850 - Mono assertion when ResolveEventHandler returns a reflection-only assembly
  * bxc#57851 - Assertion if using ResolveEventHandler to find custom attributes
  * bxc#57887 - Console.Error.WriteLine in System.Net.NetworkInformation
  * bxc#57918 - System.Net.Sockets.EndSend returns incorrect value
  * bxc#57930 - Building netstandard 2.0 project throws DllNotFoundException: hostfxr during msbuild
  * bxc#57936 - Race conditions of mempool.c
  * bxc#57959 - SIGSEGV in roslyn with corrupted stack
  * bxc#58100 - mono_w32socket_convert_error: no translation into winsock error for (6) ?Device not configured?
  * bxc#58114 - [llvm] csc (Rolsyn) produce fault clauses that the llvm backend does not support
  * bxc#58168 - pedump incorrectly reports mscorlib as invalid
  * bxc#58291 - Mono.CSharp Evaluator does not compile enums and throws an exception
  * bxc#58317 - Leaking threads: SGen worker and Finalizer
  * bxc#58344 - SIMD crash using System.Numerics.Vector
  * bxc#58361 - EnumBuilder can no longer be used to generate IL code
  * bxc#58379 - Mono jit gives different results that .net for simple il
  * bxc#58411 - System.Security.Cryptography.CryptographicException: Store root doesn?t exist
  * bxc#58421 - sre-save.c asserts in fixup_method () if TypeBuilder token is used across assemblies
  * bxc#58423 - Race condition of metadata.c (mono_metadata_get_canonical_generic_inst)
  * bxc#58454 - Cannot resolve method Subscription`1 Subscribe[TSelection](System.Func`2[TState,TSelection], System.Action`2[TSelection,TState]) because the declaring type of the method handle FSI_0002+Store`1[TState] is generic. Explicitly provide the declaring type to
  * bxc#58612 - When 2 breakpoints are hit at ?same time? 2nd thread frames count==0
  * bxc#58621 - CS1703: An assembly `gactestlib? with the same identity has already been imported. Consider removing one of the references
  * bxc#58637 - Heap overflow when using GetAssemblyName
  * bxc#58738 - System.IO.MonoIO.Read - Native Crash when device file is gone
  * bxc#58770 - * Assertion at ..\mono\utils\mono-threads.c:707, condition `info? not met
  * bxc#58782 - Exception stack traces are deleted when reaching the native-to-managed wrapper in a reverse invoke
  * bxc#58793 - Fix pedump to use normal runtime init sequence
  * bxc#58809 - Return result of Type.IsAssignableFrom with the generic parameters differs from MS.NET one
  * bxc#58829 - Application Output Window being flooded with ?[Mono] worker parking, [Mono] worker unparking? messages when debugging agasint Android Emulator.
  * bxc#58877 - MonoTests.System.Threading.Tasks.TaskTests.Delay_Simple fails randomly after upgrade to Xcode 8.3
  * bxc#58901 - Breaking ABI change on 32 bits with xcode 8.3 or newer
  * bxc#58911 - performance degradation with linq expressions
  * bxc#58965 - csi fails with ?type Object is defined in an assembly that is not referenced?
  * bxc#59039 - bug-18026.exe test times out on armel/armhf
  * bxc#59154 - runtime can?t load secondary-dependent library from newly unpacked temp directory
  * bxc#59180 - verifier does not handle TYPEDBYREF properties
  * bxc#59235 - [mono-2017-06] android.runtime.JavaProxyThrowable: System.ObjectDisposedException: Cannot access a disposed object.
  * bxc#59239 - [mono2017-06]FileTest.SymLinkLoop failed on tvOS device
  * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex.
  * bxc#59334 - Expression: Can?t catch non-exception objects (mono wraps them with RuntimeWrappedException)
  * bxc#59364 - Assertion at dynamic-image.c:209, condition `prev == MONO_HANDLE_RAW (obj)? not met
  * bxc#59430 - api-diff not outputing out params correctly
  * bxc#59436 - MT3001 error
  * bxc#59664 - Type.GetType(??, true) throws ArgumentException on Mono but TypeLoadException on .NET
  * bxc#59824 - Casting an array of enums is inconsistent with .NET Framework behavior
  * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while building iOS/mobile samples
  * bxc#59909 - WebInvokeAttributeTest.RejectTwoParametersWhenNotWrapped() fails on Android
  * bxc#59916 - get_current_locale_name fails under the load with String conversion error: Illegal byte sequence encounted in the input
  * bxc#59953 - [llvm][bitcode] test_0_float_return_spill failed: got 1, expected 0
  * bxc#60233 - Assertion in dynamic-image.c after 792b5367cd3a6ffa1a192c4d2d7ace3509cbb646
  * bxc#60238 - Mono assertion hit when using csharp repl
  * bxc#60245 - FieldInfo.GetValue fails on ContextBoundObject
  * bxc#60317 - Stuck WebRequest
  * bxc#60340 - Csc msbuild task fails to find csc.exe
  * bxc#60480 - [mono-2017-10] ZipArchiveTests in System.iO Compression tests fail on device
  * bxc#60539 - mini-codegen.c:1265, condition `reginfo [sreg].born_in > 0? not met
  * bxc#60545 - Multiple argument generic with contravariant interface as an argument causes MissingMethodException.
  * bxc#60634 - Assertion failure ?align > 0? happening as of d15-5
  * bxc#60771 - Attempting to JIT compile method ?System.Runtime.CompilerServices.Unsafe:Add (byte&,int)? while running in aot-only mode
  * bxc#61002 - Runtime exception: Cannot access a disposed object. Object name: ?MobileAuthenticatedStream?.
  * gh#mono/mono#6169 - Thread objects are being leaked
  * gh#mono/mono#6339 - System.TypeLoadException is thrown when run .net standard library with Mono
  * gh#mono/mono#6383 - System.Diagnostics.ProcessTest.Start1_FileName_NotFound failing
* Fri Jan 26 2018 fwdsbs.to.11df@xoxy.net
- Update to version 5.4.1.7 (Service Release)
- Bugfixes:
  * bxc#59956 - [llvm][bitcode] [FAIL] UniqueIdTest.Ctor_Id (System.Runtime.Serialization tests)
* Sun Nov 12 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.4.1.6 (Service Release)
- Patch bug-59608.patch was updated
- Bugfixes:
  * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex
  * bxc#59302 - Task in Mono 5.4.0.167 is throwing exception "Length cannot be less than zero"
  * bxc#59364 - Assertion at dynamic-image.c:209, condition "prev == MONO_HANDLE_RAW (obj)" not met
  * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while building iOS/mobile samples
  * bxc#60233 - Assertion in dynamic-image.c after 792b5367cd3a6ffa1a192c4d2d7ace3509cbb646
* Tue Oct 24 2017 fwdsbs.to.11df@xoxy.net
- Add bug-59608.patch:
  * Fix bxc#59608 - Attribute MethodImplOptions.AggressiveInlining causes method to always return NULL
* Fri Oct 20 2017 fwdsbs.to.11df@xoxy.net
- Add bug-57918.patch:
  * Fix bxc#57918 - System.Net.Sockets.EndSend returns incorrect value
* Tue Oct 17 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.4.0.201 (5.4.0 Stable)
- Minor packaging updates
- Remove patch: 0001-btls-Disable-BUILD_SHARED_LIBS-while-building-boring.patch
- Remove patch: fix-project-builds-linux.patch
- Add patch mcs-compatibility-fix.patch:
  * When using deprecated MCS compiler to build Mono, convert incompatible C#6\C#7 code to C#5 analog in order to fix build errors.
- New features and changes:
  * JIT Job Control: improve Roslyn performance
  * Array element store optimization
  * Load scalability improvements
  * ValueType write barrier optimization
  * Make jit method table resizing more scalable
  * Reflection queries scalability improvements
  * Intrisificy Marshal.PtrToStruct for blitable types
  * Revamped unaligned memory access support
  * Interpreter works in JIT restricted environments
  * Interpreter supports ARM and ARM64
  * Class Libraries: integrated AppContextSwitch code from reference sources which allows all of its compat switches to be used, added reference assemblies for .NET Framework 4.7 to support builds targetting .NET 4.7.
  * Tools: bundled nuget binary was updated to version 4.3.0, added packaging for roslyn-parts of msbuild.
- Bugfixes:
  * bxc#580 - Type.Load loads strong type despite version mismatch
  * bxc#17325 - RealProxy returns MarshalByRefObject for an Interface instead of the real interface type
  * bxc#44907 - Applications crash on Nexus 9 devices only since Xamarin.Android 7.0.0.18
  * bxc#46482 - SIGSEGV at random code lines after application start on Nexus 9 with Xamarin Android 7
  * bxc#51791 - [XA] HTC Nexus 9 - app closes on launch
  * bxc#52508 - TLS SignalR Self-host Hang
  * bxc#53038 - SRE should fail more gracefully when SymbolWriter is missing
  * bxc#53202 - Number minus Enum gives wrong value
  * bxc#53244 - mcs generates ParamArrayAttribute when specifying ?params? in overridden method where base doesn?t have it
  * bxc#53792 - CFNetworkHandler reports correct download when internet connection is lost during request
  * bxc#54159 - Compiler crashes when calling method named Finalize
  * bxc#54322 - await in catch-block inside a loop causes the same exception to be caught multiple times
  * bxc#54388 - InternalsVisibleTo is case sensitive
  * bxc#54448 - Unable to revert to thread-local storage for CurrentThread.CultureInfo
  * bxc#54485 - Creating an open generic type with recurrent constraint fails
  * bxc#54658 - [iOS]BCL test failed with Assertion failures error: * Assertion at /Users/builder/data/lanes/4691/6bea7a5b/source/xamarin-macios/external/mono/mono/mini/aot-runtime.c:2924, condition `!async? not met and condition `unwind_options == MONO_UNWIND_NONE? not
  * bxc#54976 - [iOS]fsharp test failing on iOS device with Assertion at /Users/builder/data/lanes/4691/9245c1c0/source/xamarin-macios/external/mono/mono/mini/mini-arm-gsharedvt.c:220, condition `src_slot < 16? not met
  * bxc#54991 - Cannot compile get => _text
  * bxc#55041 - Stripping mscorlib in simple example changes IntPtr (5) behavior?
  * bxc#55083 - coreclr test b353858.il fails after 6f33b62f39a273fccb78f71513cb5e0dfb987c70
  * bxc#55095 - Breakpoints not hit for ASP.NET MVC Project
  * bxc#55348 - ?using static? results in invalid compiler errors
  * bxc#55400 - MCS produces incorrect code for generic instantiated with a gtd
  * bxc#55436 - System.Runtime refuses to load with strict naming
  * bxc#55577 - SIMD instructions with System.Numerics.Vectors do not work
  * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using ?Bundle assemblies into native code? even though they are now successfully mkbundled
  * bxc#55604 - Incorrect struct size when using property setter
  * bxc#55697 - .NET 2.0 style web services fail to build under msbuild in Release but work with xbuild
  * bxc#56081 - Returning a valuetype from an async method with an awaited parameter yields a Mono.CSharp.InternalErrorException: Await yields with non-empty stack
  * bxc#56111 - Hitting assertion after enabling AOT+LLVM on x86 devices in tramp-x86.c:124
  * bxc#56202 - [mono-2017-04]Apps fail to launch on 32 bit device with error EXC_ARM_DA_ALIGN at 0x0142ccec
  * bxc#56240 - Performance Degradation When Using Expressions
  * bxc#56242 - TypeTest.GetGenericMethodDefinitionOverInflatedMethodOnGTD throws NRE on Android in Release mode
  * bxc#56247 - Enumerable.OrderByDescending behaves differently on LLVM FullAOT
  * bxc#56452 - Problem Stack too big
  * bxc#56462 - Custom operator causes internal compiler error
  * bxc#56493 - Windows MMAP doesn?t release file
  * bxc#56499 - DateTime.Now throws exception if /etc/localtime symlink destination missing
  * bxc#56567 - Passing large struct into exception filter method crashes runtime with SIGSEGV
  * bxc#56611 - Regression: ArrayTypeMismatchException when running F# script
  * bxc#56616 - Missing CS1629 for unsafe code in iterators
  * bxc#56627 - mcs inherits interface implementation, while csc doesn?t
  * bxc#56684 - (mono-2.0-sgen.dll) in mono.exe: 0xC0000005: Access violation reading location 0x04FA3D9A.
  * bxc#56694 - Assertion: should not be reached at d:\j\workspace\v\repos\mono\mono\sgen\sgen-scan-object.h:91
  * bxc#56814 - Xamarin.Mac.dll Memory Leak starting with 3.2.0.175 Release
  * bxc#56821 - Static ctor of MarshalByRefObject runs in primary AppDomain
  * bxc#56824 - Runtime crash with VSMEF
  * bxc#57002 - New bockbuild package is missing .dSYM directories
  * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types
  * bxc#57232 - Compiler error when using ternary operator and no whitespace
  * bxc#57242 - [StructLayout (LayoutKind.Sequential, Pack = 1)] doesn?t work as expected
  * bxc#57301 - Running IronPython?s executable under Mono 5.0.x causes a SIGSEGV on exit, this did not happen on 4.8
  * bxc#57496 - [Slovenian CultureInfo + others] .Parse throws exception when parsing negative values
  * bxc#57505 - Missing error CS0165 in presence of commented line
  * bxc#57629 - [io-layer] File.Delete () throws System.UnauthorizedAccessException on non-existing files on a read-only path
  * bxc#57691 - InternalsVisibleTo doesn?t work with 2048-bit SNK files
  * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions
  * bxc#57771 - F#.NET Core 2.0 projects do not compile
  * bxc#57796 - Compiler Crash instead of CS1621
  * bxc#57850 - Mono assertion when ResolveEventHandler returns a reflection-only assembly
  * bxc#57851 - Assertion if using ResolveEventHandler to find custom attributes
  * bxc#57930 - Building netstandard 2.0 project throws DllNotFoundException: hostfxr during msbuild
  * bxc#57959 - SIGSEGV in roslyn with corrupted stack
  * bxc#58114 - [llvm] csc (Rolsyn) produce fault clauses that the llvm backend does not support
  * bxc#58210 - ?* Assertion at metadata.c:1048, condition `index < meta->heap_strings.size? not met? is output on startup - works fine on Windows
  * bxc#58344 - SIMD crash using System.Numerics.Vector
  * bxc#58361 - EnumBuilder can no longer be used to generate IL code
  * bxc#58399 - Delegates as collection key are ~500x slower than previously
  * bxc#58421 - sre-save.c asserts in fixup_method () if TypeBuilder token is used across assemblies
  * bxc#58446 - [iOS]EnumerableMoreTest.ConcatArgumentNullTest crash on tvOS device
  * bxc#58454 - Cannot resolve method Subscription`1 Subscribe[TSelection](System.Func`2[TState,TSelection], System.Action`2[TSelection,TState]) because the declaring type of the method handle FSI_0002+Store`1[TState] is generic. Explicitly provide the declaring type to
  * bxc#58738 - System.IO.MonoIO.Read - Native Crash when device file is gone
  * bxc#58782 - Exception stack traces are deleted when reaching the native-to-managed wrapper in a reverse invoke
  * bxc#58829 - Application Output Window being flooded with ?[Mono] worker parking, [Mono] worker unparking? messages when debugging agasint Android Emulator
  * bxc#59235 - [mono-2017-06] android.runtime.JavaProxyThrowable: System.ObjectDisposedException: Cannot access a disposed object.
  * bxc#59274 - [Mac]A crash report is generated on closing mac apps
* Fri Sep 29 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.2.0.224 (5.2.0 SR4)
- Changes:
  * Mono cecil source updated (more info at https://github.com/jbevain/cecil/commit/44e4d344d674195b4d2950c48fd1cb55fe42a1ef)
- Bugfixes:
  * bxc#44027 - Chunked HTTP PUT times out
  * bxc#57919 - dynamic object is not supported
  * bxc#58829 - Application Output Window being flooded with "[Mono] worker parking, [Mono] worker unparking" messages when debugging agasint Android Emulator.
* Fri Aug 18 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.2.0.215 (5.2.0 Stable)
- New features and changes:
  * Strong assembly names: mono will now optionally respect public keys and version numbers when loading strongly signed assemblies
  * Added experimental default interface methods support
  * System.Numerics.Vectors: the library is now considered ready for general usage
  * .NET Standard 2.0 support: loading and running a library compiled against the 2.0 standard should work fine now
  * The reference assemblies were updated to provide the .NET 4.7 API set
  * The mono command now runs as a 64bit application by default. You can use the --arch=32 option to run Mono as 32bit again
  * Optimized Array Stores
  * Class Initialization Improvements
  * GC: reduced minor collection pause times
  * Interpreter now passes the majority of the JIT test suite, it can now run non-trivial programs
- Added upstream patch provides-facades.patch:
  * Search provides (for RPM-packaging) not only for GAC dir, but also for "Facades" and "4.5" mono-libdirs
- Added upstream patch 0001-btls-Disable-BUILD_SHARED_LIBS-while-building-boring.patch:
  * Disable BUILD_SHARED_LIBS while building boringssl, so its symbols are not exported from the btls shared lib
- Added upstream patch fix-project-builds-linux.patch:
  * Fix finding nuget packages in lower-case dirs on case-sensitive filesystems
- Added patch fix-dbg-headers.patch:
  * Add missing internal headers to distribution in order to fix build for mono-debugger package
- Bugfixes:
  * bxc#580 - Type.Load loads strong type despite version mismatch
  * bxc#39444 - Action ReflectedType differs from Delegate ReflectedType for virutal methods
  * bxc#43805 - Output of DateTime.Now() differs on Mono for ambiguous time period
  * bxc#43988 - Stack overflow in System.Text.Encoding.Default
  * bxc#46661 - Runtime exception filters truncate exception stack traces on NSLog
  * bxc#46929 - Datetime error on Mono.data.Sqlite
  * bxc#47221 - Thread.Name can only be set once inside async callback
  * bxc#47599 - HttpClient Transfer-Encoding:chunked is not added to the header - not able to transfer large files
  * bxc#49721 - Assembly binder uses wrong strongly named assembly when same assembly with different version exists in local folder
  * bxc#50529 - crash in thread-native-exit.exe
  * bxc#51522 - Overload resolution fails for referenced assembly
  * bxc#51561 - Getting process name of process running under higher privilege user throws exception
  * bxc#51653 - mono_thread_info_wait_one_handle ignored alertable argument
  * bxc#52086 - Nullable structs with implicit operators generate invalid IL code when compiling with Mono
  * bxc#52294 - C# compiler reports an incorrect error in a lambda with generic constraints
  * bxc#52340 - Compiler crashes with FATAL UNHANDLED EXCEPTION (nullref)
  * bxc#52345 - Process has exited, so the requested information is not available
  * bxc#52429 - Shutdown hang then crash in Finalizer thread
  * bxc#52437 - Random NullReferenceExceptions in StringBuilder.ThreadSafeCopy
  * bxc#52448 - StreamContent apparently needs to rewind stream before sending it
  * bxc#52475 - MTOUCH: error MT3001: Could not AOT the assembly
  * bxc#52511 - configure script doen?t detect bad configuration
  * bxc#52549 - error: mono_w32socket_convert_error: no translation into winsock error for (41) "Protocol wrong type for socket"
  * bxc#52590 - Cannot compile for iOS, TypeBuilder exists in two places.
  * bxc#52599 - await in finally clause prevents disposal of enclosing using statement
  * bxc#52600 - Full AOT: Strange combination of structs, generics, and enums causes runtime failure
  * bxc#52743 - denied loading problems
  * bxc#52845 - [Cycle 9] Satellite assemblies not bundled when using "Bundle assemblies into native code" due to "unknown escape sequence" error from gcc during mkbundle step
  * bxc#52866 - F# sprintf AOT bug still exists
  * bxc#52899 - mprof-report missing filenames in coverage xml output when using portable pdbs
  * bxc#53066 - Can?t Build Project in Debug with "Could not AOT the assembly"
  * bxc#53131 - Calling MakeArray() on a type with a rank that is too big does not throw an exception.
  * bxc#53153 - Implement RuntimeHelpers::IsReferenceOrContainsReferences
  * bxc#53166 - Application crashes when setting a get-only property in constructor
  * bxc#53196 - List<>.Sort() using insertion sort does not sort all values when equality isn?t checked.
  * bxc#53202 - Number minus Enum gives wrong value
  * bxc#53231 - csc doesn?t unify same file passed multiple times when one path is relative
  * bxc#53278 - Two coreclr SIMD test failures (one regression from 4.8)
  * bxc#53334 - es-US Culture wrong number formatting
  * bxc#53684 - Crash when enumerating directory and selecting the first file
  * bxc#53689 - [Test] Certificate7 disabled due to SecCertificateCreateWithData does different things on 10.11 vs 10.12 with invalid certificates
  * bxc#53792 - CFNetworkHandler reports correct download when internet connection is lost during request
  * bxc#53843 - Mono deadlocks on shutdown while waiting for a process which has died
  * bxc#53890 - Regression: Native crash while running tests with xunit with mono 2017-02 branch, works with 4.8.0.520
  * bxc#54212 - Mono allows casts of non-zero bound array to zero bound array
  * bxc#54322 - await in catch-block inside a loop causes the same exception to be caught multiple times
  * bxc#54448 - Unable to revert to thread-local storage for CurrentThread.CultureInfo
  * bxc#54485 - Creating an open generic type with recurrent constraint fails
  * bxc#54991 - Cannot compile get => _text
  * bxc#55041 - Stripping mscorlib in simple example changes IntPtr (5) behavior?
  * bxc#55083 - coreclr test b353858.il fails after 6f33b62f39a273fccb78f71513cb5e0dfb987c70
  * bxc#55436 - System.Runtime refuses to load with strict naming
  * bxc#55577 - SIMD instructions with System.Numerics.Vectors do not work
  * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using "Bundle assemblies into native code" even though they are now successfully mkbundled
  * bxc#55681 - System.Reflection.Emit.ModuleBuilder.build_metadata bug when running FAKE?s test suite
  * bxc#56081 - Returning a valuetype from an async method with an awaited parameter yields a Mono.CSharp.InternalErrorException: Await yields with non-empty stack
  * bxc#56240 - Performance Degradation When Using Expressions
  * bxc#56247 - Enumerable.OrderByDescending behaves differently on LLVM FullAOT
  * bxc#56275 - Unable to copy appname.dll from obj to bin because it is being used by another process
  * bxc#56493 - Windows MMAP doesn?t release file
  * bxc#56567 - Passing large struct into exception filter method crashes runtime with SIGSEGV
  * bxc#56611 - Regression: ArrayTypeMismatchException when running F# script
  * bxc#56694 - Assertion: should not be reached at d:\j\workspace\v\repos\mono\mono\sgen\sgen-scan-object.h:91
  * bxc#56821 - Static ctor of MarshalByRefObject runs in primary AppDomain
  * bxc#56824 - Runtime crash with VSMEF
  * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types
  * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions
* Mon Aug 07 2017 schwab@suse.de
- ucontext.patch: use ucontext_t instead of struct ucontext
* Fri May 26 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.0.1.1 (5.0.1 Stable)
- Bugfixes:
  * bxc#56275 - Unable to copy appname.dll from obj to bin because it is being used by another process
  * bxc#56240 - Performance Degradation When Using Expressions
  * bxc#56177 - peverify fails on FSharp.Core.dll with mono_os_mutex_lock
  * bxc#55858 - Microsoft.WebApplication.targets Missing from mono5
  * bxc#56322 - Running nunit tests with domain isolation crashes Mono
  * bxc#55988 - Apps using Roslyn crash when trying to load Roslyn
  * bxc#56260 - "This stream does not support writing at System.IO.Compression.DeflateStream.BeginWrite" message
  * bxc#55087 - "System.NotSupportedException: Stack walks are not supported on this platform - System.Reflection.MethodBase.GetCurrentMethod" message on Android
* Tue May 16 2017 idonmez@suse.com
- Disable rosyln on ppc64le
* Thu May 11 2017 fwdsbs.to.11df@xoxy.net
- Update to version 5.0.0.100 (5.0 Stable)
- New features and changes:
  * Shipping Roslyn C# compiler to enable C#7 support
  * Support for msbuild and deprecating xbuild
    (msbuild currently not included, xbuild deprecated but still maintained)
  * Enabling concurrent SGen garbage collector to reduce time spent in GC
  * Continued Progress on .NET Class Library convergence
- Packaging changes:
  * Do not package roslyn csc compiler on platforms that do not support it
  * Add xbuild-revert-to-mcs.patch: revert xbuild to use old mcs compiler on platforms that do not support roslyn
* Thu May 04 2017 fwdsbs.to.11df@xoxy.net
- Enable external BTLS library build only on supported platforms (x86 and x86_64 right now):
  * Fix build for arm, arm64, ppc64, ppc64le.
- Enable pedump binary packaging for arm64 builds.
* Fri Apr 28 2017 fwdsbs.to.11df@xoxy.net
- Update to version 4.8.1.0 (4.8 Service Release 1)
- Remove patch mono-config-fix-monoposixhelper-libdir.patch:
  * Instead, use fix from official spec file
- New features (see http://www.mono-project.com/docs/about-mono/releases/4.8.0 for more info):
  * Some API additions for .NET Standard 2.0
  * Mono now ships with TLS 1.2, powered by Google?s BoringSSL project
  * The MKBundle tool has been updated to easily support cross-compilation
  * Runtime Logging: the new MONO_LOG_DEST environment variable can set to instruct the runtime where to write the tracing messages to
  * Concurrent SGen mode improved
  * More code have been adopted from Reference Source
- Bugfixes:
  * bxc#3323: Assertion when deleting global namespace inside method
  * bxc#3399: [PATCH] pending_exception support is incomplete
  * bxc#3434: Mono Compiler crashes when using a DelegateType as a method call
  * bxc#3706: generics aot jit problem
  * bxc#3735: Attempting to JIT compile method: using Linq?s ?Any? fails on the device
  * bxc#3767: Unit test UI table cell extends beyond cell bounds for failed test
  * bxc#3811: DataContractJsonSerializer deserialization fails with subclass of List as known type
  * bxc#3850: ScrollEventArgs in Form_Scroll method has invalid values
  * bxc#3960: DismissModalViewControllerAnimated() crashes on 5.2.9
  * bxc#4006: MonoDevelop fails to start with no warning if Gtk# is not installed on windows
  * bxc#5644: Mono allows to access not accessible method
  * bxc#7467: DefaultNonPersistentConnectionLimit is to low
  * bxc#12571: Usage of XElement with XmlAnyElementAttribute is not supported by XmlSerializer
  * bxc#19594: WebException.Response is null when https request needs proxy authentication
  * bxc#29189: Compiling class referencing corefx facade/contract assemblies raises error ?Reference to type System.SByte claims it is defined assembly mscorlib,.. but couldn?t be found?
  * bxc#30686: ZipArchive ctor throws InvalidDataException for WebConnectionStream
  * bxc#30821: Compilation generates CS1701 warning
  * bxc#32374: WebRequest::BeginGetRequestStream incorrectly sets IAsyncResult::CompletedSynchronously to always true
  * bxc#33571: Mono crashes when marshalling fixed arrays
  * bxc#34802: Debugger crash on break-all, step into sequence.
  * bxc#35536: Dns.GetHostEntry no longer supports IPv6
  * bxc#35662: Type System.ServiceModel.Security.Tokens.BinarySecretSecurityToken is missing in assembly System.IdentityModel
  * bxc#39282: [System.IO.Compression] issues with ZipArchiveEntry streams
  * bxc#39859: Xamarin.Android apps on the Samsung Galaxy S7 fails to start with the error System.ExecutionEngineException SIGILL
  * bxc#40603: Mono can?t parse Date in DB wich is in format: ?2016-02-04 10:39:11Z?
  * bxc#40916: [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue
  * bxc#41035: DataViewTest2.DataView_ListChangedEventTest occasionally fails with llvm+sgen
  * bxc#41349: System.TimeZoneInfo.IsDaylightSavingTime (DateTimeOffset dateTimeOffset) Not Implemented Exception
  * bxc#41393: [WatchOS 2] Incorrect calling convention for P/Invokes taking structures
  * bxc#41431: [aot] Build fails due to ?Sgen STW requires a working mono-context? error
  * bxc#41466: mono_class_is_subclass_of return incorrect value by assuming mono_class_init has been called on parameters
  * bxc#41477: SafeSocketHandle ObjectDisposedException ?handle? exception with linked CancellationTokenSource
  * bxc#41492: DateTimeOffset.ToLocalTime() throwing erroneous error
  * bxc#41509: DLR crashes when trying to convert a object to null.
  * bxc#41530: [iOS]TimerTest failing randomly on devices,
  * bxc#41552: HttpResponseMessage does not support multiple Links header entries
  * bxc#41575: A Method That Accepts a FormattableString Object Is Not Called
  * bxc#3323: Assertion when deleting global namespace inside method
  * bxc#3399: [PATCH] pending_exception support is incomplete
  * bxc#3434: Mono Compiler crashes when using a DelegateType as a method call
  * bxc#3706: generics aot jit problem
  * bxc#3735: Attempting to JIT compile method: using Linq?s ?Any? fails on the device
  * bxc#3767: Unit test UI table cell extends beyond cell bounds for failed test
  * bxc#3811: DataContractJsonSerializer deserialization fails with subclass of List as known type
  * bxc#3850: ScrollEventArgs in Form_Scroll method has invalid values
  * bxc#3960: DismissModalViewControllerAnimated() crashes on 5.2.9
  * bxc#4006: MonoDevelop fails to start with no warning if Gtk# is not installed on windows
  * bxc#5644: Mono allows to access not accessible method
  * bxc#7467: DefaultNonPersistentConnectionLimit is to low
  * bxc#12571: Usage of XElement with XmlAnyElementAttribute is not supported by XmlSerializer
  * bxc#19594: WebException.Response is null when https request needs proxy authentication
  * bxc#29189: Compiling class referencing corefx facade/contract assemblies raises error ?Reference to type ?System.SByte? claims it is defined assembly ?mscorlib,..? but couldn?t be found?
  * bxc#30686: ZipArchive ctor throws InvalidDataException for WebConnectionStream
  * bxc#30821: Compilation generates CS1701 warning
  * bxc#32374: WebRequest::BeginGetRequestStream incorrectly sets IAsyncResult::CompletedSynchronously to always true
  * bxc#33571: Mono crashes when marshalling fixed arrays
  * bxc#34802: Debugger crash on break-all, step into sequence.
  * bxc#35536: Dns.GetHostEntry no longer supports IPv6
  * bxc#35662: Type System.ServiceModel.Security.Tokens.BinarySecretSecurityToken is missing in assembly System.IdentityModel
  * bxc#39282: [System.IO.Compression] issues with ZipArchiveEntry streams
  * bxc#39859: Xamarin.Android apps on the Samsung Galaxy S7 fails to start with the error System.ExecutionEngineException SIGILL
  * bxc#40603: Mono can?t parse Date in DB wich is in format: ?2016-02-04 10:39:11Z?
  * bxc#40916: [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue
  * bxc#41035: DataViewTest2.DataView_ListChangedEventTest occasionally fails with llvm+sgen
  * bxc#41349: System.TimeZoneInfo.IsDaylightSavingTime (DateTimeOffset dateTimeOffset) Not Implemented Exception
  * bxc#41393: [WatchOS 2] Incorrect calling convention for P/Invokes taking structures
  * bxc#41431: [aot] Build fails due to ?Sgen STW requires a working mono-context? error
  * bxc#41466: mono_class_is_subclass_of return incorrect value by assuming mono_class_init has been called on parameters
  * bxc#41477: SafeSocketHandle ObjectDisposedException ?handle? exception with linked CancellationTokenSource
  * bxc#41492: DateTimeOffset.ToLocalTime() throwing erroneous error
  * bxc#41509: DLR crashes when trying to convert a object to null.
  * bxc#41530: [iOS]TimerTest failing randomly on devices,
  * bxc#41552: HttpResponseMessage does not support multiple Links header entries
  * bxc#41575: A Method That Accepts a FormattableString Object Is Not Called
  * bxc#41602: Compiler fails to recognize Indexer
  * bxc#41616: Mono 4.4.0 crashes when using Socket.ConnectAsync to a unix domain socket if the path doesn?t exist
  * bxc#41667: new DateTime().ToLocalTime() results in an exception
  * bxc#41705: MonoTests.System.Threading.MonitorTest.Enter_Null crashes test runtime with assertion
  * bxc#41775: Zip version needed to extract not correct in System.IO.Compression
  * bxc#41782: [Cycle 7] ?System.Net.WebException: Error: NameResolutionFailure? when attempting web requests with certain raw IP addresses
  * bxc#41874: Reflection throws AmbiguousMatchException when calling GetProperty on a class that inherits from a generic base class.
  * bxc#41897: NotSupportedException thrown from IPInterfaceProperties.UnicastAddresses
  * bxc#41937: invoke.exe test asserts on bitcode
  * bxc#41955: Bitcode ?missing image did not probe corlib? exception thrown
  * bxc#41979: CodeDom cannot call mcs because of invalid encoding configuration
  * bxc#42057: error CS0121: The call is ambiguous
  * bxc#42169: (managed_alloc) Fatal: Managed allocator missing for (mkbundle) in Mono 4.4.X
  * bxc#42191: sdb deadlocks all the time while XS debugs XS
  * bxc#42198: error CS0529: Inherited interface causes a cycle in the interface hierarchy.
  * bxc#42219: [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name
  * bxc#42224: Compiler crashed with code: 1, ?Await yields with non-empty stack? from AssertEmptyStack ()
  * bxc#42226: WCF client Expecting FaultException raising NotImplemented Exception instead When element is provided.
  * bxc#42271: COOP: gc unsafe mode when printing native backtrace causes crash if GC is triggered
  * bxc#42274: System.IO.Compression.ZipArchive vs System.Xml.XmlReader
  * bxc#42395: Build runs indefinitely and never finishes
  * bxc#42408: WebClient.DownloadString returns 401 Unauthorized when using Basic authentication
  * bxc#42410: String Interpolation available even when langversion < 6
  * bxc#42413: Volatile fields don?t enforce acquire - release semantics like Volatile.Read() and Volatile.Write()
  * bxc#42584: InternalError / Crash when using System.Net.Http and PCL library
  * bxc#42585: Switch fall-through not rejected
  * bxc#42611: wrong compiler error when using IEnumerable.Sum
  * bxc#42625: coop: crash with watchos system tests
  * bxc#42688: Can?t wait for more than 429496 ms (429s)
  * bxc#42702: Unnecessary dependency checks
  * bxc#42750: Deploying an iOS app to iPhone 6S crashes when a breakpoint is set
  * bxc#42843: XmlSerializer does not deserialize UTC Time values on Xamarin.Android but works well on windows.
  * bxc#42864: [Cycle 7] ?System.Net.WebException: Error: NameResolutionFailure? on second web request to certain raw IP addresses with HttpClient
  * bxc#42887: Encoding iso-8859-1 throws IndexOutOfRangeException for Unicode surrogate pairs
  * bxc#43022: ZipArchive.Entries is not updated when ZipArchiveEntry is deleted
  * bxc#43032: System.Uri cannot parse url with underscore at start
  * bxc#43099: [watchOS] Cannot enter GC safe region if the thread is not attached
  * bxc#43193: Keep CurrentCulture in async/await
  * bxc#43265: Inconsistency in Compilation of Async Code Compared to MSFT Compilers
  * bxc#43291: Runtime crash at reflection.c:mono_custom_attrs_construct_by_type while calling GetCustomAttributes for a proxy class
  * bxc#43320: Thread aborts in the middle of .cctor and hell break loose
  * bxc#43357: WCSessionReplyHandler crashes WatchKit app
  * bxc#43400: ?using static? dependent on compile order
  * bxc#43471: pragma warning disable still shows warnings in ?Errors? pad
  * bxc#43512: TimeZoneInfo.ConvertTimeBySystemTimeZoneId ArgumentException
  * bxc#43636: [Cycle 8] ?Index was out of range. Must be non-negative and less than the size of the collection? in System.Collections.Generic.List1[T].set_Item() when attempting to compile certain C# code involving tasks, async/await, and try/catch/finally
  * bxc#43695: Nuget resolves .netstandard <= 1.3 when Xamarin.IOS does not support it
  * bxc#43696: Delegate caching can invoke unrelated implementation leading to strange results
  * bxc#43718: mcs crashes when unable to resolve type inside lambda using the ?as? operator
  * bxc#43786: peverify is broken again
  * bxc#43921: System.Threading.ThreadHelper.ThreadStart_Context tries to allocate, crashes
  * bxc#44025: FTP download issue with IPv6
  * bxc#44109: NetworkCredential does not convert SecureString
  * bxc#44164: gosharp-regexp benchmark triggers unwinding crash when profiling
  * bxc#44168: Can use non-accessible member with nameof
  * bxc#44381: Debugger crash with domain unloading and VSTU
  * bxc#44402: Array doesn?t implement non-generic IEnumerable
  * bxc#44406: Xamarin.Mac.Socket exception:An address incompatible with the requested protocol was used
  * bxc#44413: HttpHeaders.TryAddWithoutValidation behaves differently from .NET
  * bxc#44440: Attempting to JIT error in function with pointer arithmetic
  * bxc#44549: Ide Shuts down: System.ArgumentException: Item has already been added. Key in dictionary: ?XamlG? Key being added: ?XamlG?
  * bxc#44624: Connecting to SQL Server using IPv4 exception.
  * bxc#44707: RemotingConfiguration.Configure() Throws RemotingException Because it Cannot Load ?machine.config?
  * bxc#44729: Type.GetType(?blah?,true,false) throws TypeLoadException without message
  * bxc#44751: Incorrect code flow analysis with goto and out parameter causes CS0177
  * bxc#44843: SqlCommand.ExecuteReaderAsync throws NotImplementedException
  * bxc#44937: System.Diagnostics.StartProcess does not detect dotnetcore compiled assemblies as managed
  * bxc#44978: HttpClientHandler.SendAsync should throw HttpRequestException for proxy auth failure
  * bxc#44994: DeflateStream decompression is incomplete if reading byte-by-byte
  * bxc#45129: Uri.IsWellFormedUriString returns incorrect result for relative uris beginning with slash
  * bxc#45137: Seeing new AAPT0000 errors when building certain projects against master
  * bxc#45270: Cannot add System.Reactive to watchOS Extension project
  * bxc#45286: C# string interpolation line does not compile on OSX but does on MSBuild
  * bxc#45774: Wrong scopes in .mdb in case of foreach loop
  * bxc#45788: Marshaling a native NULL pointer to a managed array creates a new zero sized array
  * bxc#46175: If the RSA will be used by multiple threads, it has a variety of exceptions.
  * bxc#46190: Overload resolution fails in a case where methods use a named parameter in different positions
  * bxc#46250: Type.GetType with throwOnError true doesn?t throw for a generic instance type with too few generic arguments
  * bxc#47205: Uri.TryCreate throws exception
  * bxc#42414: Run path_helper in OSX postinstall script to make Mono commands available in same shell session
  * bxc#42365: Mono 4.4.1 OSX package doesn?t clean up old symlinks from /usr/local/bin
* Thu Nov 17 2016 mailaender@opensuse.org
- Update to version 4.6.2 (service release)
  * bxc#44708 - TrustFailure when attempting to access HTTPS servers on ports other than 443
  * bxc#39832 - SIGSEGV when running roslyn