Imported Upstream version 6.10.0.79

Former-commit-id: e3f28654e3f3f79beec5745e828e2fc3c08ae497
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2020-02-20 08:44:57 +00:00
parent 6b40127559
commit c1b35613f4
58 changed files with 528 additions and 442 deletions

View File

@ -1 +1 @@
9f9b898e4abc3edb64db9402a5baee2cc49a2a28
3eda38237ba0fa60c8a78bf0e98159a0d5fc6b2b

View File

@ -1 +1 @@
04362ca837a13dd6f8a7344a6024e79699d1e383
fd82432b012de483588e1a0457cb907c683db2cf

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = az-ubuntu-generalbbe540
hostname = az-ubuntu-general969d81
uname -m = x86_64
uname -r = 4.15.0-1069-azure
uname -s = Linux
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on az-ubuntu-generalbbe540
on az-ubuntu-general969d81
config.status:1238: creating Makefile
config.status:1238: creating bdw-gc.pc

View File

@ -1 +1 @@
3df9dadc1c3166829ffb002b85ded137a5868cfb
a5a0b34dd01a21b3074699aff3bb0fe01d62049d

View File

@ -4,7 +4,7 @@ class GtkSharp212ReleasePackage (Package):
Package.__init__(self, 'gtk-sharp',
sources=['git://github.com/mono/gtk-sharp.git'],
git_branch='gtk-sharp-2-12-branch',
revision='76a9a14ad72b75b66fdda12fab1532c2e5318cc5',
revision='a915b2c6726b99b58dd5c2ff79c6e825660f4416',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.10.0.76";
public const string MonoVersion = "6.10.0.79";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -429,13 +429,9 @@ namespace System.Xml.Serialization
}
}
static Encoding DefaultEncoding = Encoding.Default;
public void Serialize (Stream stream, object o)
{
XmlTextWriter xmlWriter = new XmlTextWriter (stream, DefaultEncoding);
xmlWriter.Formatting = Formatting.Indented;
Serialize (xmlWriter, o, null);
Serialize (stream, o, null);
}
public void Serialize (TextWriter textWriter, object o)
@ -452,7 +448,7 @@ namespace System.Xml.Serialization
public void Serialize (Stream stream, object o, XmlSerializerNamespaces namespaces)
{
XmlTextWriter xmlWriter = new XmlTextWriter (stream, DefaultEncoding);
XmlTextWriter xmlWriter = new XmlTextWriter (stream, Encoding.UTF8);
xmlWriter.Formatting = Formatting.Indented;
Serialize (xmlWriter, o, namespaces);
}

View File

@ -1 +1 @@
61835e709a09541daa56c89b501efc256c0ba3c1
e87df12964ebbe4b45e60398986fcbf43bc75ef1

View File

@ -1 +1 @@
520adfc1c8f0adc6d6eeda8819da60844bae4a97
3509912d9ece3ffae8892338a8b7d191c341adc6

View File

@ -1 +1 @@
808d4f5f827b4156a75ae5adf667fd13ae1517b6
bacfce6b6d0b818bee67aa94d64011711db4afad

View File

@ -1 +1 @@
cfa3c00b57465d99fe6aa46a80b93d6953031d07
4d827fe16b2e39ca49d37b3fa31a0beb67b1d33e

View File

@ -1 +1 @@
0987f9ca316821369eb7378b00b1bfa05d4245ef
7c73b167752924894980e0e60ec17b4070f5811d

View File

@ -1 +1 @@
fbf0b9bb1d7b4fcf89c17aaf6c60cbbf9877fb9c
8fb3cddafa32e3a592e72145b6c91b77e84caf68

View File

@ -1 +1 @@
b70b0437479bfd21ba4b185ac21b630668a2383c
778527c6ed97b3c2795c2d498d45e71370ff6e90

View File

@ -1 +1 @@
b96e2c9e2da304516d1824be6f87b78ef66b2772
07f957cf41ba1d5f3fd5b74febdb5b444ecf9d4b

View File

@ -1 +1 @@
ba4197f7eeb3ee479049ac67873e77bdb3a36d32
31cfb941c91f3a839d4cc187031da8a0b1aa205e

View File

@ -1 +1 @@
520adfc1c8f0adc6d6eeda8819da60844bae4a97
3509912d9ece3ffae8892338a8b7d191c341adc6

View File

@ -1 +1 @@
808d4f5f827b4156a75ae5adf667fd13ae1517b6
bacfce6b6d0b818bee67aa94d64011711db4afad

View File

@ -1 +1 @@
cfa3c00b57465d99fe6aa46a80b93d6953031d07
4d827fe16b2e39ca49d37b3fa31a0beb67b1d33e

Some files were not shown because too many files have changed in this diff Show More