Module: wine
Branch: master
Commit: 8e5230740a67e9a6b45b424692e0ee070b2e38ef
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e5230740a67e9a6b45b42469…
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 7 12:39:35 2011 +0100
msi/tests: Check the result of get_system_dirs and get_user_dirs.
---
dlls/msi/tests/action.c | 6 +++---
dlls/msi/tests/install.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c
index f7919a4..84750d5 100644
--- a/dlls/msi/tests/action.c
+++ b/dlls/msi/tests/action.c
@@ -2138,7 +2138,7 @@ static BOOL get_system_dirs(void)
RegCloseKey(hkey);
- if(GetWindowsDirectoryA(WINDOWS_DIR, MAX_PATH) != ERROR_SUCCESS)
+ if (!GetWindowsDirectoryA(WINDOWS_DIR, MAX_PATH))
return FALSE;
return TRUE;
@@ -6016,8 +6016,8 @@ START_TEST(action)
if(len && (CURR_DIR[len - 1] == '\\'))
CURR_DIR[len - 1] = 0;
- get_system_dirs();
- get_user_dirs();
+ ok(get_system_dirs(), "failed to retrieve system dirs\n");
+ ok(get_user_dirs(), "failed to retrieve user dirs\n");
/* Create a restore point ourselves so we circumvent the multitude of restore points
* that would have been created by all the installation and removal tests.
diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 1ae39d4..ea5431a 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -2205,7 +2205,7 @@ static BOOL get_system_dirs(void)
RegCloseKey(hkey);
- if(GetWindowsDirectoryA(WINDOWS_DIR, MAX_PATH) != ERROR_SUCCESS)
+ if(!GetWindowsDirectoryA(WINDOWS_DIR, MAX_PATH))
return FALSE;
return TRUE;
@@ -6371,8 +6371,8 @@ START_TEST(install)
if(len && (CURR_DIR[len - 1] == '\\'))
CURR_DIR[len - 1] = 0;
- get_system_dirs();
- get_user_dirs();
+ ok(get_system_dirs(), "failed to retrieve system dirs\n");
+ ok(get_user_dirs(), "failed to retrieve user dirs\n");
/* Create a restore point ourselves so we circumvent the multitude of restore points
* that would have been created by all the installation and removal tests.
Module: wine
Branch: master
Commit: af104705977c27698d1d72468e9c6ad18078c2c4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=af104705977c27698d1d72468…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Sat Mar 5 11:51:49 2011 +0100
comctl32: Add a trailing '\n' to an ERR() call.
---
dlls/comctl32/rebar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
index 4235592..cc3c8a7 100644
--- a/dlls/comctl32/rebar.c
+++ b/dlls/comctl32/rebar.c
@@ -2116,7 +2116,7 @@ REBAR_HandleUDDrag (REBAR_INFO *infoPtr, const POINT *ptsmove)
REBAR_BAND *hitBand, *rowBeginBand;
if(infoPtr->uNumBands <= 0)
- ERR("There are no bands in this rebar");
+ ERR("There are no bands in this rebar\n");
/* Up/down dragging can only occur when there is more than one
* band in the rebar */
Module: website
Branch: master
Commit: 141253564fb438290fd66135f8d20ece60143140
URL: http://source.winehq.org/git/website.git/?a=commit;h=141253564fb438290fd661…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Fri Mar 4 21:00:01 2011 +0100
French translation for release 1.3.15
---
news/fr/2011030401.xml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/news/fr/2011030401.xml b/news/fr/2011030401.xml
new file mode 100644
index 0000000..2a2410a
--- /dev/null
+++ b/news/fr/2011030401.xml
@@ -0,0 +1,19 @@
+<news>
+<date>4 mars 2011</date>
+<title>Sortie de Wine 1.3.15</title>
+<body>
+<p> La version de développement 1.3.15 de Wine est disponible.</p>
+<p> <a href="{$root}/announce/1.3.15">Nouveautés</a> de cette version :
+<ul>
+ <li>Possibilité de modifier les mots de passe réseau.</li>
+ <li>Prise en charge de la réflexion dans le compilateur de shaders.</li>
+ <li>Les tests n'essaient plus s'accommoder du comportement Win9x.</li>
+ <li>Plusieurs améliorations MSHTML et MSXML.</li>
+ <li>Diverses corrections de bogues.</li>
+</ul></p>
+<p><p>Le <a
+href="http://prdownloads.sourceforge.net/wine/wine-1.3.15.tar.bz2">code
+source</a> est disponible dès à présent.
+Les paquets binaires sont en cours de construction, et apparaîtront sous peu
+sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>
Module: website
Branch: master
Commit: da7a3d4eeabb92d2459e93431f139d9f2f05ac39
URL: http://source.winehq.org/git/website.git/?a=commit;h=da7a3d4eeabb92d2459e93…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Mar 4 19:33:12 2011 +0100
Wine release 1.3.15
---
news/en/2011030401.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/news/en/2011030401.xml b/news/en/2011030401.xml
new file mode 100644
index 0000000..28af1b9
--- /dev/null
+++ b/news/en/2011030401.xml
@@ -0,0 +1,16 @@
+<news>
+<date>March 4, 2011</date>
+<title>Wine 1.3.15 Released</title>
+<body>
+<p> The Wine development release 1.3.15 is now available.</p>
+<p> <a href="{$root}/announce/1.3.15">What's new</a> in this release:
+<ul>
+ <li>Support for changing network passwords.</li>
+ <li>Reflection support in shader compiler.</li>
+ <li>Tests no longer attempt to cope with Win9x behavior.</li>
+ <li>A number of MSHTML and MSXML improvements.</li>
+ <li>Various bug fixes.</li>
+</ul></p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.3.15.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>