Merge branch 'master' of github.com:mono/linux-packaging-mono

Former-commit-id: bb0c1582468f869d26df107ba1bd27c9f60bde88
This commit is contained in:
Jo Shields 2018-04-12 09:48:40 -04:00
commit 327831e219
37 changed files with 70 additions and 33 deletions

View File

@ -1 +1 @@
c0485c2f9df5d26693fb84576018067049031e0f
9bb02a39e534d005ff5e3e260b6b2210003116a8

View File

@ -1 +1 @@
3e9a7e48b233632a7da0eb7f82c90ac92c3917d8
49f41b415babe32ea76d20bcaa224782a74ce8ab

36
debian/changelog vendored
View File

@ -1,3 +1,39 @@
mono (5.10.1.44-0xamarin1) preview; urgency=medium
* New release - mono-5.10.1.44.tar.bz2
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Thu, 12 Apr 2018 09:02:08 +0000
mono (5.10.1.42-0xamarin3) preview; urgency=medium
* Packaging bugfix:
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Wed, 11 Apr 2018 18:33:08 +0000
mono (5.10.1.42-0xamarin2) preview; urgency=medium
* Packaging bugfix:
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Wed, 11 Apr 2018 14:07:59 +0000
mono (5.10.1.42-0xamarin1) preview; urgency=medium
* New release - mono-5.10.1.42.tar.bz2
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Wed, 11 Apr 2018 08:48:46 +0000
mono (5.10.1.40-0xamarin3) preview; urgency=medium
* Packaging bugfix:
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Wed, 11 Apr 2018 00:36:43 +0000
mono (5.10.1.40-0xamarin2) preview; urgency=medium
* Packaging bugfix:
-- Xamarin Public Jenkins (auto-signing) <releng@xamarin.com> Tue, 10 Apr 2018 14:56:51 +0000
mono (5.10.1.40-0xamarin1) preview; urgency=medium
* New release - mono-5.10.1.40.tar.bz2

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.10.1.40";
public const string MonoVersion = "5.10.1.44";
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

@ -1691,10 +1691,11 @@ namespace MonoTests.System.Net
// We throw a PlatformNotSupportedException deeper, which is caught and re-thrown as WebException
[ExpectedException (typeof (WebException))]
#endif
[Category ("InetAccess")]
public void GetWebRequestOverriding ()
{
GetWebRequestOverridingTestClass testObject = new GetWebRequestOverridingTestClass ();
testObject.DownloadData ("http://www.mono-project.com");
testObject.DownloadData ("http://www.example.com");
Assert.IsTrue (testObject.overridedCodeRan, "Overrided code wasn't called");
}

View File

@ -88,7 +88,7 @@ namespace MonoTests.System.Net
WebClient wc = new WebClient ();
string filename = Path.GetTempFileName ();
var task = wc.DownloadFileTaskAsync ("http://www.mono-project.com/", filename);
var task = wc.DownloadFileTaskAsync ("http://www.example.com/", filename);
Assert.IsTrue (task.Wait (15000));
Assert.IsTrue (task.IsCompleted);

View File

@ -1 +1 @@
448a569c80cc2adb9531d4fd84d718cdc9c68b21
7f3956a38fc30a20d67dd64e0b6bac56a0da3a12

View File

@ -1 +1 @@
cc63b7237253ec87c3f7694dd2a62af2836bea0d
b66d7510400bed180d41a8e44f014209f6d77457

View File

@ -1 +1 @@
bb87cba1da155b59229d7a7d8d470f490d29f1a9
60c8bd1b4fedd5dc9c48a621bac289331d9bff35

View File

@ -1 +1 @@
d9474a1a8877f61d1a43aae27b9c0055f2b0cdfc
526fe91dc9658ddbc48931ce553219531f6d0543

View File

@ -1 +1 @@
8f416c1f007a014ae887930af7c2917a5fb23e42
7924bd9c428a3dc109a34fda105b8f89733384a1

View File

@ -1 +1 @@
af4c64d9b19e049141b5f9c78a0ee8869e1ee4c8
835eae43cf0fc7b136f954ef37ec0a39386af603

View File

@ -1 +1 @@
14e4ab0eaa2b6760d1d8b5c7c3f6ff156539cdbc
3c28ce1891b374af30d85cbff00538afe12c1406

View File

@ -1 +1 @@
448a569c80cc2adb9531d4fd84d718cdc9c68b21
7f3956a38fc30a20d67dd64e0b6bac56a0da3a12

View File

@ -1 +1 @@
cc63b7237253ec87c3f7694dd2a62af2836bea0d
b66d7510400bed180d41a8e44f014209f6d77457

View File

@ -1 +1 @@
bb87cba1da155b59229d7a7d8d470f490d29f1a9
60c8bd1b4fedd5dc9c48a621bac289331d9bff35

View File

@ -1 +1 @@
d9474a1a8877f61d1a43aae27b9c0055f2b0cdfc
526fe91dc9658ddbc48931ce553219531f6d0543

View File

@ -1 +1 @@
8f416c1f007a014ae887930af7c2917a5fb23e42
7924bd9c428a3dc109a34fda105b8f89733384a1

View File

@ -1 +1 @@
af4c64d9b19e049141b5f9c78a0ee8869e1ee4c8
835eae43cf0fc7b136f954ef37ec0a39386af603

View File

@ -1 +1 @@
14e4ab0eaa2b6760d1d8b5c7c3f6ff156539cdbc
3c28ce1891b374af30d85cbff00538afe12c1406

View File

@ -1 +1 @@
448a569c80cc2adb9531d4fd84d718cdc9c68b21
7f3956a38fc30a20d67dd64e0b6bac56a0da3a12

View File

@ -1 +1 @@
cc63b7237253ec87c3f7694dd2a62af2836bea0d
b66d7510400bed180d41a8e44f014209f6d77457

View File

@ -1 +1 @@
bb87cba1da155b59229d7a7d8d470f490d29f1a9
60c8bd1b4fedd5dc9c48a621bac289331d9bff35

View File

@ -1 +1 @@
d9474a1a8877f61d1a43aae27b9c0055f2b0cdfc
526fe91dc9658ddbc48931ce553219531f6d0543

View File

@ -1 +1 @@
8f416c1f007a014ae887930af7c2917a5fb23e42
7924bd9c428a3dc109a34fda105b8f89733384a1

View File

@ -1 +1 @@
af4c64d9b19e049141b5f9c78a0ee8869e1ee4c8
835eae43cf0fc7b136f954ef37ec0a39386af603

View File

@ -1 +1 @@
14e4ab0eaa2b6760d1d8b5c7c3f6ff156539cdbc
3c28ce1891b374af30d85cbff00538afe12c1406

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/d194b8f"
#define FULL_VERSION "explicit/29bbcfb"

Binary file not shown.

View File

@ -1 +1 @@
f39c9c0e7dd2615b738f596091d0441637de7368
7989af527bc3e51cc1f10b4e9e505f10df176ad1

Binary file not shown.

View File

@ -1 +1 @@
06d0f44b39eab8e579a199eb60d9b16692737a77
bfcf50002db6f5be38b565a055ef278f646351cd

Binary file not shown.

View File

@ -1 +1 @@
a334f9350a4d09f529824bfa3d840280474b48b9
46bca8e1c9fa81f2cfe2bc1fd9b558b7cabe59d3

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.10.1.40\n"
"Project-Id-Version: mono 5.10.1.44\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-04-10 08:22+0000\n"
"POT-Creation-Date: 2018-04-12 08:27+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 @@
b0b48d5e478e38925c7372f58d03230761122120
72c2b18ebf7449c410ee6b01757acb670d3e57db