Module: wine
Branch: master
Commit: 34acb56074dd727ca8ecf17249f06d5cef4cfcb8
URL: https://source.winehq.org/git/wine.git/?a=commit;h=34acb56074dd727ca8ecf172…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Mon Sep 30 01:38:28 2019 +0200
msg711.acm: Fix the spelling of the copyright notice.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/msg711.acm/msg711.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msg711.acm/msg711.c b/dlls/msg711.acm/msg711.c
index 9c44c65b29..6909494e29 100644
--- a/dlls/msg711.acm/msg711.c
+++ b/dlls/msg711.acm/msg711.c
@@ -161,7 +161,7 @@ static inline void W16(unsigned char* dst, short s)
* charge.
*
* SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
- * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+ * THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
*
* Sun source code is provided with no support and without any obligation on
Module: tools
Branch: master
Commit: f9e6e4f773420fb529992c85f72bf09e6bb6c98f
URL: https://source.winehq.org/git/tools.git/?a=commit;h=f9e6e4f773420fb529992c8…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Sep 30 03:51:26 2019 +0200
testbot/WineRun*: Cannot put the VM offline if its Status is wrong.
These scripts should not modify a VM if its status is not 'running'.
This includes not putting it offline.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/bin/WineRunBuild.pl | 7 ++-----
testbot/bin/WineRunReconfig.pl | 7 ++-----
testbot/bin/WineRunTask.pl | 7 ++-----
testbot/bin/WineRunWineTest.pl | 7 ++-----
4 files changed, 8 insertions(+), 20 deletions(-)
diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index 3a1b649..c4c1365 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -331,12 +331,9 @@ if ($VM->Type ne "build")
if (!$Debug and $VM->Status ne "running")
{
# Maybe the administrator tinkered with the VM state? In any case the VM
- # is not ours to use so requeue the task and abort.
+ # is not ours to use so requeue the task and abort. Note that the VM will
+ # not be put offline (again, not ours).
Error("The VM is not ready for use (" . $VM->Status . ")\n");
- NotifyAdministrator("Putting the ". $VM->Name ." VM offline",
- "The VM status should be 'running' but is '". $VM->Status ."' instead.\n".
- "The VM has been put offline and the TestBot will try to regain\n".
- "access to it.");
WrapUpAndExit('queued');
}
if (!$VM->GetDomain()->IsPoweredOn())
diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl
index edbafbc..4a17e65 100755
--- a/testbot/bin/WineRunReconfig.pl
+++ b/testbot/bin/WineRunReconfig.pl
@@ -334,12 +334,9 @@ if ($VM->Type ne "build" and $VM->Type ne "wine")
if (!$Debug and $VM->Status ne "running")
{
# Maybe the administrator tinkered with the VM state? In any case the VM
- # is not ours to use so requeue the task and abort.
+ # is not ours to use so requeue the task and abort. Note that the VM will
+ # not be put offline (again, not ours).
Error("The VM is not ready for use (" . $VM->Status . ")\n");
- NotifyAdministrator("Putting the ". $VM->Name ." VM offline",
- "The VM status should be 'running' but is '". $VM->Status ."' instead.\n".
- "The VM has been put offline and the TestBot will try to regain\n".
- "access to it.");
WrapUpAndExit('queued');
}
my $Domain = $VM->GetDomain();
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 53aa578..1ffd875 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -389,12 +389,9 @@ if ($VM->Type ne "win32" and $VM->Type ne "win64")
if (!$Debug and $VM->Status ne "running")
{
# Maybe the administrator tinkered with the VM state? In any case the VM
- # is not ours to use so requeue the task and abort.
+ # is not ours to use so requeue the task and abort. Note that the VM will
+ # not be put offline (again, not ours).
Error("The VM is not ready for use (" . $VM->Status . ")\n");
- NotifyAdministrator("Putting the ". $VM->Name ." VM offline",
- "The VM status should be 'running' but is '". $VM->Status ."' instead.\n".
- "The VM has been put offline and the TestBot will try to regain\n".
- "access to it.");
WrapUpAndExit('queued');
}
my $Domain = $VM->GetDomain();
diff --git a/testbot/bin/WineRunWineTest.pl b/testbot/bin/WineRunWineTest.pl
index e3db279..c6770aa 100755
--- a/testbot/bin/WineRunWineTest.pl
+++ b/testbot/bin/WineRunWineTest.pl
@@ -389,12 +389,9 @@ if ($VM->Type ne "wine")
if (!$Debug and $VM->Status ne "running")
{
# Maybe the administrator tinkered with the VM state? In any case the VM
- # is not ours to use so requeue the task and abort.
+ # is not ours to use so requeue the task and abort. Note that the VM will
+ # not be put offline (again, not ours).
Error("The VM is not ready for use (" . $VM->Status . ")\n");
- NotifyAdministrator("Putting the ". $VM->Name ." VM offline",
- "The VM status should be 'running' but is '". $VM->Status ."' instead.\n".
- "The VM has been put offline and the TestBot will try to regain\n".
- "access to it.");
WrapUpAndExit('queued');
}
my $Domain = $VM->GetDomain();
Module: tools
Branch: master
Commit: 879d6af4dac1888debed7746cafccfe9ec4ff89a
URL: https://source.winehq.org/git/tools.git/?a=commit;h=879d6af4dac1888debed774…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Sep 26 16:35:55 2019 +0200
testbot/Submit: Rewrite the submit job page.
Preserve all parameters as the user moves from one step to the next and
back. This includes preserving and showing the selected extra VMs even
when the other extra VMs are hidden.
Also validate the parameters whenever the user moves forward so the page
never uses an invalid parameter.
Introduce a new VMRow structure to store information about which VMs are
compatible with the current job, which VMs to show, etc. This also
provides the basis for future extensions.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/CGI/PageBase.pm | 5 +-
testbot/web/Submit.pl | 1186 ++++++++++++++++---------------
2 files changed, 627 insertions(+), 564 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=879d6af4dac1888debe…
Module: website
Branch: master
Commit: 02ce44f9c2b3746f696718d4eeaa3d790f99dda5
URL: https://source.winehq.org/git/website.git/?a=commit;h=02ce44f9c2b3746f69671…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 27 22:56:49 2019 +0200
Wine release 4.17
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2019092701.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/news/en/2019092701.xml b/news/en/2019092701.xml
new file mode 100644
index 00000000..2d996a5e
--- /dev/null
+++ b/news/en/2019092701.xml
@@ -0,0 +1,18 @@
+<news>
+<date>September 27, 2019</date>
+<title>Wine 4.17 Released</title>
+<body>
+<p> The Wine development release 4.17 is now available.</p>
+<p> <a href="{$root}/announce/4.17">What's new</a> in this release:
+<ul>
+ <li>New version of the Mono engine with upstream fixes.</li>
+ <li>Support for DXTn compressed textures.</li>
+ <li>Initial version of the Windows Script runtime library.</li>
+ <li>Support for XRandR device change notifications.</li>
+ <li>Support for generating RSA keys.</li>
+ <li>Stubless proxies support on ARM64.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/4.x/wine-4.17.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>