Package: mono / 5.18.0.240+dfsg-3

Metadata

Package Version Patches format
mono 5.18.0.240+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 3 3 + 0 - 0 !
data/mono-cairo.pc.in | 4 2 + 2 - 0 !
data/mono.pc.in | 4 2 + 2 - 0 !
external/binary-reference-assemblies/build/monodroid/Makefile | 4 2 + 2 - 0 !
external/binary-reference-assemblies/build/monotouch/Makefile | 2 1 + 1 - 0 !
external/binary-reference-assemblies/mono/Makefile | 8 4 + 4 - 0 !
external/binary-reference-assemblies/v2.0/Makefile | 12 6 + 6 - 0 !
external/binary-reference-assemblies/v3.5/Makefile | 2 1 + 1 - 0 !
external/binary-reference-assemblies/v4.0/Makefile | 16 8 + 8 - 0 !
external/binary-reference-assemblies/v4.5.1/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.5.2/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.5/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.6.1/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.6.2/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.6/Makefile | 24 12 + 12 - 0 !
external/binary-reference-assemblies/v4.7.1/Makefile | 26 13 + 13 - 0 !
external/binary-reference-assemblies/v4.7.2/Makefile | 26 13 + 13 - 0 !
external/binary-reference-assemblies/v4.7/Makefile | 24 12 + 12 - 0 !
external/corefx/src/Native/Unix/System.Native/pal_errno.c | 2 1 + 1 - 0 !
mcs/build/profiles/basic.make | 2 1 + 1 - 0 !
mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/FastZip.cs | 3 2 + 1 - 0 !
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/Csc.cs | 2 1 + 1 - 0 !
mcs/class/Mono.WebBrowser/Mono.NullBrowser/Base.cs | 174 174 + 0 - 0 !
mcs/class/Mono.WebBrowser/Mono.NullBrowser/DOM/Navigation.cs | 127 127 + 0 - 0 !
mcs/class/Mono.WebBrowser/Mono.NullBrowser/WebBrowser.cs | 414 414 + 0 - 0 !
mcs/class/Mono.WebBrowser/Mono.WebBrowser.dll.sources | 3 3 + 0 - 0 !
mcs/class/Mono.WebBrowser/Mono.WebBrowser/Manager.cs | 11 9 + 2 - 0 !
mcs/packages/Makefile | 7 1 + 6 - 0 !
mcs/tools/cil-stringreplacer/Makefile | 2 1 + 1 - 0 !
mono/arch/s390x/s390x-codegen.h | 4 2 + 2 - 0 !
mono/mini/Makefile.am | 19 1 + 18 - 0 !
mono/mini/Makefile.am.in | 19 1 + 18 - 0 !
mono/mini/local-propagation.c | 9 3 + 6 - 0 !
mono/mini/mini-mips.c | 2 1 + 1 - 0 !
mono/mini/mini-s390x.c | 82 44 + 38 - 0 !
mono/mini/mini-s390x.h | 1 1 + 0 - 0 !
mono/mini/mini.c | 3 3 + 0 - 0 !
mono/mini/mini.h | 1 1 + 0 - 0 !
mono/tests/Makefile.am | 6 1 + 5 - 0 !
mono/utils/mono-context.h | 6 6 + 0 - 0 !
mono/utils/mono-tls.c | 17 8 + 9 - 0 !
42 files changed, 946 insertions(+), 247 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 mono (5.18.0.240+dfsg-3) unstable; urgency=high
 .
   [ Jo Shields ]
   * [20a7dd0] Don't build docs on s390x, to work around a dumb issue
 .
   [ Neale Ferguson ]
   * [3713407] Fix s390x Outarg_VT (#10632)
     * Fix outarg_vt processing. Fixes #10549
     * Cleanup unused bits and pieces
     * Correct the handling of structures being retuned from a call
     * Restore vtcopy code etc.
     (Closes: #921232)