Module: appdb
Branch: master
Commit: 72f6981f0a2bf0b457d9b3bac952e30661782c01
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=72f6981f0a2bf0b457d9b3ba…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Sun Nov 15 16:08:59 2009 +0100
user: Fix a typo in get_notify_email_address_list
---
include/user.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/user.php b/include/user.php
index 5edc355..36101af 100644
--- a/include/user.php
+++ b/include/user.php
@@ -581,7 +581,7 @@ class User {
// if we didn't find this entry in the $aUserId
// array then we should add it if the admin has
// enabled global emails
- $oAdmin = new user($oRow->userId);
+ $oAdmin = new user($oRow->userid);
if($i === false && ($oAdmin->getPref('disable_global_emails','no') == 'no'))
$aUserId[] = $oRow->userid;
}
Module: website
Branch: master
Commit: fdf0a4d993f65d3bf5a2144b4f509bb926f987dd
URL: http://source.winehq.org/git/website.git/?a=commit;h=fdf0a4d993f65d3bf5a214…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Fri Nov 13 19:52:50 2009 +0100
Polish translation for release 1.1.33
---
news/pl/2009111301.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/pl/2009111301.xml b/news/pl/2009111301.xml
new file mode 100644
index 0000000..4e45819
--- /dev/null
+++ b/news/pl/2009111301.xml
@@ -0,0 +1,17 @@
+<news>
+<date>Listopad 13, 2009</date>
+<title>Wydano Wine 1.1.33</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.1.33 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.1.33">Co nowego</a> w tym wydaniu:
+<ul>
+ <li>Gecko jest teraz instalowane podczas tworzenia wineprefix.</li>
+ <li>Lepsze wsparcie dla certyfikatów w crypt32.</li>
+ <li>Ulepszone wsparcie w mciwave.</li>
+ <li>Trochę więcej funkcji Direct3D 10.</li>
+ <li>Rozwiązano wiele problemów zauważonych przez Valgrind.</li>
+ <li>Rozmaite poprawki błędów.</li>
+</ul></p>
+<p><p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.1.33.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkróce w przeznaczonych dla nich <a href="{$root}/download">pobieralniach</a>.
+</p></body></news>
Module: website
Branch: master
Commit: 43e2b52378d583df60ff617a4f355adaffcfdb6c
URL: http://source.winehq.org/git/website.git/?a=commit;h=43e2b52378d583df60ff61…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Nov 13 19:38:56 2009 +0100
Wine release 1.1.33
---
news/en/2009111301.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/en/2009111301.xml b/news/en/2009111301.xml
new file mode 100644
index 0000000..e5a74c8
--- /dev/null
+++ b/news/en/2009111301.xml
@@ -0,0 +1,17 @@
+<news>
+<date>November 13, 2009</date>
+<title>Wine 1.1.33 Released</title>
+<body>
+<p> The Wine development release 1.1.33 is now available.</p>
+<p> <a href="{$root}/announce/1.1.33">What's new</a> in this release:
+<ul>
+ <li>Gecko now installed at wineprefix creation time.</li>
+ <li>Better support for certificates in crypt32.</li>
+ <li>Improved sound support in mciwave.</li>
+ <li>Some more Direct3D 10 functions.</li>
+ <li>Many cleanups for issues spotted by Valgrind.</li>
+ <li>Various bug fixes.</li>
+</ul></p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.1.33.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>