Module: tools
Branch: master
Commit: 569b5f5b47fdfc0d37f9e8139d3ad4e31be60412
URL: https://source.winehq.org/git/tools.git/?a=commit;h=569b5f5b47fdfc0d37f9e81…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon May 28 15:06:14 2018 +0200
testbot/build: Add support for test helper dlls and make the patch parser reusable.
Don't mistake the helper dlls C source files for test units.
Also correctly handle patches that add or remove (i.e. rename) a
resource file or helper dll.
And move the patch parser to its own module so it can be reused,
including by processes that don't use / have access to the database.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/bin/build/Reconfig.pl | 19 ++-
testbot/lib/WineTestBot/PatchUtils.pm | 224 ++++++++++++++++++++++++++++++++++
testbot/lib/WineTestBot/Patches.pm | 102 ++--------------
3 files changed, 247 insertions(+), 98 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=569b5f5b47fdfc0d37f…
Module: website
Branch: master
Commit: 035f93ad5be5573b61a4e91ac600c30baeeaa687
URL: https://source.winehq.org/git/website.git/?a=commit;h=035f93ad5be5573b61a4e…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 25 20:41:29 2018 +0200
Wine release 3.9
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2018052501.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/news/en/2018052501.xml b/news/en/2018052501.xml
new file mode 100644
index 0000000..463dd1d
--- /dev/null
+++ b/news/en/2018052501.xml
@@ -0,0 +1,17 @@
+<news>
+<date>May 25, 2018</date>
+<title>Wine 3.9 Released</title>
+<body>
+<p> The Wine development release 3.9 is now available.</p>
+<p> <a href="{$root}/announce/3.9">What's new</a> in this release:
+<ul>
+ <li>OpenGL core contexts enabled by default in Direct 3D.</li>
+ <li>Beginnings of Direct 3D 12 implementation using vkd3d.</li>
+ <li>More support for the Task Scheduler.</li>
+ <li>Some more Task Dialog support.</li>
+ <li>Better arrow support in GdiPlus.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/3.x/wine-3.9.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>