Module: tools
Branch: master
Commit: fbaa67b06992eea45810a2805d271991dd455b72
URL: https://source.winehq.org/git/tools.git/?a=commit;h=fbaa67b06992eea45810a28…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Jan 20 16:57:00 2020 +0100
testbot/UpdateTaskLogs: Delete or recreate files derived from task logs.
UpdateTaskLogs can rebuild the reference WineTest reports used for the
detection of new failures, and the .err files that store extra errors.
The reference reports are created from the reports of the WineTest
tasks, based on their completion time. Note that it is not possible to
recreate reference reports for tasks that are older than the first
completed WineTest task. But such issues should go away when these tasks
get expired on the next day.
This allows fixing up the reference reports after an upgrade or a
downgrade. For instance for a downgrade one could run 'UpdateTaskLogs
--delete' first to delete files specific to the new code, then downgrade
and run 'UpdateTaskLogs' to regenerate the files needed by the old code.
Note however that this does not undo any rename operations done when
upgrading. Those would need to be reverted by hand.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/bin/UpdateTaskLogs | 468 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 468 insertions(+)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=fbaa67b06992eea4581…
Module: website
Branch: master
Commit: 0dfa30c27048217cfe5815a4470ec1da911e9b37
URL: https://source.winehq.org/git/website.git/?a=commit;h=0dfa30c27048217cfe581…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jan 17 23:04:35 2020 +0100
Wine release 5.0-rc6
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020011701.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/news/en/2020011701.xml b/news/en/2020011701.xml
new file mode 100644
index 00000000..def74d64
--- /dev/null
+++ b/news/en/2020011701.xml
@@ -0,0 +1,13 @@
+<news>
+<date>January 17, 2020</date>
+<title>Wine 5.0-rc6 Released</title>
+<body>
+<p> The Wine development release 5.0-rc6 is now available.</p>
+<p> Barring any last minute issue, this is expected to be the last release candidate before the final 5.0.</p>
+<p> <a href="{$root}/announce/5.0-rc6">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/5.0/wine-5.0-rc6.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>