Module: website
Branch: master
Commit: 425fb6ea767cc71fac5f6fe37e413f28d6f1c165
URL: https://source.winehq.org/git/website.git/?a=commit;h=425fb6ea767cc71fac5f6…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Dec 29 20:46:29 2017 +0100
Wine release 3.0-rc4
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2017122901.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/news/en/2017122901.xml b/news/en/2017122901.xml
new file mode 100644
index 0000000..680d285
--- /dev/null
+++ b/news/en/2017122901.xml
@@ -0,0 +1,12 @@
+<news>
+<date>December 29, 2017</date>
+<title>Wine 3.0-rc4 Released</title>
+<body>
+<p> The Wine development release 3.0-rc4 is now available.</p>
+<p> <a href="{$root}/announce/3.0-rc4">What's new</a> in this release:
+<ul>
+ <li>Bug fixes only, we are in code freeze.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/3.0/wine-3.0-rc4.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>
Module: tools
Branch: master
Commit: c6faad519212569ba543b6eaeaa7dc493f6f4a88
URL: https://source.winehq.org/git/tools.git/?a=commit;h=c6faad519212569ba543b6e…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Fri Dec 29 00:23:48 2017 +0100
testbot/web: Add a statistics page.
This can help figuring out how busy the TestBot is, whether the VMs must
be rebalanced to lighten the load on a VM host, whether reverts are
getting slow, etc.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/Activity.pm | 165 ++++++++++++++-
testbot/lib/WineTestBot/CGI/PageBase.pm | 1 +
testbot/web/Stats.pl | 361 ++++++++++++++++++++++++++++++++
testbot/web/WineTestBot.css | 2 +
4 files changed, 528 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=c6faad519212569ba54…