Vincent Povirk
5e86cc0a8f
mscoree: Update Wine Mono to 4.8.0.
...
New in this release:
* Nearly 2 years of updates from the Mono project.
* A separate Framework64 directory is now created in 64-bit
prefixes.
* The csc command-line interface to the C# compiler is now
present in Framework directories.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46639
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-18 21:15:47 +01:00
Vincent Povirk
0ff7fd1259
mscoree: Update Wine Mono to 4.7.5.
...
This contains a bugfix from Akihiro Sagawa.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46369
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-07 14:45:30 -06:00
Sebastian Lackner
29e5f1d978
appwiz.cpl: Copy addons to cache instead of moving.
...
This leaves behind entries in wininet's own cache. That these are
created in the first place is probably less than desirable, but that
seems best addressed after code freeze.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46364
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-12-27 15:41:29 +01:00
Michael Stefaniuc
68a47a8b06
appwiz.cpl: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-09 21:08:10 +01:00
Vincent Povirk
36e87e0317
appwiz.cpl: Update Wine Mono to 4.7.3.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45317
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-17 08:41:09 +02:00
Piotr Caban
e6de503b1f
appwiz.cpl: Support installing minor updates when installing addons.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-22 13:23:25 +02:00
Michael Stefaniuc
30276291fa
appwiz.cpl: Use the available ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-29 17:27:49 +02:00
Alex Henrie
70366fcd90
appwiz.cpl: Add comment explaining why we use HTTP instead of HTTPS.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-13 20:24:28 +01:00
Vincent Povirk
619b7e07d7
mscoree: Update Wine Mono to 4.7.1.
...
This has some bug fixes from Mono, and it no longer ships
debug symbols for the whole managed class library, which were
accidentally included in 4.7.0.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-01 23:03:46 +02:00
Sebastian Lackner
4213a83525
appwiz.cpl: Use sha256 checksums to validate Mono/Gecko downloads.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-24 10:45:33 +02:00
Vincent Povirk
6bf7199878
mscoree: Update Wine Mono to 4.7.0.
...
This contains upstream updates from the Mono project.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-06 19:49:17 +01:00
Vincent Povirk
2390219555
mscoree: Update Wine Mono to 4.6.4.
...
This release contains many small bug fixes.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-30 23:19:26 +01:00
Jacek Caban
3a16c8bbca
mshtml: Wine Gecko 2.47 release.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-14 13:43:54 +09:00
Vincent Povirk
62e253796e
mscoree: Update Wine Mono to 4.6.3.
...
This brings in some build fixes, bugfixes from upstream, and a patch from
Paul Gofman for compatibility with 64-bit Managed C++ code.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-08 11:38:52 +09:00
Vincent Povirk
115ad2da7a
mscoree: Update Wine Mono to 4.6.2.
...
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-06 13:22:33 +09:00
Vincent Povirk
f1157511a7
mscoree: Update Wine Mono to 4.6.0.
...
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-29 20:05:01 +09:00
Jacek Caban
db105f08d2
mshtml: Wine Gecko 2.44 release.
...
Includes fixes by Sebastian Lackner.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-01 17:53:39 +09:00
Andrey Gusev
8bfc9bd2ee
Assorted typos fixes.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 15:38:30 +09:00
Jacek Caban
a556f9e5c1
mshtml: Wine Gecko 2.40 release.
2015-08-12 22:59:15 +09:00
Francois Gouget
d53afeca09
appwiz.cpl: Remove an unneeded NONAMELESSSTRUCT directive.
2015-03-09 22:06:23 +09:00
Jacek Caban
c769d6fe23
appwiz.cpl: Include package version in request URL.
2015-03-05 21:42:10 +09:00
Vincent Povirk
129ff974b4
mscoree: Update Wine Mono to 4.5.6.
2015-03-03 23:50:33 +09:00
Jacek Caban
66514fd713
appwiz.cpl: Use custom user agent string for addon downloader.
2015-02-26 13:29:04 +09:00
Jacek Caban
20080c616d
mshtml: Wine Gecko 2.36 release.
2015-02-25 22:55:24 +09:00
Michael Stefaniuc
c3c272c4c5
appwiz.cpl: Use the proper type to hold the return value (PVS-Studio).
2015-02-23 15:26:00 +09:00
Vincent Povirk
35c7ac8a0b
mscoree: Update Wine Mono to 4.5.4.
2014-11-18 14:10:53 +09:00
Jacek Caban
f5e3281a80
mshtml: Wine Gecko 2.34 release.
2014-11-03 20:52:52 +09:00
Qian Hong
7f29fc7e91
appwiz.cpl: Fixed typo.
2014-09-24 19:59:25 +02:00
Vincent Povirk
608b1e1414
mscoree: Update Wine Mono to 4.5.2.
2013-12-05 15:59:03 +01:00
Jacek Caban
0be56d27d2
mshtml: Wine Gecko 2.24 release.
2013-09-25 19:31:38 +02:00
Jacek Caban
c9cef7153c
appwiz.cpl: Use asynchronous binding instead of separated thread to download addons.
2013-09-24 18:53:17 +02:00
Jacek Caban
2c9774f002
appwiz.cpl: Allow cancelling download of addons.
2013-09-20 17:04:34 +02:00
Jacek Caban
fb9620f1c8
mshtml: Wine Gecko 2.21 release.
2013-05-17 16:41:48 +02:00
Eric Pouech
d1ccbceb4d
Various background processes must be launched detached from current console (if any).
2013-01-16 14:02:55 +01:00
Jacek Caban
136b738b50
mshtml: Wine Gecko 1.9 release.
2013-01-09 17:45:49 +01:00
Vincent Povirk
b3c0d3cd63
mscoree: Update Wine Mono to 0.0.8.
2012-10-16 11:54:02 +02:00
Jacek Caban
0ae458cc94
mshtml: Wine Gecko 1.8 release.
2012-10-09 18:32:24 +02:00
Jacek Caban
d184650887
appwiz.cpl: Cache downloaded addon MSI files.
2012-10-09 18:32:16 +02:00
Jacek Caban
674b9b9c10
mshtml: Wine Gecko 1.7 release.
2012-07-18 17:14:51 +02:00
Francois Gouget
0f36dc8df8
appwiz.cpl: Only offer to download an addon if its installer is missing.
2012-07-16 15:21:35 +02:00
Jacek Caban
9fa443dcd9
mshtml: Wine Gecko 1.6 release.
2012-06-11 21:03:46 +02:00
Alexandre Julliard
d8b6b01bca
appwiz.cpl: Specify a default download URL for add-ons.
2012-05-30 14:41:33 +02:00
Vincent Povirk
8ea086b308
appwiz.cpl: Add Wine Mono to addons.
2012-05-21 20:38:53 +02:00
Vincent Povirk
ad7279a5a6
appwiz.cpl: Move dialog template id to addon_info_t.
2012-05-17 17:44:28 +02:00
Jacek Caban
f25f97d86a
appwiz.cpl: Replace install_wine_gecko with configurable install_addon.
2012-05-15 17:02:07 +02:00
Jacek Caban
5779ce287a
appwiz.cpl: Moved config_key value to addon_info_t.
2012-05-15 17:02:06 +02:00
Jacek Caban
87538c6233
appwiz.cpl: Moved package subdir to addon_info_t.
2012-05-15 17:02:06 +02:00
Jacek Caban
39d444fb99
appwiz.cpl: Moved addon SHA and version to addon_info_t.
2012-05-15 17:02:06 +02:00
Jacek Caban
3e5c4551c4
appwiz.cpl: Moved package file name to a struct that will allow customization.
2012-05-15 17:02:05 +02:00
Jacek Caban
23c6fddea3
mshtml: Wine Gecko 1.5 release.
2012-03-14 17:35:03 +01:00