Module: website
Branch: master
Commit: 60856c4a7540216878ca2a3b6fdc52183d02b62d
URL: http://source.winehq.org/git/website.git/?a=commit;h=60856c4a7540216878ca2a…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Mon Oct 26 08:36:24 2009 +0100
Polish translation for release 1.1.32
---
news/pl/2009102301.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/pl/2009102301.xml b/news/pl/2009102301.xml
new file mode 100644
index 0000000..d5eaad2
--- /dev/null
+++ b/news/pl/2009102301.xml
@@ -0,0 +1,17 @@
+<news>
+<date>Październik 23, 2009</date>
+<title>Wydano Wine 1.1.32</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.1.32 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.1.32">Co nowego</a> w tym wydaniu:
+<ul>
+ <li>Wiele poprawek crypto, szczególnie na 64-bitach.</li>
+ <li>Ulepszono dostęp do DVD na Mac OS.</li>
+ <li>Kilka ulepszeń w powszechnych kontrolkach (ang. common controls).</li>
+ <li>Rozmaite ulepszenia we wsparciu HTML.</li>
+ <li>Więcej optymalizacji DIB.</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.32.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: appdb
Branch: master
Commit: cfad26fc5afcdaadfa459f8d4a4b4db94f853040
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=cfad26fc5afcdaadfa459f8d…
Author: Alexander Nicolaysen Sørnes <alexander(a)linux-xqqm.(none)>
Date: Mon Oct 26 17:08:36 2009 +0100
util: Don't require default value in make_bugzilla_version_list()
---
include/util.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/util.php b/include/util.php
index a8bce6c..7eba466 100644
--- a/include/util.php
+++ b/include/util.php
@@ -207,7 +207,7 @@ function get_bugzilla_version_ids()
// this is the name to use to retrieve the selection on the form postback
// $sSelectedValue - the currently selected entry
// returns a string that contains the version list output
-function make_bugzilla_version_list($sVarname, $sSelectedValue)
+function make_bugzilla_version_list($sVarname, $sSelectedValue = '')
{
$sStr = "";