Imported Upstream version 6.8.0.82
Former-commit-id: 7e63bf6e0646194a7ccc6e2356266bef05ce51bb
This commit is contained in:
parent
665300eaa7
commit
f0b8def9a1
@ -1 +1 @@
|
||||
bacb1f475e2036ea994368c7b49ed0018b7b9dd8
|
||||
f9a08857736b629d086347e11dedbd999c2eeda6
|
@ -1 +1 @@
|
||||
1cf6adc868326f1166e24e061f92b195d6e62849
|
||||
e065a05af79d940fce064c779fbf67318c89e376
|
@ -94,7 +94,7 @@ namespace System.Reflection.Tests
|
||||
public void Name()
|
||||
{
|
||||
#if MONO
|
||||
Assert.EndsWith("corlib_xunit-test.dll", Module.Name);
|
||||
Assert.Contains("corlib_xunit-test", Module.Name);
|
||||
#else
|
||||
Assert.Equal("system.runtime.tests.dll", Module.Name, ignoreCase: true);
|
||||
#endif
|
||||
@ -126,7 +126,7 @@ namespace System.Reflection.Tests
|
||||
public void TestToString()
|
||||
{
|
||||
#if MONO
|
||||
Assert.EndsWith("corlib_xunit-test.dll", Module.ToString());
|
||||
Assert.Contains("corlib_xunit-test", Module.ToString());
|
||||
#else
|
||||
Assert.Equal("System.Runtime.Tests.dll", Module.ToString());
|
||||
#endif
|
||||
|
@ -41,7 +41,7 @@ static partial class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "6.8.0.80";
|
||||
public const string MonoVersion = "6.8.0.82";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -64,6 +64,7 @@ namespace Mono.Net.Security
|
||||
}
|
||||
|
||||
SslStream sslStream;
|
||||
readonly object sslStreamLock = new object ();
|
||||
|
||||
internal SslStream SslStream {
|
||||
get { return sslStream; }
|
||||
@ -157,9 +158,11 @@ namespace Mono.Net.Security
|
||||
}
|
||||
|
||||
void CloseSslStream () {
|
||||
if (sslStream != null) {
|
||||
sslStream.Dispose ();
|
||||
sslStream = null;
|
||||
lock (sslStreamLock) {
|
||||
if (sslStream != null) {
|
||||
sslStream.Dispose ();
|
||||
sslStream = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
caafc3b0caa3733b229a324ee4cfd611b31c0763
|
||||
1710bcecc4294be974d55f512f339dde5840f47c
|
@ -1 +1 @@
|
||||
88430f86b81e4741c640dee58f50efecace578a4
|
||||
01d083d035f338355961c5d585bdadf74d7d8046
|
@ -1 +1 @@
|
||||
b223753a441db306d43081e991adb39927c0bb52
|
||||
b504ed14acf8e098d6d291a9f40601b2c77080e9
|
@ -1 +1 @@
|
||||
12695fb87737987cfb9d9a3f20f7df2c1bae65c0
|
||||
b72c8b5faf0b9c235e916b9dbdf173d37519f4cd
|
@ -1 +1 @@
|
||||
d542d2a274dba487571ab0c3be41fc0522b0a8e4
|
||||
19508a2b2318eaf44702a2668cd256842bee5719
|
@ -1 +1 @@
|
||||
62abef29cb7959ce1d24ff6bbbc0f860af8d07d0
|
||||
01ae2c999c1c03b62124c4d910552312d867e53d
|
@ -1 +1 @@
|
||||
444cfb43e9d19732c08dfc47c74331d659aabd72
|
||||
ac8b31db4a2273ede654bd0e95ff8ac109f9e021
|
@ -1 +1 @@
|
||||
f55d1577c9cf31fea473d5f581ff1a84272e1199
|
||||
637e676483b332929868825d9aed8d6374a51617
|
@ -1 +1 @@
|
||||
6c77f7a64bd4a08091fbfe9983c35ef3847838cc
|
||||
69dd828f411167347be6ba45741a52438f6228d8
|
@ -1 +1 @@
|
||||
caafc3b0caa3733b229a324ee4cfd611b31c0763
|
||||
1710bcecc4294be974d55f512f339dde5840f47c
|
@ -1 +1 @@
|
||||
88430f86b81e4741c640dee58f50efecace578a4
|
||||
01d083d035f338355961c5d585bdadf74d7d8046
|
@ -1 +1 @@
|
||||
b223753a441db306d43081e991adb39927c0bb52
|
||||
b504ed14acf8e098d6d291a9f40601b2c77080e9
|
@ -1 +1 @@
|
||||
12695fb87737987cfb9d9a3f20f7df2c1bae65c0
|
||||
b72c8b5faf0b9c235e916b9dbdf173d37519f4cd
|
@ -1 +1 @@
|
||||
d542d2a274dba487571ab0c3be41fc0522b0a8e4
|
||||
19508a2b2318eaf44702a2668cd256842bee5719
|
@ -1 +1 @@
|
||||
62abef29cb7959ce1d24ff6bbbc0f860af8d07d0
|
||||
01ae2c999c1c03b62124c4d910552312d867e53d
|
@ -1 +1 @@
|
||||
444cfb43e9d19732c08dfc47c74331d659aabd72
|
||||
ac8b31db4a2273ede654bd0e95ff8ac109f9e021
|
@ -1 +1 @@
|
||||
f55d1577c9cf31fea473d5f581ff1a84272e1199
|
||||
637e676483b332929868825d9aed8d6374a51617
|
@ -1 +1 @@
|
||||
6c77f7a64bd4a08091fbfe9983c35ef3847838cc
|
||||
69dd828f411167347be6ba45741a52438f6228d8
|
@ -1 +1 @@
|
||||
caafc3b0caa3733b229a324ee4cfd611b31c0763
|
||||
1710bcecc4294be974d55f512f339dde5840f47c
|
@ -1 +1 @@
|
||||
88430f86b81e4741c640dee58f50efecace578a4
|
||||
01d083d035f338355961c5d585bdadf74d7d8046
|
@ -1 +1 @@
|
||||
b223753a441db306d43081e991adb39927c0bb52
|
||||
b504ed14acf8e098d6d291a9f40601b2c77080e9
|
@ -1 +1 @@
|
||||
12695fb87737987cfb9d9a3f20f7df2c1bae65c0
|
||||
b72c8b5faf0b9c235e916b9dbdf173d37519f4cd
|
@ -1 +1 @@
|
||||
d542d2a274dba487571ab0c3be41fc0522b0a8e4
|
||||
19508a2b2318eaf44702a2668cd256842bee5719
|
@ -1 +1 @@
|
||||
62abef29cb7959ce1d24ff6bbbc0f860af8d07d0
|
||||
01ae2c999c1c03b62124c4d910552312d867e53d
|
@ -1 +1 @@
|
||||
444cfb43e9d19732c08dfc47c74331d659aabd72
|
||||
ac8b31db4a2273ede654bd0e95ff8ac109f9e021
|
@ -1 +1 @@
|
||||
f55d1577c9cf31fea473d5f581ff1a84272e1199
|
||||
637e676483b332929868825d9aed8d6374a51617
|
@ -1 +1 @@
|
||||
6c77f7a64bd4a08091fbfe9983c35ef3847838cc
|
||||
69dd828f411167347be6ba45741a52438f6228d8
|
@ -1 +1 @@
|
||||
caafc3b0caa3733b229a324ee4cfd611b31c0763
|
||||
1710bcecc4294be974d55f512f339dde5840f47c
|
@ -1 +1 @@
|
||||
88430f86b81e4741c640dee58f50efecace578a4
|
||||
01d083d035f338355961c5d585bdadf74d7d8046
|
@ -1 +1 @@
|
||||
5389aabbef21996650a51ee0796b206450d93388
|
||||
31cc51949e0d9a6a30c91df6b08ef89a2a2ffc0f
|
@ -1 +1 @@
|
||||
12695fb87737987cfb9d9a3f20f7df2c1bae65c0
|
||||
b72c8b5faf0b9c235e916b9dbdf173d37519f4cd
|
@ -1 +1 @@
|
||||
d542d2a274dba487571ab0c3be41fc0522b0a8e4
|
||||
19508a2b2318eaf44702a2668cd256842bee5719
|
@ -1 +1 @@
|
||||
62abef29cb7959ce1d24ff6bbbc0f860af8d07d0
|
||||
01ae2c999c1c03b62124c4d910552312d867e53d
|
@ -1 +1 @@
|
||||
444cfb43e9d19732c08dfc47c74331d659aabd72
|
||||
ac8b31db4a2273ede654bd0e95ff8ac109f9e021
|
@ -1 +1 @@
|
||||
f55d1577c9cf31fea473d5f581ff1a84272e1199
|
||||
637e676483b332929868825d9aed8d6374a51617
|
@ -1 +1 @@
|
||||
712cbb1e896b959a958306720b8cf8a3cb62d52d
|
||||
5a8418faaef34b0aff3a21c71fbabf0c5cbdbb5b
|
@ -1 +1 @@
|
||||
#define FULL_VERSION "explicit/9325d96"
|
||||
#define FULL_VERSION "explicit/bfcac9b"
|
||||
|
@ -1598,10 +1598,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 \
|
||||
|
BIN
po/mcs/de.gmo
BIN
po/mcs/de.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
f646a61d1355c77541549fe7c7379b40163732b5
|
||||
a0ad5f211eac2b2f2f8e7cc6d7c3045c71539fd7
|
BIN
po/mcs/es.gmo
BIN
po/mcs/es.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
ac764864d1db7f1540b7f654433852a191837e88
|
||||
75abd0f77e68ada0c8963d45450fbf1581a0771a
|
BIN
po/mcs/ja.gmo
BIN
po/mcs/ja.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
ff1c353e78141e050ee7c980274bd5020a23417d
|
||||
44c220bb3510f5bb43760f006701ab5c8edc4262
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mono 6.8.0.80\n"
|
||||
"Project-Id-Version: mono 6.8.0.82\n"
|
||||
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
|
||||
"POT-Creation-Date: 2019-12-19 08:08+0000\n"
|
||||
"POT-Creation-Date: 2019-12-20 08:07+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"
|
||||
|
BIN
po/mcs/pt_BR.gmo
BIN
po/mcs/pt_BR.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
fd1287ccf5fa1e451aac513ec54ed6ee5d3b36a7
|
||||
ce5af2553a605ed12f1c3621bbe96bc2a11619d6
|
@ -962,8 +962,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_ONLY_FALSE@clean-local:
|
||||
@ENABLE_MSVC_ONLY_TRUE@test-bundle-local:
|
||||
@ENABLE_MSVC_ONLY_FALSE@clean-local:
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
|
||||
|
Loading…
x
Reference in New Issue
Block a user