Imported Upstream version 6.4.0.152

Former-commit-id: 9581b2879201a39de16b05882d3ad003b4a23a64
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-08-06 08:46:27 +00:00
parent 345224e2bc
commit 354a7ffa75
54 changed files with 58 additions and 53 deletions

View File

@ -1 +1 @@
4eeeb3ab453806bf94a1e3f92727c3a5b3ffebdc
5a71458baca48b9afee5435d6a116632b3b1c2cd

View File

@ -1 +1 @@
5a41cd4d1bea5ebec3323c0a8dbeba933276a231
8af8ff011e5451fed36d2a3fef4da686e7400bca

View File

@ -1 +1 @@
37208de3822bb74521236d8b06326e9e402b24c7
0d6b344f9ca2923c6465a8978ac10c76e9cbf5b9

View File

@ -1 +1 @@
593c0f8865b7e48b38ce75d6dd591bd91ee53416
3627807f156c3de3bd4d8df1a6b7c0669d6484a1

View File

@ -1 +1 @@
0613b729a2a86a759624e3244f1588c5c808a665
1617e73abb022826553279ef920edc829ab8d529

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.4.0.150";
public const string MonoVersion = "6.4.0.152";
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

@ -104,8 +104,13 @@ namespace System.IO.Compression
{
}
~DeflateStream () => Dispose (false);
protected override void Dispose (bool disposing)
{
if (disposing)
GC.SuppressFinalize (this);
native.Dispose (disposing);
if (disposing && !disposed) {
@ -380,13 +385,13 @@ namespace System.IO.Compression
if (disposing && !disposed) {
disposed = true;
GC.SuppressFinalize (this);
io_buffer = null;
} else {
// When we are in the finalizer we don't want to access the underlying stream anymore
base_stream = Stream.Null;
}
io_buffer = null;
if (z_stream != null) {
z_stream.Dispose();
}

View File

@ -1 +1 @@
78e840ae40e63ee229d424842c1b198599479976
63167183234be324be0b84742a372e60bdd93cbc

View File

@ -1 +1 @@
bd341c852711b054c75b8b8a5bc12abb7c7a2ce7
32467bc1560d39e74fafe09be7d6c41a47073c5d

View File

@ -1 +1 @@
ff3aff6636cde78c4a8c955d75cd54b44ab80af7
a9d5b3e41d21ff652708eeaa10a9e003db94b15b

View File

@ -1 +1 @@
c7e807fcdf92a15876a9a6af5b8b0a5fc9ad846c
9fc70ffa1af2c36797c4c514e737e91b5993ffe9

View File

@ -1 +1 @@
c8de5b2048f45959a30c316a582f09a8eea17336
04f4ba0053364f34ba7cef1584761de3c17bc650

View File

@ -1 +1 @@
ded1cacbead68b6c90b00225d6cd0116f86b9fd2
687e38575b8386a0ae471dee67ffe3380cf465f0

View File

@ -1 +1 @@
ace51ee45521f0d46d823c686c14e4cb4a032435
1e213927c7eaa4acff458796dd7ba1442c1a6adf

View File

@ -1 +1 @@
37133050404f7178b0319551cf43e14c5aa3ab52
63a6d5f9321f4e72e6732bafb0c2ea3ed0b8326e

View File

@ -1 +1 @@
78e840ae40e63ee229d424842c1b198599479976
63167183234be324be0b84742a372e60bdd93cbc

View File

@ -1 +1 @@
bd341c852711b054c75b8b8a5bc12abb7c7a2ce7
32467bc1560d39e74fafe09be7d6c41a47073c5d

View File

@ -1 +1 @@
ff3aff6636cde78c4a8c955d75cd54b44ab80af7
a9d5b3e41d21ff652708eeaa10a9e003db94b15b

View File

@ -1 +1 @@
c7e807fcdf92a15876a9a6af5b8b0a5fc9ad846c
9fc70ffa1af2c36797c4c514e737e91b5993ffe9

View File

@ -1 +1 @@
c8de5b2048f45959a30c316a582f09a8eea17336
04f4ba0053364f34ba7cef1584761de3c17bc650

View File

@ -1 +1 @@
ded1cacbead68b6c90b00225d6cd0116f86b9fd2
687e38575b8386a0ae471dee67ffe3380cf465f0

View File

@ -1 +1 @@
ace51ee45521f0d46d823c686c14e4cb4a032435
1e213927c7eaa4acff458796dd7ba1442c1a6adf

View File

@ -1 +1 @@
07148b6591fb66cbee7fa8d5ac507561b8f13568
94738905c7b38c80e7b2b026bc33ef12d9e5d991

View File

@ -1 +1 @@
37133050404f7178b0319551cf43e14c5aa3ab52
63a6d5f9321f4e72e6732bafb0c2ea3ed0b8326e

View File

@ -1 +1 @@
78e840ae40e63ee229d424842c1b198599479976
63167183234be324be0b84742a372e60bdd93cbc

View File

@ -1 +1 @@
bd341c852711b054c75b8b8a5bc12abb7c7a2ce7
32467bc1560d39e74fafe09be7d6c41a47073c5d

View File

@ -1 +1 @@
ff3aff6636cde78c4a8c955d75cd54b44ab80af7
a9d5b3e41d21ff652708eeaa10a9e003db94b15b

View File

@ -1 +1 @@
c7e807fcdf92a15876a9a6af5b8b0a5fc9ad846c
9fc70ffa1af2c36797c4c514e737e91b5993ffe9

View File

@ -1 +1 @@
c8de5b2048f45959a30c316a582f09a8eea17336
04f4ba0053364f34ba7cef1584761de3c17bc650

View File

@ -1 +1 @@
ded1cacbead68b6c90b00225d6cd0116f86b9fd2
687e38575b8386a0ae471dee67ffe3380cf465f0

View File

@ -1 +1 @@
ace51ee45521f0d46d823c686c14e4cb4a032435
1e213927c7eaa4acff458796dd7ba1442c1a6adf

View File

@ -1 +1 @@
07148b6591fb66cbee7fa8d5ac507561b8f13568
94738905c7b38c80e7b2b026bc33ef12d9e5d991

View File

@ -1 +1 @@
37133050404f7178b0319551cf43e14c5aa3ab52
63a6d5f9321f4e72e6732bafb0c2ea3ed0b8326e

View File

@ -1 +1 @@
78e840ae40e63ee229d424842c1b198599479976
63167183234be324be0b84742a372e60bdd93cbc

View File

@ -1 +1 @@
bd341c852711b054c75b8b8a5bc12abb7c7a2ce7
32467bc1560d39e74fafe09be7d6c41a47073c5d

View File

@ -1 +1 @@
07f7039f37e950a113fe04856a6fab04bad79d6b
aeac734c8ca85be48a88c96d07fa2a5417c730ea

View File

@ -1 +1 @@
c7e807fcdf92a15876a9a6af5b8b0a5fc9ad846c
9fc70ffa1af2c36797c4c514e737e91b5993ffe9

View File

@ -1 +1 @@
c8de5b2048f45959a30c316a582f09a8eea17336
04f4ba0053364f34ba7cef1584761de3c17bc650

View File

@ -1 +1 @@
ded1cacbead68b6c90b00225d6cd0116f86b9fd2
687e38575b8386a0ae471dee67ffe3380cf465f0

View File

@ -1 +1 @@
ace51ee45521f0d46d823c686c14e4cb4a032435
1e213927c7eaa4acff458796dd7ba1442c1a6adf

View File

@ -1 +1 @@
07148b6591fb66cbee7fa8d5ac507561b8f13568
94738905c7b38c80e7b2b026bc33ef12d9e5d991

View File

@ -1 +1 @@
635c53d2cc59d9399e170a459bc548126bafd7c4
0928568a2e04e99b618e4bce6295b0a6e1429983

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/5dc37d7"
#define FULL_VERSION "explicit/6fbdb37"

View File

@ -1491,10 +1491,10 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@CROSS_COMPILE_TRUE@clean-local:
@HOST_WIN32_TRUE@clean-local:
@CROSS_COMPILE_TRUE@test-local:
@HOST_WIN32_TRUE@test-local:
@CROSS_COMPILE_TRUE@clean-local:
@HOST_WIN32_TRUE@clean-local:
clean: clean-am
clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \

View File

@ -520,8 +520,8 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@ENABLE_MSVC_FALSE@install-exec-local:
@ENABLE_MSVC_FALSE@clean-local:
@ENABLE_MSVC_FALSE@install-exec-local:
clean: clean-am
clean-am: clean-generic clean-libtool clean-local mostlyclean-am

Binary file not shown.

View File

@ -1 +1 @@
862c6498b2beab244f051a268c2b85bc52aa064f
de28b153380c031df5f7e00892f5e735ab69babd

Binary file not shown.

View File

@ -1 +1 @@
a77bd6f1e7ead8fccf6f1700ce64e182b9529a11
5d22effb8e98cf2e18912dbef9f7419e0640a272

Binary file not shown.

View File

@ -1 +1 @@
92b467e21b608386d85efb3a1564795d252f8a4a
4cf067535dd9d00a9ca58f5e9af8bf5403331c0c

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 6.4.0.150\n"
"Project-Id-Version: mono 6.4.0.152\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2019-08-02 08:05+0000\n"
"POT-Creation-Date: 2019-08-06 08:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
e516442cd3a79d2a6387c79117f0292ee17c9e02
985145fe1a2be024a543cf7bba6dec5996211727