Module: website
Branch: master
Commit: c407592467dfc1c25378ed00bf4a1021b09618d6
URL: http://source.winehq.org/git/website.git/?a=commit;h=c407592467dfc1c25378ed…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jun 28 22:02:44 2013 +0200
Wine release 1.6-rc4
---
news/en/2013062801.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/news/en/2013062801.xml b/news/en/2013062801.xml
new file mode 100644
index 0000000..eae6a50
--- /dev/null
+++ b/news/en/2013062801.xml
@@ -0,0 +1,12 @@
+<news>
+<date>June 28, 2013</date>
+<title>Wine 1.6-rc4 Released</title>
+<body>
+<p> The Wine development release 1.6-rc4 is now available.</p>
+<p> <a href="{$root}/announce/1.6-rc4">What's new</a> in this release:
+<ul>
+ <li>Bug fixes only, we are in code freeze.</li>
+</ul></p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.6-rc4.tar.bz2">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: wine
Branch: master
Commit: dc0cf8319cf2e5eb3c342d29a137d256af6b65a4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc0cf8319cf2e5eb3c342d29a…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Thu Jun 27 20:48:16 2013 +0200
oleaut32/tests: Use BOOL instead of int when appropriate.
---
dlls/oleaut32/tests/vartest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index e516341..1ee3c4f 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -58,7 +58,7 @@ static WCHAR sz12_true[32];
if (!p##func) { win_skip("function " # func " not available, not testing it\n"); return; }
/* Has I8/UI8 data type? */
-static int has_i8 = 0;
+static BOOL has_i8;
/* When comparing floating point values we cannot expect an exact match
* because the rounding errors depend on the exact algorithm.