Module: wine
Branch: master
Commit: c0ca6913ca9a7063deadd53fc4954da860880897
URL: https://source.winehq.org/git/wine.git/?a=commit;h=c0ca6913ca9a7063deadd53f…
Author: Julian Rüger <jr98(a)gmx.net>
Date: Tue Jan 5 16:36:45 2021 +0100
readme: Update German translation.
Signed-off-by: Julian Rüger <jr98(a)gmx.net>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
documentation/README.de | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/documentation/README.de b/documentation/README.de
index fbf63eca22e..b30575a356d 100644
--- a/documentation/README.de
+++ b/documentation/README.de
@@ -44,7 +44,7 @@ folgenden Betriebssysteme:
FreeBSD 8.0 oder neuer
Solaris x86 9 oder neuer
NetBSD-current
- Mac OS X 10.5 oder neuer
+ Mac OS X 10.8 oder neuer
Da Wine Thread-Unterstützung auf Kernelebene benötigt, werden nur die oben
aufgeführten Betriebssysteme unterstützt.
@@ -67,9 +67,10 @@ NetBSD-Info:
SYSVMSG in Ihrem Kernel aktiviert haben.
Mac OS X Info:
- Sie benötigen mindestens Xcode 2.4 um richtig unter x86 kompilieren zu
- können. Der Mac-Treiber benötigt mindestens OS X 10.6, unter 10.5 wird
- dieser nicht mit kompiliert.
+ Sie benötigen Xcode/Xcode-Kommandozeilentools oder Apple cctools. Die
+ Mindestanforderungen um Wine zu kompilieren sind clang 3.8 mit dem
+ MacOSX10.10.sdk und mingw-w64 v8. Das MacOSX10.14.sdk oder neuer kann
+ nur wine64 erzeugen.
Unterstützte Dateisysteme:
Wine sollte auf den meisten Dateisystemen laufen. Kompatibilitätsprobleme
Module: tools
Branch: master
Commit: 30dee3956f0397eb428708d7bf6beb6d8cb05346
URL: https://source.winehq.org/git/tools.git/?a=commit;h=30dee3956f0397eb428708d…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Tue Jan 5 11:29:53 2021 +0100
testbot: Update the $MaxVMErrors description.
We no longer put the VM in maintenance mode because that means only the
administrator can put it back online.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/Config.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index ea08aa0..ca3e983 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -102,7 +102,8 @@ $SleepAfterRevert = 0;
# for reverts this should take into account the time it may need to boot.
$VMToolTimeout = 6 * 60;
-# After three consecutive failures to revert a VM, put it in maintenance mode.
+# Notify the administrator that a VM probably needs manual fixing after
+# $MaxVMErrors consecutive revert errors.
$MaxVMErrors = 3;
# How many times to run a test that fails before giving up.
Module: tools
Branch: master
Commit: 1ded4f6ec67a9879e20b34eb87eac6cd443f9a97
URL: https://source.winehq.org/git/tools.git/?a=commit;h=1ded4f6ec67a9879e20b34e…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Tue Jan 5 11:28:58 2021 +0100
transl: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
transl/lib_res.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/transl/lib_res.php b/transl/lib_res.php
index fe64354..52889fc 100644
--- a/transl/lib_res.php
+++ b/transl/lib_res.php
@@ -70,7 +70,7 @@ function get_stringorid_asascii($data, &$pos)
return $ret;
}
-/* same as get_stringorid, but uses 0xff00 as the marker of an oridinal */
+/* same as get_stringorid, but uses 0xff00 as the marker of an ordinal */
function get_stringorid($data, &$pos, $magic = 0xffff)
{
$len = strlen($data);