You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.131
Former-commit-id: abd89e4657b7210a56ed85646ed35374fb3f4692
This commit is contained in:
parent
4edc784e8b
commit
617cd4d095
@ -170,6 +170,9 @@
|
|||||||
/* Extension module enabled */
|
/* Extension module enabled */
|
||||||
#undef ENABLE_EXTENSION_MODULE
|
#undef ENABLE_EXTENSION_MODULE
|
||||||
|
|
||||||
|
/* ENABLE_GSS */
|
||||||
|
#undef ENABLE_GSS
|
||||||
|
|
||||||
/* Enable hybrid suspend for GC stop-the-world */
|
/* Enable hybrid suspend for GC stop-the-world */
|
||||||
#undef ENABLE_HYBRID_SUSPEND
|
#undef ENABLE_HYBRID_SUSPEND
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
5ff3337832dd9373631c72289f1972a02ecaffe9
|
e63a80ab818ef0a46037803afb710be6ba0005c0
|
@ -1 +1 @@
|
|||||||
e745c73cd7c45328cc765d02bab525b7edb8d184
|
df71134b4bd3e4aed9d647417aa3330c4e9b3b4e
|
@ -41,7 +41,7 @@ static partial class Consts
|
|||||||
// Use these assembly version constants to make code more maintainable.
|
// Use these assembly version constants to make code more maintainable.
|
||||||
//
|
//
|
||||||
|
|
||||||
public const string MonoVersion = "6.6.0.129";
|
public const string MonoVersion = "6.6.0.131";
|
||||||
public const string MonoCompany = "Mono development team";
|
public const string MonoCompany = "Mono development team";
|
||||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||||
public const string MonoCopyright = "(c) Various Mono authors";
|
public const string MonoCopyright = "(c) Various Mono authors";
|
||||||
|
@ -25,3 +25,7 @@ ifdef PLATFORM_MACOS
|
|||||||
MONO_FEATURE_APPLETLS=1
|
MONO_FEATURE_APPLETLS=1
|
||||||
ENABLE_GSS=1
|
ENABLE_GSS=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HOST_PLATFORM),linux)
|
||||||
|
ENABLE_GSS=1
|
||||||
|
endif
|
||||||
|
@ -1 +1 @@
|
|||||||
300722a98a05bc31dfb3f3fc97aaa86152d6626e
|
2a60a99140fc86dce86c936b58167fe78901347a
|
@ -1 +1 @@
|
|||||||
6ab34de67290bcc7a0088ecd8c8317e457e9bb61
|
dcd101068cd946291093bbd113d6e2d551d3cf42
|
@ -1 +1 @@
|
|||||||
0fb6236afda1dcfd99e4adca17530b21360700af
|
30fc7fab4ad97b7423a4b06e0081b2b217c19e3a
|
@ -1 +1 @@
|
|||||||
a1eaa2f68f534f2c4b2ee4b1f772f15b1b67bdcc
|
0b121317c7b73fcdf3e9a58f535d008d509fc37e
|
@ -1 +1 @@
|
|||||||
32f2b24aaa0b03c517b78e71da24e365056ee71f
|
ca81833a60fdf5e715648892e5f9ffa1d211a34f
|
@ -1 +1 @@
|
|||||||
2c1857d6aec99e5872da9a31885a3e7ff8d06ced
|
6680201b82f1dc7aa9b6ed727a066648c51d4632
|
@ -1 +1 @@
|
|||||||
e024162eae00395b415cd344e804a4ac0a841e3a
|
09d15444bec87738849c3420744a59e20724a05f
|
@ -1 +1 @@
|
|||||||
300722a98a05bc31dfb3f3fc97aaa86152d6626e
|
2a60a99140fc86dce86c936b58167fe78901347a
|
@ -1 +1 @@
|
|||||||
6ab34de67290bcc7a0088ecd8c8317e457e9bb61
|
dcd101068cd946291093bbd113d6e2d551d3cf42
|
@ -1 +1 @@
|
|||||||
0fb6236afda1dcfd99e4adca17530b21360700af
|
30fc7fab4ad97b7423a4b06e0081b2b217c19e3a
|
@ -1 +1 @@
|
|||||||
a1eaa2f68f534f2c4b2ee4b1f772f15b1b67bdcc
|
0b121317c7b73fcdf3e9a58f535d008d509fc37e
|
@ -1 +1 @@
|
|||||||
32f2b24aaa0b03c517b78e71da24e365056ee71f
|
ca81833a60fdf5e715648892e5f9ffa1d211a34f
|
@ -1 +1 @@
|
|||||||
2c1857d6aec99e5872da9a31885a3e7ff8d06ced
|
6680201b82f1dc7aa9b6ed727a066648c51d4632
|
@ -1 +1 @@
|
|||||||
70caf6f317b845757690c33fa4621758452fd86b
|
c644382c5fc1b4ef9c14b6f05e7119c1b9d4db31
|
@ -1 +1 @@
|
|||||||
e024162eae00395b415cd344e804a4ac0a841e3a
|
09d15444bec87738849c3420744a59e20724a05f
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user