WineHQ
World Wine News : les nouvelles de Wine

World Wine News : les nouvelles de Wine

Nous imprimons tout ce qui concerne Wine...
09/13/2009
by Zachary Goldberg
Issue: 359

XML source
More Issues...

This is the 359 issue of the World Wine News publication. Its main goal is to be the issue before the issue which talks about WineConf. It also serves to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix. Think of it as a Windows compatibility layer. Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available. You can find more info at www.winehq.org


This week, 215 posts consumed 316 K. There were 66 different contributors. 42 (63%) posted more than once. 25 (37%) posted last week too.

The top 5 posters of the week were:

  1. 17 posts in 20K by paul.vriens.wine at gmail.com (Paul Vriens)
  2. 17 posts in 24K by hverbeet at gmail.com (Henri Verbeet)
  3. 10 posts in 13K by markus.stockhausen at collogia.de (Markus Stockhausen)
  4. 9 posts in 9K by dank at kegel.com (Dan Kegel)
  5. 8 posts in 8K by julliard at winehq.org (Alexandre Julliard)

News: More tests passing! Archive
News: More tests passing!

André Hentschel has pointed out that the Wine test suite has begun passing on NT4:

WinNT4 is passing now for the first time since a long time(maybe since ever?). So special congratulations to Paul Vriens, who spent much time making the test-suite run on NT4. This is a great step for the test-suite. Now NT4, 2K, XP and 2K3 are passing partially. Keep it up!

Several Wine releases have occurred since the last WWN. Below is a list of some of the many improvements in Wine lately:

  • Updated version of Gecko
  • Significant Wine64 improvements
  • Many new codecs, protocols and formats supported
  • Provide XShm and bitmap stretching performance.
  • Improved Memory Management
  • FBO becoming the default for D3D


Wine Bug Day Archive
Wine Bug Day

Scott Ritchie has put in a significant effort lately to help cleanup the list of open bugs in Wine's BugZilla via a recurring "Bug Day"

So, briefly:

Over the past few months, users have added an average of between 12 and 14 bugs every day.

Since June 1st: - 412 total bugs filed - 87 bugs resolved invalid - 227 bugs resolved fixed - 133 bugs confirmed but not resolved (status new) - 292 bugs created but unconfirmed

Doing some subtraction that means we have 292 new untriaged bugs, but we triaged or fixed (412-292-87-227-133) = 327 old bugs.

So, we're swimming above water, which is good. But at this rate it'll be years before we triage every bug. So, let's do something :)

Bug Jam this Monday!

One idea that has been tried in the past is to hold regular bug days. We've had a lot of success with them in Ubuntu as a way of organizing non developer volunteers, especially when we focus the event on a particular package. Today's bug day, for instance, tackled over a 100 Synaptic bugs: https://wiki.ubuntu.com/UbuntuBugDay/20090716

I'd like to attempt this in Wine. We tried it once in the past, but no one's organizing it now. Even if it's just me and 2 people testing a handful of bugs in our favorite apps, it'll still sink a good number of bugs and help drain the swamp.

I'm picking Monday for bug day for a few reasons - it's both after a new release and after the weekend, so users will have already had time to play their games and see if they're still affected. If there's any sort of success, hopefully this will become a regular event.

So, if you're into bug triage, please come and join me in #winehackers this Monday. The purpose of triaging bugs is to ultimately get them fixed, so if you're a developer and would rather work on patches then by all means do that instead.

I've created a wiki page for the event here: http://wiki.winehq.org/BugDay When we're done I'll poke BugZilla for some stats and we can see how much of a success the event was.

Thanks,
Scott Ritchie

By all counts the first BugDay was a big success. An August BugDay also occurred, and with any luck there will also be a September Bug Day.


Wine and the Ubuntu Summit Archive
Desktop Integration

Scott Ritchie brings back news from the 2009 Ubuntu Developer Summit

Hello everyone,

I've just returned from the Ubuntu Developer Summit in Barcelona last week. A lot of interesting stuff that concerns Wine happened there, and a lot of applies to every distro. I'll give a brief summary in this email.

Audio:

First, I talked with a Pulseaudio expert about what we can do to make things work better. He said that if we want good compatibility we will need our ALSA stack to use the Pulseaudio safe subset: http://0pointer.de/blog/projects/guide-to-sound-apis.html. I've filed a metabug tracking this here: http://bugs.winehq.org/show_bug.cgi?id=18740. Use of this unsafe subset can cause most problems with stuttering or even complete drop off.

I'm not completely familiar with how sound works in Wine, but in the past I remember that one complaint about PulseAudio over ALSA was latency. Latency issues these days are mostly due to bad kernel configurations, which Lennart wrote about here: https://tango.0pointer.de/pipermail/pulseaudio-discuss/2009-February/003150.html.

In the meantime we should develop for the future using kernels with preempt enabled at 1000 HZ. Currently neither Open SuSE nor Ubuntu are configured this way, however I know in the case of Ubuntu that this is being fixed for next release. In particular, if you develop on Ubuntu, you should either upgrade to Karmic Alphas or install a custom kernel. The -rt flavor of the kernel is known to have problems as well.

Printing:

A printing expert from http://openprinting.org says we should output .pdf files to cups rather than postscript. .pdf are becoming the standard for printers, and apparently they allow some good things that postscript does not. I've filed a bug on this here: http://bugs.winehq.org/show_bug.cgi?id=18741

Security and Usability:

The security team thinks we should finally start respecting the execute bit - this means removing all MIME handlers for executable code from the desktop and replacing them with a single front end for programs lacking the execute bit. This front end would notify the user of the problem, scan the file for viruses, and then present some information about the path towards execution. It is still undecided whether the program should allow execution outright, however from a UI perspective this would clearly be more efficient.

This creates a design challenge. In brief, we have to simultaneously manage expectations about Wine, inform the user that there are other (preferred) methods for installing software, not patronize them for installing a Windows program, tell them we scanned a file for viruses but that it may still be unsafe, make it easy to use, and make it hard to use accidentally.

After input from the community and discussion with other designers, I believe I have some good ideas for how to handle these challenges. The Canonical design team has agreed to integrate the UI extensions I've gathered into their weekly user testing, so over the next few months we should be getting some real feedback on the merits of various approaches to this problem. I'll be working more on this personally, and already have a good chunk of the specifications and front end code done (thanks to some great community help). I will, of course, share it here when it's in a usable state.

As far as we, as an upstream, are concerned, there's not much to change in Wine itself other than to keep making it work better and fix bugs. If I had to name one in particular, I'd have to say the "unclean removal of applications menu" entries is a particularly confusing issue for users.

What I'm doing:

Over the next few months I'm going to be working rather hard on the Karmic Wine Integration spec that I lead at the Summit: https://wiki.ubuntu.com/karmic-wine-integration. I'm still drafting the spec based on my notes and discussion, but at this point I have a very good idea of what I want to do.

Most of the code involved is directly relevant to the Wine user, however almost none of it needs to go into Wine itself other than some icons. At this point it's mostly python scripts, modifications of other python programs, and Glade dialogs. I may set up a BZR/Git repository of the various bits once they start turning into actual packages (which I'll also be doing).

Anyway, keep your eyes peeled, the next wave of distro releases are going to be very slick.

Thanks,
Scott Ritchie


Weekly AppDB/BugZilla Status Changes Archive
AppDB / BugZilla
BugZilla Changes:

Category Total Bugs Last Issue Total Bugs This Issue Net Change
UNCONFIRMED 2527 2442 -85
NEW 2256 2441 +185
ASSIGNED 41 35 -6
REOPENED 115 129 +14
CLOSED 46 64 +18
TOTAL OPEN 4939 5047 +108
TOTAL 4985 5111 +126



AppDB Application Status Changes

*Disclaimer: These lists of changes are automatically generated by information entered into the AppDB. These results are subject to the opinions of the users submitting application reviews. The Wine community does not guarantee that even though an application may be upgraded to 'Gold' or 'Platinum' in this list, that you will have the same experience and would provide a similar rating.

Updates by App Maintainers

Application Old Status/Version New Status/Version Change
Blockland Retail (v11) Bronze (1.1.23) Platinum (1.1.27)
+3
Command & Conquer: Red Alert 3 Uprising Garbage (1.1.26) Platinum (1.1.28)
+4
Counter-Strike: Source Retail / Steam Gold (1.1.25) Platinum (1.1.27)
+1
EVE Online 6.x.x Silver (1.1.27) Platinum (1.1.28)
+2
FAR Manager 2.0 Silver (1.1.18) Platinum (1.1.29)
+2
Need for Speed: Hot Pursuit 2 242 Silver (1.1.19) Platinum (1.1.29)
+2
The Elder Scrolls IV: Oblivion 1.2.x Gold (1.1.27) Platinum (1.1.29)
+1
The Movies 1.1 Gold (1.1.2) Platinum (1.1.28)
+1
A Vampyre Story 1.0 Garbage (1.1.25) Gold (1.1.27)
+3
DM Vysvědčení 2009 Garbage (1.1.27) Gold (1.1.29)
+3
EVE Online 6.x.x Silver (1.1.28) Gold (1.1.29)
+1
Hearts of Iron III Demo Bronze (1.1.27) Gold (1.1.28)
+2
IL-2 Sturmovik 1946 (4.08m) Platinum (1.1.27) Gold (1.1.28)
-1
Left 4 Dead Full (Steam) Platinum (1.1.27) Gold (1.1.28)
-1
2Might and Magic VI: The Mandate of Heaven 1.3 Fan... Platinum (1.1.25) Gold (1.1.27)
-1
The Nations 2.00 gold (Build #34) Silver (1.1.2) Gold (1.1.28)
+1
Warhammer Online Live Bronze (1.1.27) Gold (1.1.28)
+2
Ys - The Oath in Felghana 1.203_VE Platinum (1.1.16) Gold (1.1.29)
-1
Carmageddon TDR 2000 1.0 Garbage (1.1.12) Silver (1.1.27)
+2
EVE Online 6.x.x Platinum (1.1.26) Silver (1.1.27)
-2
Microsoft Office (installer only) '97 Bronze (1.1.18) Silver (1.1.27)
+1
Race Driver : GRID 1.0 DVD Bronze (1.1.23) Silver (1.1.27)
+1
The Book of Unwritten Tales 1.0.1 Garbage (1.1.19) Silver (1.1.29)
+2
The Typing of the Dead All Versions Bronze (0.9.58) Silver (1.1.25)
+1
UpToDate 17.1 Bronze (1.1.24) Silver (1.1.28)
+1
AutoHotkey 1.0 Platinum (0.9.45) Bronze (1.0.1)
-3
Command & Conquer: Generals Zero Hour: 1.04 Silver (1.0.0) Bronze (1.0.1)
-1
4KISS Psycho Circus: The Nightmare Child 1.x Retai... Garbage (1.1.28) Bronze (1.1.29)
+1
Poser 8.0 Silver (1.1.26) Bronze (1.1.27)
-1
Testout Navigator 5.0 Garbage (1.1.13) Bronze (1.1.29)
+1
Thinkwell Player 10.8 Gold (0.9.49) Bronze (1.1.28)
-2
Vypress Chat 2.1 Garbage (1.0-rc4) Bronze (1.1.28)
+1
Albumplayer 5.1 Bronze (1.1.27) Garbage (1.1.29)
-1
Condor: The Competition Soaring Simulator 1.1.2 Bronze (1.1.26) Garbage (1.1.28)
-1
DM Vysvědčení 2009 Gold (1.0.1) Garbage (1.1.27)
-3
EGG Market 0.6c Bronze (1.1.27) Garbage (1.1.28)
-1
FlatOut GOG.com version 1.1 Platinum (1.1.24) Garbage (1.1.29)
-4
FrontPage 2003 Bronze (0.9.57) Garbage (1.0.1)
-1
Warhammer Online Live Gold (1.1.28) Garbage (1.1.29)
-3
Total Change
+12

Updates by the Public

Application Old Status/Version New Status/Version Change
ACDSee 3.x Garbage (1.1.20) Platinum (1.1.28)
+4
1AGON The mysterious codex AGON The mysterious cod... Gold (1.1.20) Platinum (1.1.26)
+1
Asheron's Call Free trial Gold (1.1.19) Platinum (1.1.29)
+1
Baldur's Gate II Baldur's Gate Trilogy 1.07 Garbage (1.1.17) Platinum (1.1.27)
+4
Baseball Mogul 2006 v 8.5.3.0 Gold (1.1.11) Platinum (1.1.29)
+1
1Command & Conquer: Red Alert 2 Yuri's Revenge: 1.... Gold (1.1.14) Platinum (1.1.27)
+1
Command & Conquer: Renegade 1.0x Gold (1.1.18) Platinum (1.1.27)
+1
Command & Conquer: Tiberian Sun Firestorm: 2.03 Garbage (1.1.10) Platinum (1.1.27)
+4
Darkstone 1.0 Garbage (1.1.23) Platinum (1.1.28)
+4
Deus Ex 1.x Bronze (1.0-rc2) Platinum (1.0.1)
+3
Divine Divinity 1.34 Gold (1.0.0) Platinum (1.0.1)
+1
Dreamweaver MX 2004 Silver (1.1.10) Platinum (1.1.28)
+2
Eastside Hockey Manager 2007 3.0.4 Silver (0.9.47) Platinum (1.1.28)
+2
Fahrenheit Demo Garbage (1.1.17) Platinum (1.1.28)
+4
Fallout 2 All Versions Silver (1.0.1) Platinum (1.1.27)
+2
Geheimakte 2 - Puritas Cordis 1.0 Gold (1.1.24) Platinum (1.1.29)
+1
Guild Wars All Versions Garbage (1.1.26) Platinum (1.1.27)
+4
Halo: Combat Evolved 1.0x Silver (1.1.23) Platinum (1.1.27)
+2
IL-2 Sturmovik 1946 (4.08m) Gold (1.1.26) Platinum (1.1.27)
+1
ImgBurn 2.5.0.0 Silver (1.1.26) Platinum (1.1.27)
+2
Multimedia Fusion 2.0 Garbage (1.0.1) Platinum (1.1.27)
+4
Personal Ancestral File (PAF) 5.x Silver (1.1.24) Platinum (1.1.27)
+2
Quicken 2007 Home & Business Bronze (1.1.10) Platinum (1.1.29)
+3
Qwix 1.01 Gold (0.9.7) Platinum (1.0.1)
+1
Red Orchestra: Ostfront 41-45 Steam: 1076 Gold (1.1.27) Platinum (1.1.28)
+1
Rollcage 1.0b Gold (0.9.59) Platinum (1.1.27)
+1
Rollercoaster Tycoon 2 1.00 Gold (1.0-rc3) Platinum (1.0.1)
+1
Silent Hill 2 1.0 Bronze (1.1.27) Platinum (1.1.28)
+3
SimCity 3000 1.x Garbage (1.1.25) Platinum (1.1.28)
+4
1Star Wars: Knights of the Old Republic II - The S... Silver (1.1.15) Platinum (1.1.29)
+2
StepMania 3.9 Gold (1.1.23) Platinum (1.1.29)
+1
Street Wars: Constructor Underground 1 Gold (1.1.22) Platinum (1.1.27)
+1
SubRip 1.30 Garbage (0.9.31) Platinum (1.1.28)
+4
Sumotori Dreams 1.02 Gold (1.1.18) Platinum (1.1.29)
+1
Team Fortress 2 - Steam June 25, 2009 Silver (1.1.28) Platinum (1.1.29)
+2
VLC media player 1.x Silver (1.1.25) Platinum (1.1.27)
+2
Wolfenstein RETAIL 1.0 Gold (1.1.26) Platinum (1.1.27)
+1
World Racing 2 Spec 1.4.3 Spec Gold (0.9.57) Platinum (1.1.25)
+1
World of Goo 1.0 Garbage (1.1.24) Platinum (1.1.29)
+4
Zeus: Master of Olympus 1.x Garbage (1.1.24) Platinum (1.1.27)
+4
Zuma Deluxe 1.0 Gold (1.1.22) Platinum (1.1.24)
+1
tranquility 5.10 Gold (0.9.17) Platinum (1.1.26)
+1
7-Zip 4.xx Platinum (1.1.15) Gold (1.1.28)
-1
Acrobat Pro 5.0 Silver (0.9.56) Gold (1.1.27)
+1
Adobe Reader 3.x (32-bit) Silver (1.1.12) Gold (1.1.27)
+1
Adobe Reader 5.x Silver (1.1.12) Gold (1.1.27)
+1
Age of Empires II The Age of Kings: 2.x Garbage (1.1.25) Gold (1.1.27)
+3
Anno 1404 1.00.1762 Silver (1.1.26) Gold (1.1.27)
+1
BattleForge 1.0 Bronze (1.1.26) Gold (1.1.27)
+2
Carmageddon 2 1.0 Garbage (1.1.24) Gold (1.1.27)
+3
Clive Barker's Jericho 1.0 Garbage (1.1.17) Gold (1.1.23)
+3
Command & Conquer: Red Alert 1.0-3.03 Bronze (1.1.22) Gold (1.1.27)
+2
Commandos 2: Men of Courage 1.20 Platinum (1.1.17) Gold (1.1.28)
-1
Counter-Strike: Source Retail / Steam Platinum (1.0.0) Gold (1.0.1)
-1
Dark Messiah of Might and Magic 1.02 Silver (1.1.26) Gold (1.1.28)
+1
Darwinia Darwinia Silver (1.0-rc4) Gold (1.1.27)
+1
Doom 3 1.3.1 Silver (1.0.1) Gold (1.1.24)
+1
FATE Undiscovered Realms 1.0 Garbage (1.1.0) Gold (1.1.28)
+3
Fish Fillets 2 1.0 Garbage (0.9.52) Gold (1.1.29)
+3
Flash 8 Platinum (1.1.17) Gold (1.1.28)
-1
FlatOut 2 1.2 Silver (1.1.24) Gold (1.1.29)
+1
GUN 1.0 Platinum (1.1.2) Gold (1.1.27)
-1
Google SketchUp 7.0 Silver (1.0.1) Gold (1.1.28)
+1
Guild Wars All Versions Platinum (1.1.27) Gold (1.1.29)
-1
Guitar Hero III 1.3 Silver (1.1.14) Gold (1.1.24)
+1
Harry Potter : Quidditch World Cup 1.0.0 Silver (1.1.2) Gold (1.1.28)
+1
2Heroes of Might and Magic V Tribes of the East: 3... Silver (1.0.1) Gold (1.1.29)
+1
Imperium Romanum 1.0 Garbage (1.1.11) Gold (1.1.28)
+3
Lineage 2 CT2 - Gracia: Part 3 (Final) Silver (1.0.1) Gold (1.1.27)
+1
Max Payne 1.05 Garbage (1.1.21) Gold (1.1.27)
+3
Microsoft Money 2004 Garbage (1.1.20) Gold (1.1.27)
+3
Microsoft Project 98 Silver (0.9.51) Gold (1.1.27)
+1
Myst Masterpiece Edition: 1.0 Silver (1.1.22) Gold (1.1.27)
+1
OpenPhone IPC 65 1.0.0.68 Bronze (1.1.14) Gold (1.1.29)
+2
Plants Vs. Zombies 1.x Silver (1.1.27) Gold (1.1.29)
+1
Populous: The Beginning 1.01 Silver (1.1.11) Gold (1.1.28)
+1
Prince of Persia: The Two Thrones 1.0 Garbage (1.0.0) Gold (1.1.28)
+3
Project IGI 2: Covert Strike 1.2 Garbage (0.9.37) Gold (1.1.27)
+3
QuickTime Player 7.5.x Garbage (1.0.0) Gold (1.0.1)
+3
Railroad Tycoon II 1.05 Platinum (1.1.24) Gold (1.1.29)
-1
Rollercoaster Tycoon 2 1.00 Platinum (1.0.1) Gold (1.1.27)
-1
Runes of Magic 2.x Garbage (1.1.26) Gold (1.1.29)
+3
Sigma Photo Pro 3.0 Silver (1.1.0) Gold (1.1.27)
+1
SoulSeek 157 NS 13c Garbage (1.1.26) Gold (1.1.28)
+3
Star Trek: Borg Retail Garbage (1.1.12) Gold (1.1.29)
+3
Star Wars: Empire at War 1.x Garbage (1.0.0) Gold (1.1.28)
+3
StarUML 5.0 Bronze (1.0-rc4) Gold (1.0.1)
+2
The Settlers: Heritage of Kings 1.06 Platinum (1.1.18) Gold (1.1.28)
-1
Theme Hospital Beta 4 Bronze (1.1.27) Gold (1.1.29)
+2
2Touhou Seirensen ~ Undefined Fantastic Object 1.0... Garbage (1.1.27) Gold (1.1.28)
+3
Unreal Tournament 2004 3369 (32-bit) Garbage (1.1.18) Gold (1.1.27)
+3
Unreal Tournament 3 Retail Silver (1.1.27) Gold (1.1.28)
+1
Virtua Tennis PC 3 Silver (1.1.21) Gold (1.1.27)
+1
WinCupl 5.30 Garbage (1.1.23) Gold (1.1.27)
+3
World of Warcraft 3.2.x Bronze (1.1.23) Gold (1.1.26)
+2
X-Men Origins: Wolverine 1.0 Garbage (1.1.21) Gold (1.1.28)
+3
ZBrush 3 Bronze (1.1.1) Gold (1.1.29)
+2
uTorrent 2.0 Beta Platinum (1.1.27) Gold (1.1.29)
-1
Adobe Reader 7.x Garbage (0.9.40) Silver (1.1.27)
+2
Anno 1701 1.0x Garbage (1.1.26) Silver (1.1.28)
+2
Burnout Paradise - The Perfect Box 1.001 Gold (1.1.26) Silver (1.1.29)
-1
Counter-Strike: Source Retail / Steam Gold (1.0.1) Silver (1.1.29)
-1
Delta Force: Land Warrior 1.00.42 Platinum (0.9.52) Silver (1.0.1)
-2
Descent: Freespace - The Great War 1.06 Garbage (0.9.54) Silver (1.1.28)
+2
EAC - Exact Audio Copy 0.99 Platinum (1.1.21) Silver (1.1.27)
-2
F1 Challenge 99-02 Garbage (1.1.24) Silver (1.1.27)
+2
FIFA Soccer 2004 Retail Version Garbage (1.1.0) Silver (1.1.29)
+2
Fallout 2 All Versions Platinum (1.0-rc1) Silver (1.0.1)
-2
Fate 1.0 Garbage (1.1.26) Silver (1.1.28)
+2
Final Fantasy XI Online Final Fantasy XI Gold (1.1.26) Silver (1.1.27)
-1
Flowcode Flowcode V3 for PIC Platinum (0.9.56) Silver (1.1.29)
-2
Grand Theft Auto IV Retail Disc v1.0 Garbage (1.1.26) Silver (1.1.27)
+2
Homeworld 2 1.x Platinum (1.1.22) Silver (1.1.27)
-2
Left 4 Dead Full (Steam) Platinum (1.1.27) Silver (1.1.28)
-2
Little Fighter 2 1.xx Garbage (1.1.25) Silver (1.1.27)
+2
Lord of the Rings: War of the Ring 1.0 Bronze (1.1.23) Silver (1.1.29)
+1
MetaTrader 4.x Bronze (1.1.22) Silver (1.1.26)
+1
Mirror's Edge 1.0 Garbage (1.1.22) Silver (1.1.29)
+2
Monopoly Tycoon 1.4 Gold (1.1.10) Silver (1.1.27)
-1
Original War 1.10b Bronze (1.1.10) Silver (1.1.27)
+1
Overlord 1.0 Garbage (1.1.25) Silver (1.1.28)
+2
Plants Vs. Zombies 1.x Gold (1.1.23) Silver (1.1.27)
-1
QuickBooks Pro 2006/2007 Garbage (1.1.14) Silver (1.1.27)
+2
Quicken 2009 Deluxe Gold (1.1.27) Silver (1.1.28)
-1
Resident Evil 4 1.1.0 Gold (1.1.25) Silver (1.1.28)
-1
Sacred 2.28 Gold (1.1.21) Silver (1.1.29)
-1
Sudeki 1.x Garbage (1.1.17) Silver (1.1.29)
+2
System Shock 2 2.3 Gold (1.1.25) Silver (1.1.29)
-1
Team Fortress 2 - Steam June 25, 2009 Garbage (1.1.27) Silver (1.1.28)
+2
The Last Remnant 1.0 Bronze (1.1.24) Silver (1.1.29)
+1
The Sims 3 x Gold (1.1.25) Silver (1.1.27)
-1
TimeShift 1.0 Garbage (1.1.22) Silver (1.1.27)
+2
Treepad 7.2 Gold (0.9.12) Silver (1.0.1)
-1
Unreal II: The Awakening 1000-1403 Garbage (1.1.18) Silver (1.1.29)
+2
Unreal Tournament 3 Retail Bronze (1.1.10) Silver (1.1.27)
+1
Warcraft III The Frozen Throne: 1.x Gold (1.1.26) Silver (1.1.27)
-1
Wars and Warriors: Joan of Arc Demo Bronze (0.9.25) Silver (1.1.28)
+1
Well of Souls ALPHA 9x Gold (1.1.20) Silver (1.1.27)
-1
Winamp 5.x Garbage (1.1.27) Silver (1.1.29)
+2
3Windows Live Messenger (MSN Messenger) 8.5 (Windo... Bronze (1.1.23) Silver (1.1.29)
+1
Wolfenstein RETAIL 1.0 Platinum (1.1.27) Silver (1.1.28)
-2
iTunes 8.2 Garbage (1.1.27) Silver (1.1.28)
+2
zMUD 7.21 Garbage (0.9.60) Silver (1.1.27)
+2
Adobe Reader 4.x Silver (1.1.12) Bronze (1.1.27)
-1
Battlezone 1.0 Gold (1.1.2) Bronze (1.1.28)
-2
Bulk Rename Utility 2.7.x Platinum (0.9.50) Bronze (1.0.1)
-3
Cake Poker Latest Platinum (1.1.24) Bronze (1.1.28)
-3
Commandos Strike Force 1.2 Garbage (0.9.25) Bronze (1.1.27)
+1
Company of Heroes 1.71 Gold (1.1.16) Bronze (1.1.27)
-2
Cygwin 1.7.x Garbage (1.1.21) Bronze (1.1.28)
+1
Devastation 390 Silver (0.9.50) Bronze (1.1.28)
-1
Diablo 1.0x Garbage (1.1.26) Bronze (1.1.29)
+1
Empire Earth II 1.0 Gold (1.0.1) Bronze (1.1.29)
-2
EverQuest EverQuest (Live) Gold (1.1.25) Bronze (1.1.28)
-2
Falcon 4.0 Allied force 1.0 Silver (1.1.10) Bronze (1.1.29)
-1
Fallout 1.x Platinum (1.1.26) Bronze (1.1.28)
-3
Final Fantasy XI Online Final Fantasy XI Silver (1.1.27) Bronze (1.1.28)
-1
Game Maker 6.1 Gold (1.1.14) Bronze (1.1.28)
-2
Homeworld 2 1.x Platinum (1.1.22) Bronze (1.1.27)
-3
Internet Explorer 8.0 for XP (32-bit) Garbage (1.1.25) Bronze (1.1.29)
+1
Jumpgate: The Reconstruction Initiative 1.0 Gold (1.1.22) Bronze (1.1.29)
-2
Lotus Notes 7.0 Gold (0.9.59) Bronze (1.1.27)
-2
Mabinogi 45 Garbage (1.1.26) Bronze (1.1.28)
+1
Mass Effect 1.0 Garbage (1.1.27) Bronze (1.1.29)
+1
Medal of Honor Airborne 1.0 Garbage (1.1.21) Bronze (1.1.29)
+1
Medal of Honor Airborne Demo Garbage (0.9.59) Bronze (1.1.29)
+1
Medieval 2: Total War 1.3 Silver (1.1.27) Bronze (1.1.28)
-1
Microsoft Money 2005 Garbage (1.1.26) Bronze (1.1.27)
+1
Mobipocket Reader 6.2 Silver (1.1.12) Bronze (1.1.27)
-1
Mount&Blade 1.003 Platinum (1.1.25) Bronze (1.1.27)
-3
Pampered Partner Plus Spring/Summer 2007 Garbage (0.9.40) Bronze (1.1.28)
+1
Perfect World International Gold (1.1.24) Bronze (1.1.28)
-2
Personal Chess Trainer 2.0 Platinum (0.9.33) Bronze (1.1.29)
-3
Railroad Tycoon II Platinum Silver (1.0.1) Bronze (1.1.27)
-1
Remote Administrator (radmin) 3.3 (Viewer) Garbage (1.1.17) Bronze (1.1.28)
+1
Rome: Total War 1.6 (Barbarian Invasion addon) Silver (1.1.26) Bronze (1.1.27)
-1
Runes of Magic Official Release Gold (1.1.27) Bronze (1.1.28)
-2
Shogo: Mobile Armor Division v 2.2 Platinum (1.1.19) Bronze (1.1.28)
-3
Sid Meier's Civilization II 1.0 Garbage (1.1.17) Bronze (1.1.29)
+1
Sid Meier's SimGolf 1.03 Garbage (1.1.13) Bronze (1.1.27)
+1
Silent Hill 2 1.0 Platinum (1.1.21) Bronze (1.1.27)
-3
SlingPlayer 2.0 Silver (1.1.27) Bronze (1.1.29)
-1
Songbird 1.2.x Silver (1.1.27) Bronze (1.1.29)
-1
Steam All Versions (Latest: July 1, 2009) Gold (1.1.27) Bronze (1.1.29)
-2
Super Puzzle Fighter II Turbo 1.0 Gold (0.9.12) Bronze (1.1.28)
-2
Theme Hospital Beta 4 Platinum (1.1.12) Bronze (1.1.27)
-3
Time & Chaos 7 Silver (1.1.16) Bronze (1.1.29)
-1
TrackMania 2.11.11 United Forever Gold (1.1.27) Bronze (1.1.28)
-2
Train Simulator 1.2 Gold (1.1.14) Bronze (1.1.23)
-2
Ultimate Ride 1.x Gold (1.0-rc4) Bronze (1.1.27)
-2
UnrealEd 2.0 fix4 Garbage (1.1.1) Bronze (1.1.27)
+1
Vampire: The Masquerade - Bloodlines 1.x Gold (1.0-rc3) Bronze (1.0.0)
-2
Virtua Squad, Virtual Cop Unknown Platinum (0.9.19) Bronze (1.1.28)
-3
Warcraft III Reign of Chaos: 1.x Platinum (1.1.23) Bronze (1.1.28)
-3
Windows Media Player 10.0 Silver (1.1.14) Bronze (1.1.27)
-1
Wolfenstein RETAIL 1.0 Silver (1.1.28) Bronze (1.1.29)
-1
Wonderland Online 4.0.x Gold (1.1.23) Bronze (1.1.27)
-2
iTunes 8.0 Silver (1.1.27) Bronze (1.1.28)
-1
iTunes 9.0 Garbage (1.1.28) Bronze (1.1.29)
+1
18 Wheels of Steel: Haulin 1.00 Platinum (1.1.26) Garbage (1.1.28)
-4
Access 2003 Bronze (1.0-rc1) Garbage (1.0.1)
-1
Age of Empires III The Warchiefs Bronze (1.1.0) Garbage (1.1.28)
-1
Age of Mythology 1.0 Gold (1.1.21) Garbage (1.1.28)
-3
AutoCAD 2006 Gold (1.1.27) Garbage (1.1.28)
-3
Braid demo Gold (1.1.15) Garbage (1.1.27)
-3
Chessmaster 11 - Grandmaster Edition 1.x Bronze (1.1.26) Garbage (1.1.27)
-1
City of Heroes All Versions Silver (1.1.19) Garbage (1.1.28)
-2
Combat Arms 21 Bronze (1.1.19) Garbage (1.1.27)
-1
CorelDRAW X3 (13) Silver (1.1.14) Garbage (1.1.27)
-2
DVDFab Platinum 6.0.x Gold (1.1.25) Garbage (1.1.27)
-3
EVE Online 6.x.x Silver (1.1.27) Garbage (1.1.28)
-2
Easy Fly 3 Starter Edition Platinum (1.1.24) Garbage (1.1.28)
-4
Euro Truck Simulator 1.0 Bronze (1.1.15) Garbage (1.1.28)
-1
EverQuest EverQuest (Live) Gold (1.1.25) Garbage (1.1.28)
-3
F.E.A.R.: First Encounter Assault Recon 1.0x Gold (1.1.25) Garbage (1.1.27)
-3
Fireworks CS4 Gold (1.1.22) Garbage (1.1.29)
-3
FirstClass Client 8.x Silver (1.1.20) Garbage (1.1.27)
-2
Gothic 1.0x Gold (1.0-rc3) Garbage (1.1.28)
-3
Homeworld 2 1.x Platinum (1.1.22) Garbage (1.1.27)
-4
MapSource 6.15.x Gold (1.1.27) Garbage (1.1.28)
-3
Medieval 2: Total War 1.3 Bronze (1.1.28) Garbage (1.1.29)
-1
Moto Racer 2 1.0 Silver (1.1.25) Garbage (1.1.27)
-2
Myth II: Soulblighter Myth II 1.6 Platinum (0.9.46) Garbage (1.1.28)
-4
Overlord 2 1.0 Gold (1.1.26) Garbage (1.1.28)
-3
Perfect World International Bronze (1.1.28) Garbage (1.1.29)
-1
Resident Evil 5 Benchmark Edition Bronze (1.1.26) Garbage (1.1.28)
-1
Rollcage 1.0 Bronze (0.9.30) Garbage (1.1.27)
-1
Rosetta Stone 3.0.x Platinum (1.1.10) Garbage (1.1.28)
-4
SPSS 13.0 Gold (1.1.18) Garbage (1.1.29)
-3
Shogun: Total War Warlord Edition Bronze (1.1.12) Garbage (1.1.27)
-1
Sim Theme Park 1.0 Silver (1.0-rc1) Garbage (1.0.1)
-2
Sins of a Solar Empire 1.05 Gold (1.1.25) Garbage (1.1.28)
-3
Star Wars: Knights of the Old Republic 1.03 Gold (1.1.27) Garbage (1.1.28)
-3
Syberia 1.0.0.13 - SP3 Silver (1.1.17) Garbage (1.1.27)
-2
Team Fortress 2 - Steam June 25, 2009 Gold (1.1.25) Garbage (1.1.27)
-3
The Dig 1.0 Platinum (1.0.0) Garbage (1.1.28)
-4
Thief: The Dark Project 1.33 Gold (1.1.24) Garbage (1.1.28)
-3
Virtua Tennis 3 1.0 Platinum (1.1.27) Garbage (1.1.28)
-4
WinMX 3.54 Beta 4 Gold (1.1.24) Garbage (1.1.28)
-3
Winamp 5.x Silver (1.1.24) Garbage (1.1.27)
-2
Total Change
+21

All Kernel Cousin issues and summaries are copyright their original authors, and distributed under the terms of the
GNU General Public License, version 2.0.