ChangeSet ID: 31348
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/08/24 23:26:55
Modified files:
include : filter.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Filter should ignore google search variables
Patch: http://cvs.winehq.org/patch.py?id=31348
Old revision New revision Changes Path
1.15 1.16 +4 -1 appdb/include/filter.php
Index: appdb/include/filter.php
diff -u -p appdb/include/filter.php:1.15 appdb/include/filter.php:1.16
--- appdb/include/filter.php:1.15 25 Aug 2007 4:26:55 -0000
+++ appdb/include/filter.php 25 Aug 2007 4:26:55 -0000
@@ -37,7 +37,10 @@ function filter_gpc()
// against a value, otherwise if strpos() returns false indicating that
// the value wasn't found strpos(something) == 0 will still be true
if((strpos($aKeys[$i], "Dialog") === 0) ||
- (strpos($aKeys[$i], "XinhaColorPicker") === 0)) // Xinha variables
+ (strpos($aKeys[$i], "XinhaColorPicker") === 0) || // Xinha variables
+ ($aKeys[$i] == "cx") || // google custom search variable
+ ($aKeys[$i] == "cof")) // google custom search variable
+
{
// copy the key over to the clean array
// NOTE: we do not strip html tags or trim any Xinha variables
ChangeSet ID: 31344
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: julliard(a)winehq.org 2007/08/24 09:44:16
Modified files:
include : winehq.conf
Added files:
news : 2007082401.xml
Log message:
Release 0.9.44
Patch: http://cvs.winehq.org/patch.py?id=31344
Old revision New revision Changes Path
1.66 1.67 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2007082401.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.66 lostwages/include/winehq.conf:1.67
--- lostwages/include/winehq.conf:1.66 24 Aug 2007 14:44:16 -0000
+++ lostwages/include/winehq.conf 24 Aug 2007 14:44:16 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.43
+snapshot_date: 0.9.44
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2007082401.xml
diff -u -p /dev/null lostwages/news/2007082401.xml:1.1
--- /dev/null 24 Aug 2007 14:44:16 -0000
+++ lostwages/news/2007082401.xml 24 Aug 2007 14:44:16 -0000
@@ -0,0 +1,26 @@
+<news>
+<date>August 24, 2007</date>
+<title>Wine 0.9.44 Released</title>
+<body>
+<p>Wine 0.9.44 was released today, with the following main changes:</p>
+
+<ul>
+<li>Better heuristics for making windows managed.</li>
+<li>Automatic detection of timezone parameters.</li>
+<li>Improvements to the builtin WordPad.</li>
+<li>Better signatures support in crypt32.</li>
+<li>Still more gdiplus functions.</li>
+<li>Lots of bug fixes.</li>
+</ul>
+
+<p>
+Binary packages are in the process of being built and it may take a
+few days for them to appear, but the source is
+<a href="http://prdownloads.sourceforge.net/wine/wine-0.9.44.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.44">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>