WineHQ

World Wine News

All the news that fits, we print.

7/13/2008
by Zachary Goldberg
Issue: 349

XML source
More Issues...

This is the 349 issue of the Wine Weekly News publication. Its main goal is to be really really ridiculously good looking. 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, 487 posts consumed 829 K. There were 97 different contributors. 59 (60%) posted more than once. 40 (41%) posted last week too.

The top 5 posters of the week were:

  1. 42 posts in 54K by julliard at winehq.org (Alexandre Julliard)
  2. 37 posts in 60K by truiken at gmail.com (James Hawkins)
  3. 25 posts in 28K by juan.lang at gmail.com (Juan Lang)
  4. 23 posts in 33K by dank at kegel.com (Dan Kegel)
  5. 19 posts in 48K by shelnutt2 at gmail.com (Seth Shelnutt)

News: Stable and Development versions of Wine released Archive
Wine

Wine post 1.0 releases

A post from a few weeks ago by Alexandre Julliard concerning future Wine development:

Hi folks,

Again, congrats to everybody for the 1.0 release!

Now that I'm starting to recover from the shock of having actually shipped 1.0, here are a few notes on future development:

1) Code freeze is over, patches are accepted again. If you sent patches and they didn't get applied during code freeze, please rebase them against 1.0 and resend them.

2) Development will continue as usual in the git "master" branch. The 1.1.x development releases will be made from that branch every other Friday.

3) There is now a git "stable" branch, where only important bug fixes will be committed. The 1.0.x maintenance releases will be made from that branch whenever enough changes have accumulated to justify a release.

The process I suggest for the 1.0.1 release is as follows:

- all bugs should be fixed in the master branch first - once a bug fix has been committed to master, the corresponding bug report should be marked fixed, with the sha1 of the commit fixing it - the bug report should then be put into the 1.0.1 milestone.

This will allow me to periodically query for 1.0.1 bugs that are fixed in master and cherry-pick the corresponding commits into the stable branch.

--
Alexandre Julliard

Winetricks

Winetricks has had some interesting changes recently. Too many to list here, but some highlights are a Firefox 3 verb and a Schrodinger directshow filter which seems to work (Dan and Maarten are very happy about this one).

ciopfs

Case Insensitive On Purpose File System (ciopfs ) had its release 0.2 recently. This can be used to provide an even more Windows-like experience for your Wine desktop.

CodeWeavers in action

So as many of you know, CodeWeavers is a for profit organization which works on a product called CrossOver Office (and now CrossOver Games). All of the work they do on Wine gets contributed back to the open source Wine tree. It is thanks to them that Wine has made such fantastic progress over the past few years. They're really a great bunch of folks. I had the good fortune to be forwarded a youtube video of the folk at CodeWeavers during a typical day of work. I encourage anybody whose ever heard of them to check it out. My abs still hurt from laughing so hard.


WineConf 2008 Announced Archive
WineConf

Jeremy White and James Ramey at CodeWeavers have been hard at work planning this year's WineConf. WineConf is an annual get together of some of the geekiest people in the world (read: Wine developers and enthusiasts). This year's conference shall take place in the U.S., more details from Jeremy:

Hi Folks,

Thanks to the volunteer efforts of James Ramey (new guy in our office), we now have a great venue for WineConf 2008.

I've put together a page on it here:
WineConf2008

The key details are that it will be over the weekend of September 27 and 28, at a hotel in Bloomington, MN. I promise that it won't be mind numbingly cold, and I won't make any one traipse to see an ice palace this year *grin*.

In fact, it's a nice hotel, quite close to the airport, the Mall of America, a Wildlife refuge, and to a stop for our light rail system.

Additionally, I believe we will be able to offer fairly substantial travel sponsorships for people that find the cost of travel prohibitive. Email me privately if that would be a help.

And for those Europeans that hate US policies, I'll point out two things:

  • January 20, 2009 is fast approaching.
  • 1 Euro gets you $1.60, which is a whole lot of cheap beer

At any rate, if you're interested in coming to WineConf this year, please visit the Wiki and sign up for the WineConf mailing list:
http://www.winehq.org/mailman/listinfo/wineconf
We generally use that list for minutiae to avoid spamming the broader mailing list.

Hope to see you in September!

Cheers,

Jeremy


GSoC Midterms Archive
Google Summer of Code

Its been a few weeks since GSoC 2008 has begun, and already we have seen quite a significant contribution from a number of students. Maarten Lankhorst (GSoC 2008 Coordinator for Wine) recently asked each of the students to write in with their status. His post and students' responses below.

Hi students,

As you might know it's time for midterm evaluations. Unfortunately for some students I haven't seen the progress they made, and I highly encourage all students to send their patches early and often, even if it's not yet finished.

Also, I would like to hear from all students now a reflection. What went well, and what didn't, and what did you accomplish so far? :-)

Cheers, Maarten.

Ismael Barros, working on dplay:

I've been cleaning my patches, thanks to the infinite patience of Kai, and I'm starting to send them right now. However my progress can be tracked in http://repo.or.cz/w/wine/gsoc_dplay.git

The main problem so far was to adapt my work flow to an style I've never worked with, and to realize I still have too much to learn :P

My first milestone is mostly accomplished: most tests are done, but the implementation is less improved than I expected. I only committed some trivial patches, but at least I started understanding what is done and what has to be done (which should have been done when writing my application and schedule, but, well.) I'm facing some problems understanding the current dplay codebase, but it's probably I feel overwhelmed all this new COM platform, unknown to me, and with some effort it's not so complex.

Summing up, I still have to (stop slacking and) study a lot before doing anything really productive.

Regards
Ismael

Adam Petaccia, working on GDI+

So far I've accomplished a great amount of text handling functions (FontFamilies, FontCollections, and StringFormat) (which I need to clean up before sending) in GDI+, and I expect to have those finished by next week (putting me a week behind where I want to be), but I'm also working on GpRegion handling now (as oddly enough, a few StringFormat functions need it).

For what hasn't gone so well, I still need work on focusing on _one_or_two_ sub-projects at once (mild ADD at work) - as a bunch of half finished projects don't help too much. The other is sticking closer to test-driven development. I've often found myself caught up on why my code doesn't make some app work, and it becomes clear once a simple testcase is written (or at least clear what isn't the problem).

This has been a very rewarding and empowering experience, and I look forward to contributing to Wine after Summer of Code is finished.

Owen Rudge, working on configuration and control panel

My project so far has gone fairly well, and I'd say I'm currently just a little ahead of schedule, which I'm pleased about. The first part of the project was to get the Control Panel working in the shell namespace, and it turned out that a lot of the work had already been done, it just wasn't glued together properly. It took me a little while to figure out what needed doing, but I managed to work it out and it made it into Wine 1.1. :-) I'm now moving onto developing some new control panel applets, and looking at ways to improve winecfg. I've been working on an Add/Remove Programs applet for the past week or so, which is now more or less complete, and will likely be submitted to wine-patches soon. I'm also thinking about what I'm going to do with winecfg, with my thinking that the bits that are not configurable on a per-application basis (desktop appearance and sound, mainly) can be moved into/reimplemented in new control panels. So that'll be my main focus over the next few weeks.

The biggest challenge for me now is probably working out a "work plan", and making sure I set targets for myself, to ensure I can try to get as much done and use my time efficiently. Other than that, I've learned a lot about the general process of Wine development, and have quite enjoyed things so far.

The majority of my code can be found at http://repo.or.cz/w/wine/gsoc_cpanel.git.

Cheers,

Piotr Caban, working on MSXML

I've been working on two parts of my MSXML projects:
1) Fixing bugs
That went well. I have fixed Photoshop CS3 installer as well as other bugs. I have patches for bugs 5565, 8945, 9349, 9604, 10802, 11301, 11376, 12521, 14386, 14260 and 5074. I have also investigated most of bugs in msxml3 component.
2) Implementing SAX reader.
I have started working on it and written some code, but it still needs more work.
I have also done some work towards asynchronous reading.

The hardest thing for me was debugging Photoshop CS3 installer. It was easy to find missing APIs that I had to implement, but the last problem was very hard to find (and it's that more satisfaction from fixing it:-) ).

Regards,
Piotr

Many thanks to Google for funding and making this year's summer of code possible thus far. Also thanks to Maarten for organizing and the students for their hard work!


Wine and CUDA (Nvidia GPGPU) Archive
CUDA

Seth Shelnutt has been writing into the mailing list a bit recently with his efforts to get the Windows GPU Folding at home client to work under wine. This client requires support from libraries like Nvidia's CUDA, which enable GPUGPU (General purpose graphics processing). The conversation is fairly interesting and involves writing a wrapper from the windows CUDA api to the linux CUDA and other interesting issues. Some of the highlights below:

As a continuation from the question on making the FAH GPU2 Nvidia client run, we have gotten past the detecting the card as we changed Wine's generic output to look like an Nvidia card thanks to a few of you. Now comes the hard part. Even when using the cudart.dll file it does not work. We get an cudastream error about it not being implemented. It then repeats these 5 lines until the client is stopped.

Reading file work/wudata_07.tpr, VERSION 3.1.4 (single precision)
Reading file work/wudata_07.tpr, VERSION 3.1.4 (single precision)
Reading sasa-enabled ir 0 0
Initializing Nvidia gpu library
cudaMalloc CUDAStream::Allocate failed feature is not yet implemented

Martijn Berger said here (http://www.winehq.org/pipermail/wine-devel/2008-July/067063.html) that all that should need to be done is right a wrapper to translate the calls from cudart.dll to libcuda.so.2.0. I suppose the place to start would be to download the SDK's and see how much documentation is available on both the Linux and Windows calls.

From reading the programing guide and reference manual it seems that most of the function are the same as expected between Windows and Linux, in fact the reference manual doesn't differentiate between the two.

http://developer.download.nvidia.com/compute/cuda/2.0-Beta2/docs/Programming_Guide_2.0beta2.pdf br /> http://developer.download.nvidia.com/compute/cuda/2.0-Beta2/docs/CudaRefMan_2.0beta2.pdf br />

Is it possible to just symbolicly link the cudart.dll file to the libcudart.so file? If they are expecting mostly the same function calls should this not work? They are going to test this now and see.

I believe the main problem is just that cudart.dll is driving to access the windows nvidia driver where this is none, but libcudart.so knows how to access the Linux driver.

Michael Karcher then pointed out that symbolic linking wouldn't work because of header format differences (PE and ELF). He also mentions that the proper solution would be to make a .spec file and a wrapper for each function. Stefan Dösinger also pointed out that there already exists a perl script for automating the creation of such a wrapper.

After a bunch more back and fourth about issues with compilation Seth managed to get his wrapper to compile. However the new wrapper is not yet working as intended.

Well at least it compiled, but it isn't working. We are still getting the message that the function isn't implemented.

Initializing Nvidia gpu library
cudaMalloc CUDAStream::Allocate failed feature is not yet implemented

Now both cudamalloc and all four cuda stream's, cudaStreamCreate, Destroy, Query and Synchronize were implemented. I thought maybe it was because in the spec file I had the cudaStream's as pointers (ptr) so I switched them to long but ti didn't make a difference. Originally the argument was "stream" but I can't get any argument but ptr and long to pass the winegcc for spec files.

http://shelnutt.twomurs.com/patches/cuda/cuda.dll.spec

Does wine need to somehow be made aware of the presence of the cudart.dll.so file? We tried putting it in both the system32 and the lib folder but it seems also that maybe WINE needs to be made aware of it?

So no working CUDA in Wine yet. However, this does seem promising and I'm sure WWN 350 will include information about successful CUDA usage in Wine.


Valgrind Updates Archive
Valgrind Bugs

Dan Kegel, in the time around Wine 1.0 release worked very hard to nail down many issues in Wine found with Valgrind. He did such a good job that Wine was down to less than 100 Valgrind errors! Since then however there have been many fewer posts about Valgrind issues, and we never hit the magic number zero.

As it turns out the last 50 are difficult to fix; and patches which simply silence the warning and not properly fixing the issue they represent will likely be rejected. Dan Kegel's thoughts:

http://www.kegel.com/wine/valgrind/logs/2008-07-11-10.09-count-by-file.txt shows that 54 tests have some valgrind error (not counting leaks). Some of those are false positives, e.g. anything with NtFsControlFile can probably be ignored [and soon will be]. http://www.kegel.com/wine/valgrind/logs/2008-07-11-10.09-count-by-error.txt shows that there are about 188 different errors. However, many of those are related; if for instance the bug in PrimaryBufferImpl_GetVolume is fixed, it will clear up 32 of them. A lot of the patches I had been carrying (http://www.kegel.com/wine/valgrind/logs/2008-07-04-patches/) might be useful for somebody looking at doing real fixes.

I have returned to "just catch regressions" mode rather than doing a full frontal assault on Valgrind errors for now. Though my continuous build-and-test results are online for anyone who wants to continue the full frontal assault... But anyone who does better have really good tests and/or reputation, or Alexandre won't accept the patch.


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

Category Total Bugs Last Issue Total Bugs This Issue Net Change
UNCONFIRMED 2041 2222 +181
NEW 1774 1816 +42
ASSIGNED 34 35 +1
REOPENED 79 79 0
RESOLVED 834 856 +22
CLOSED 9208 9450 +242
TOTAL OPEN 3928 4152 +224
TOTAL 13970 14458 +488



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
Acrobat Pro 6.0 Silver (0.9.58) Garbage (1.0.0)
-2
Acrobat Pro 7.0 Bronze (0.9.58) Garbage (1.0.0)
-1
Acrobat Reader 4.x Gold (0.9.57) Silver (1.0.0)
-1
Atomic Bomberman 1.0 Gold (0.9.31) Platinum (1.0-rc2)
+1
Baldur's Gate II Baldur's Gate Tutu Gold (1.0.0) Platinum (1.1.0)
+1
Baldur's Gate II Throne of Bhaal Platinum (1.0-rc2) Gold (1.0.0)
-1
Battlezone 2 1.3 Public Beta Bronze (0.9.54) Silver (1.1.0)
+1
Black Moon Chronicles: Winds of War v1.30 Silver (0.9.56) Platinum (1.1.0)
+2
Broken Cross Disk Manager x86 4.03 Garbage (0.9.49) Bronze (1.1.0)
+1
Call of Duty 1.3 Gold (0.9.54) Platinum (1.0-rc3)
+1
Call of Duty United Offensive: 1.5 Gold (0.9.54) Platinum (1.0.0)
+1
ClassPad Manager for Class Pad 300 01.24 Bronze (0.9.44) Gold (1.0.0)
+2
Condor: The Competition Soaring Simulator 1.1.2 Garbage (0.9.58) Bronze (1.0-rc3)
+1
CorelDRAW X3 (13) Gold (0.9.59) Garbage (1.1.0)
-3
Desperados 2: Cooper's Revenge 1.01 (build 1.48) Gold (0.9.44) Platinum (1.0-rc4)
+1
Diablo 1.0x Garbage (1.1.0) Gold (1.1.1)
+3
Diablo Hellfire: 1.01 Silver (1.0-rc3) Gold (1.1.1)
+1
Dungeon Keeper 2 1.x Garbage (1.0-rc1) Bronze (1.1.0)
+1
Entropia Universe 9.x Bronze (0.9.53) Garbage (1.0.0)
-1
Extreme Warfare Revenge 4.2 Garbage (0.9.52) Bronze (1.0-rc3)
+1
Faktury 4.1 Gold (0.9.61) Platinum (1.1.0)
+1
Fireworks 8 Gold (1.0-rc4) Platinum (1.0.0)
+1
Ford Racing 2 Demo Silver (1.0-rc3) Garbage (1.0.0)
-2
Gothic 3 1.x Garbage (0.9.59) Bronze (1.0-rc5)
+1
Half-Life 1.1.1.0 Gold (1.0-rc1) Platinum (1.1.1)
+1
Half-Life Blue Shift: 1.0.0.1 Silver (1.0-rc1) Platinum (1.1.1)
+2
House of the Dead 2 1.0? Garbage (0.9.59) Bronze (1.0-rc5)
+1
Little Big Adventure Twinsen's Odyssey Platinum (0.9.54) Gold (1.0.0)
-1
Mount&Blade 0.x Garbage (0.9.34) Silver (1.0-rc5)
+2
PRONOTE Client 2007 Gold (1.0-rc2) Platinum (1.0.0)
+1
Photoshop CS2 Gold (1.0.0) Platinum (1.1.0)
+1
Pirates of the burning sea Current Gold (1.0.0) Silver (1.1.0)
-1
Pokemon NetBattle 0.9.6 Bronze (0.9.60) Platinum (1.1.0)
+3
Pro Evolution Soccer 2008 1.0 Garbage (1.1.0) Bronze (1.1.1)
+1
RACE and Race 07 - The WTCC Game Two car DEMO Garbage (0.9.52) Platinum (1.0.0)
+4
Renegade 64 1.x Gold (0.9.50) Silver (1.0.0)
-1
RivChat 2.35 Silver (1.0-rc1) Gold (1.1.1)
+1
Robot Wars: Arenas of Destruction 1.2 Silver (1.0-rc1) Platinum (1.0.0)
+2
Rosetta Stone 2.08.1A Platinum (1.0-rc3) Gold (1.1.0)
-1
Silent Hill 2 1.0 Gold (1.0-rc1) Garbage (1.0.0)
-3
SimCity 4 SimCity 4 Deluxe Garbage (1.0-rc5) Gold (1.0.0)
+3
Sling Player 1.5 UK Bronze (1.0-rc4) Gold (1.0.0)
+2
SpongeBob SquarePants: The Movie 1.0 Bronze (1.0.0) Gold (1.1.1)
+2
Spore Creature Creator Trial Edition Garbage (0.9.61) Bronze (1.0.0)
+1
Star Wars: Battlefront II 1.0 Silver (1.0-rc2) Bronze (1.0.0)
-1
StarCraft 1.x Silver (1.0-rc2) Platinum (1.1.1)
+2
StarCraft Brood War: 1.x Silver (1.1.0) Platinum (1.1.1)
+2
StarCraft Demo 1.01 Gold (1.0.0) Platinum (1.1.1)
+1
Supreme Commander FA 1.x.3xxx Silver (1.0.0) Gold (1.1.0)
+1
Terminator 3 - War of the Machines 1.16 Silver (0.9.60) Garbage (1.1.0)
-2
The Lord of the Rings: The Battle for Middle-Earth... Garbage (1.0-rc4) Bronze (1.0-rc5)
+1
The Movies 1.1 Silver (0.9.55) Gold (1.0.0)
+1
The Settlers IV Gold: 2.50.1516a Silver (0.9.61) Garbage (1.1.1)
-2
The Ship 2007.02.26 Bronze (0.9.53) Gold (1.0.0)
+2
Visual CADD 5 5.0.5.134 Silver (0.9.59) Garbage (1.1.0)
-2
Winbox 2.2.13 Platinum (0.9.55) Gold (1.0.0)
-1
Word 2003 Garbage (1.0-rc1) Silver (1.0.0)
+2
Total Change
+34

Updates by the Public

Application Old Status/Version New Status/Version Change
.NET Framework 1.1 Gold (1.0.0) Garbage (1.1.1)
-3
.NET Framework 2.0 Gold (1.0-rc4) Garbage (1.1.0)
-3
1503 A.D.: The New World 1.0 Gold (1.0-rc4) Garbage (1.1.0)
-3
18 Wheels of Steel: Across America 1.0 Platinum (0.9.46) Bronze (1.0.0)
-3
AbiWord 2.6.3 Bronze (1.1.0) Platinum (1.1.1)
+3
Action Request System (Remedy User) 7.1 Silver (0.9.58) Platinum (1.1.0)
+2
ActiveSync 4.1 Silver (0.9.42) Garbage (1.0-rc2)
-2
After Effects 6.5 Garbage (0.9.33) Silver (1.0-rc1)
+2
Agatha Christie - And Then There Were None 1.0 Bronze (0.9.58) Gold (1.0.0)
+2
Age of Empires Age of empires Gold edition Bronze (1.0.0) Silver (1.1.0)
+1
Age of Empires II The Age of Kings: 2.x Bronze (1.0.0) Garbage (1.1.0)
-1
Age of Empires II The Conquerors Expansion: 1.0x Garbage (1.0.0) Bronze (1.1.0)
+1
Age of Empires The Rise of Rome: 1.x Silver (1.0-rc4) Bronze (1.1.0)
-1
Age of Mythology 1.10 Silver (1.0.0) Platinum (1.1.0)
+2
Aliens Versus Predator 2 1.0.9.6 Bronze (1.0.0) Gold (1.1.0)
+2
Anarchy Online Internet Play Silver (1.0-rc2) Garbage (1.0.0)
-2
Another World: Collector's Edition Demo 1.x Garbage (0.9.58) Platinum (1.0.0)
+4
Ares 2.09 Gold (0.9.58) Garbage (1.0.0)
-3
Artificial Girl 2 1.0 Silver (0.9.41) Gold (1.0.0)
+1
Artificial Girl 3 1.0* Bronze (1.0-rc1) Garbage (1.1.0)
-1
Arx Fatalis 1.x Garbage (0.9.59) Bronze (1.0.0)
+1
Audition 1.5 Gold (0.9.40) Garbage (1.0.0)
-3
BabasChess 3.0 Build 6623 Gold (0.9.1) Garbage (1.1.0)
-3
Babylon 5: I've Found Her: Danger and Opportunity ... Gold (0.9.54) Platinum (1.0.0)
+1
Babylon-Pro Babylon Pro 6 Garbage (0.9.56) Bronze (1.0.0)
+1
Baldur's Gate II Baldur's Gate Trilogy 1.05b Platinum (1.0-rc2) Garbage (1.0.0)
-4
Battle Isle: The Andosia War Polish Garbage (1.0-rc4) Gold (1.0.0)
+3
Battlefield 2 1.x Gold (1.0.0) Silver (1.1.0)
-1
Battlefield 2142 1.x Gold (0.9.48) Garbage (1.0.0)
-3
Beasts & Bumpkins 1.0 Gold (0.9.52) Garbage (1.0.0)
-3
Beyond Compare 2.5.2 Silver (0.9.59) Platinum (1.0-rc3)
+2
Beyond Divinity 1.47 Bronze (0.9.35) Garbage (1.0.0)
-1
Black & White 1.100 Garbage (1.0-rc1) Bronze (1.1.0)
+1
Blade Runner 1.00 Bronze (0.9.47) Silver (1.0.0)
+1
Borland C++Builder Borland Developer Studio 2006 A... Garbage (0.9.59) Bronze (1.1.0)
+1
CHESSIMO 3.10 Garbage (0.9.58) Bronze (1.0.0)
+1
Call of Cthulhu: Dark Corners of the Earth 1.0 Garbage (0.9.59) Gold (1.1.0)
+3
Call of Duty 1.5 Platinum (0.9.59) Gold (1.0.0)
-1
Carmageddon 1.0 Platinum (0.9.52) Silver (1.0.0)
-2
Carmageddon 2 1.0 Gold (0.9.59) Silver (1.1.0)
-1
Civilization: Call to Power 1.2 Bronze (0.9.48) Silver (1.1.0)
+1
Command & Conquer: Generals Zero Hour: 1.04 Bronze (0.9.57) Silver (1.1.0)
+1
Command & Conquer: Renegade 1.0x Silver (1.0.0) Platinum (1.1.0)
+2
Command & Conquer: Tiberian Sun 1.0-2.03 Bronze (1.0-rc2) Silver (1.1.0)
+1
Commandos 2: Men of Courage 1.1 Platinum (0.9.39) Silver (1.0.0)
-2
Company of Heroes 1.0 Bronze (0.9.59) Garbage (1.0.0)
-1
Condemned: Criminal Origins 1.0 Silver (0.9.58) Garbage (1.1.1)
-2
Counter-Strike: Source Retail / Steam Silver (1.0-rc2) Bronze (1.0.0)
-1
Crazy Machines - News out of the laboratory 1.20 Silver (0.9.28) Gold (1.0-rc5)
+1
Crazy Machines - The Inventor's Workshop 1.0 Gold (0.9.52) Garbage (1.1.0)
-3
CrossLoop 2.20 Bronze (1.0-rc2) Garbage (1.1.0)
-1
DOMO (Dream of Mirror Online) NA Closed Beta Clien... Garbage (0.9.61) Bronze (1.0.0)
+1
Dark Messiah of Might and Magic 1.02 Garbage (1.0-rc3) Gold (1.0.0)
+3
Dark Reign 2 1.0 Garbage (0.9.28) Bronze (1.0.0)
+1
Digsby Build 15142 Garbage (1.0.0) Silver (1.1.0)
+2
Disciples II Gold Dark Prophecy & Gallean's Return Silver (1.0-rc4) Platinum (1.0.0)
+2
Dogz 2: Your Virtual Petz 1.00.014g Garbage (0.9.13) Bronze (1.0.0)
+1
Dreamweaver MX Platinum (1.0-rc5) Silver (1.1.0)
-2
Dungeon Siege 1.11.1462 Bronze (0.9.59) Garbage (1.0.0)
-1
ElsterFormular 2007/2008 Gold (0.9.60) Bronze (1.0.0)
-2
Emperor: Rise of the Middle Kingdom 1.x Garbage (1.0-rc1) Platinum (1.1.0)
+4
Empire Earth 1.0-2.0 Gold (1.0-rc3) Silver (1.1.0)
-1
EndNote X1 Gold (1.0-rc1) Silver (1.0-rc3)
-1
Europa Universalis III 1.3 Bronze (0.9.55) Silver (1.1.0)
+1
FL Studio 8.0 Garbage (1.0-rc4) Bronze (1.0.0)
+1
Fable: The Lost Chapters 1.0 Garbage (0.9.61) Silver (1.0.0)
+2
Fallout Tactics All Versions Gold (1.0-rc2) Platinum (1.1.0)
+1
FileFormatConverters 1.0 Garbage (0.9.60) Bronze (1.1.0)
+1
FileMaker Pro 9.0 Garbage (0.9.46) Gold (1.0.0)
+3
FitDay 1.0.0.6 Bronze (0.9.31) Silver (1.0.0)
+1
Flash 8 Platinum (1.0.0) Silver (1.1.0)
-2
FlatOut 2 1.2 Garbage (1.0-rc3) Silver (1.1.0)
+2
Foxit Reader 2.3 Platinum (1.0-rc1) Silver (1.0-rc3)
-2
Galactic Civilizations II: Dread Lords 1.x Garbage (0.9.57) Silver (1.0.0)
+2
Game Maker 6.1 Gold (1.0-rc4) Bronze (1.1.0)
-2
Game Maker 7.0 Garbage (0.9.58) Bronze (1.0.0)
+1
Gangsters: Organized Crime all Garbage (0.9.51) Bronze (1.0.0)
+1
Garry's Mod 10 Bronze (0.9.55) Gold (1.0.0)
+2
Gens 2.x Gold (0.9.60) Bronze (1.1.0)
-2
Gom encoder beta [2007/12/27] Bronze (0.9.51) Silver (1.0.0)
+1
Google SketchUp 6.x Garbage (1.0.0) Bronze (1.1.0)
+1
Grand Theft Auto free from official Rockstar websi... Platinum (1.0-rc3) Gold (1.0.0)
-1
Grand Theft Auto: San Andreas 1.00 Platinum (1.0.0) Gold (1.1.0)
-1
Grand Theft Auto: San Andreas 1.01 Platinum (1.0.0) Gold (1.1.0)
-1
Grim Fandango 1.0 Bronze (0.9.51) Gold (1.0.0)
+2
Grlevelx multiple versions Garbage (1.0-rc3) Bronze (1.0.0)
+1
Half-Life 2 Episode One: Retail Bronze (1.0.0) Gold (1.1.0)
+2
Halo: Combat Evolved Trial Garbage (0.9.60) Platinum (1.0.0)
+4
Harry Potter and the Chamber of Secrets Retail CD ... Platinum (0.9.57) Silver (1.1.0)
-2
Hearts 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519 : ... Platinum (0.9.46) Silver (1.0-rc5)
-2
Heroes of Might and Magic III Complete: 4.0 Bronze (1.0-rc4) Gold (1.0.0)
+2
Heroes of Might and Magic III The Shadow of Death:... Silver (0.9.50) Gold (1.0.0)
+1
Heroes of Might and Magic IV 1.0-3.0 Gold (0.9.59) Silver (1.1.0)
-1
Heroes of Might and Magic IV Gold v.3.0c (Czech) Gold (0.9.57) Silver (1.0.0)
-1
Hollywood Monsters 1.x Gold (0.9.58) Platinum (1.0.0)
+1
Homeworld 1.05 Silver (1.0-rc3) Garbage (1.0.0)
-2
I-Doser 4.5 Gold (0.9.53) Silver (1.1.0)
-1
IL-2 Sturmovik 1946 (4.08m) Silver (0.9.60) Gold (1.0.0)
+1
Imperial Glory v1.0 Garbage (0.9.59) Silver (1.1.0)
+2
InDesign 4.0 (CS2) Garbage (0.9.58) Gold (1.0.0)
+3
Independence War Deluxe Edition Disc Set Garbage (0.9.59) Silver (1.0-rc5)
+2
Jagged Alliance 2 JA2 Gold (JA2+JA2UB) 1.12 Silver (0.9.49) Platinum (1.1.0)
+2
Jagged Alliance 2 Wildfire: 6.04 Gold (1.0-rc4) Silver (1.0.0)
-1
John Romero's Daikatana 1.0 , 1.2 Gold (0.9.53) Silver (1.0.0)
-1
Joost 1.1.x Beta Garbage (0.9.61) Silver (1.1.0)
+2
Just Cause 1.0 Gold (0.9.56) Platinum (1.1.0)
+1
LEGO Star Wars: The Video Game 1.0 Garbage (1.0.0) Gold (1.1.0)
+3
Lara Croft Tomb Raider: Legend 1.2 Silver (1.0-rc4) Gold (1.0.0)
+1
Last Chaos 2.0 Garbage (1.0.0) Gold (1.1.0)
+3
Lernwerkstatt 7 Silver (0.9.46) Garbage (1.1.0)
-2
Lineage 2 Chronicle 5 Garbage (0.9.18) Gold (1.0-rc4)
+3
Lineage 2 Interlude Gold (0.9.53) Silver (1.0-rc1)
-1
Lord of the Rings: War of the Ring Demo Bronze (1.0.0) Gold (1.1.0)
+2
Lords of the Realm III 1.0 Platinum (0.9.57) Gold (1.1.0)
-1
Madness Interactive 1.0 Garbage (0.9.48) Platinum (1.0.0)
+4
Majesty-The Fantasy Kingdom Sim 1.0 Garbage (1.0-rc2) Bronze (1.1.0)
+1
Manhunt 1.x Bronze (0.9.54) Garbage (1.1.0)
-1
Max Payne 2: The Fall of Max Payne Demo Gold (0.9.54) Bronze (1.0.0)
-2
Max Payne Demo 1.05 Platinum (0.9.42) Bronze (1.0.0)
-3
MetaTrader 4.x Garbage (0.9.60) Gold (1.1.0)
+3
Metal Gear Solid 1.0 Silver (1.0-rc1) Bronze (1.0.0)
-1
Microsoft Flight Simulator 2004 Bronze (0.9.55) Garbage (1.0.0)
-1
Microsoft Office 2002 (XP) Silver (1.0-rc2) Bronze (1.0.0)
-1
Microsoft Office 2003 Silver (1.0-rc4) Bronze (1.0.0)
-1
Microsoft Office 2007 Bronze (1.0.0) Silver (1.1.0)
+1
Midtown Madness 2 1.1 Garbage (0.9.33) Bronze (1.0.0)
+1
Midway PsiOps Ad Supported Free Download Garbage (1.0-rc4) Gold (1.0.0)
+3
Might and Magic VII: For Blood and Honor 1.0 Silver (0.9.57) Garbage (1.1.0)
-2
Moto Racer 2 1.0 Garbage (1.0-rc3) Platinum (1.1.0)
+4
Mp3Gain 1.2.5 Platinum (1.0.0) Gold (1.1.0)
-1
Myst V: End of Ages Demo Silver (0.9.45) Garbage (1.0.0)
-2
Mystery Case Files - Ravenhearst 1.0 ( i think ) Bronze (0.9.46) Gold (1.1.0)
+2
Navision 4.0 SP2 Silver (0.9.35) Gold (1.0.0)
+1
Neverwinter Nights Aurora Toolset 1.68 Bronze (1.0-rc1) Silver (1.0-rc4)
+1
Nexus: The Jupiter Incident 1.01 Gold (0.9.54) Silver (1.0.0)
-1
Operation Flashpoint 1.0 Bronze (0.9.44) Garbage (1.0.0)
-1
Overclocked: A History of Violence 1.0 Silver (1.0-rc4) Gold (1.1.0)
+1
PPLive 1.8 Bronze (0.9.49) Garbage (1.0-rc4)
-1
Pandora's Box 1.0a Platinum (0.9.42) Garbage (1.0-rc2)
-4
PartyPoker 1.2 build 92 Garbage (1.0.0) Gold (1.1.0)
+3
Perfect World Cubizone Gold (0.9.60) Bronze (1.0.0)
-2
Perfect World open beta Bronze (1.0-rc3) Platinum (1.1.0)
+3
Pharaoh 1.00 Gold (1.0-rc4) Garbage (1.1.0)
-3
Photoline 13.52 Gold (0.9.61) Bronze (1.0.0)
-2
Photoshop CS3 (10.0) Bronze (1.0.0) Garbage (1.1.0)
-1
Photoshop Elements 6.0 Garbage (0.9.55) Bronze (1.0-rc5)
+1
Pirates of the Caribbean 1.0 Platinum (1.0-rc2) Bronze (1.1.0)
-3
Polar WebLink 2.4.0 Garbage (1.0-rc1) Gold (1.1.0)
+3
Populous: The Beginning 1.01 Garbage (1.0-rc4) Bronze (1.0.0)
+1
Postal 2 1.x Gold (0.9.56) Platinum (1.1.0)
+1
Prey 1.x Gold (1.0.0) Platinum (1.1.0)
+1
Prince of Persia: The Sands of Time Demo Platinum (0.9.59) Silver (1.1.0)
-2
Prince of Persia: The Two Thrones 1.0 Silver (1.0-rc4) Bronze (1.0.0)
-1
Prince of Persia: Warrior Within Warrior Within De... Garbage (0.9.34) Bronze (1.0-rc5)
+1
Pro/Desktop 2000i2 Garbage (0.9.24) Silver (1.0-rc3)
+2
Profesor Henry Slownictwo 3&4 5.0 (5.38 in Setting... Gold (0.9.30) Silver (1.0.0)
-1
Proteus 6.7 Pro SP3 Garbage (0.9.54) Bronze (1.0.0)
+1
Proxomitron 4.5 June Gold (0.9.42) Platinum (1.0.0)
+1
Puzzle Quest 1.02 Garbage (0.9.60) Silver (1.0-rc3)
+2
Quake 4 1.0 Silver (0.9.9) Gold (1.1.0)
+1
RPG Maker VX: 102 Gold (1.0-rc1) Bronze (1.0.0)
-2
Ragnarok Online Private Server Clients Gold (1.0.0) Garbage (1.1.0)
-3
Rama 1.0 Garbage (0.9.30) Bronze (1.0.0)
+1
RapidShare Downloader (RSD) RapidShare Manager (RS... Garbage (0.9.59) Gold (1.0.0)
+3
Re-Volt 1.x Garbage (0.9.58) Silver (1.0.0)
+2
Reason Reason Version 4.0 Silver (0.9.60) Bronze (1.0.0)
-1
Red Faction II 1.0 Platinum (0.9.61) Bronze (1.0.0)
-3
Rites of War 1.x Garbage (0.9.38) Bronze (1.1.0)
+1
Roller Coaster Tycoon Loopy Landscapes: 1.20.013 Platinum (0.9.58) Gold (1.0-rc5)
-1
Rollercoaster Tycoon 3 1.00 Garbage (1.0-rc4) Bronze (1.0.0)
+1
S.T.A.L.K.E.R. : Shadow of Chernobyl 1.x Silver (1.0.0) Gold (1.1.0)
+1
Sacred 1.0 Garbage (0.9.38) Gold (1.1.0)
+3
Sacred 2.28 Platinum (1.0-rc3) Silver (1.0.0)
-2
Safari 3.1.x Platinum (1.0-rc5) Bronze (1.0.0)
-3
Sam & Max Episode 6: Bright Side of the Moon 1.0 Gold (0.9.56) Garbage (1.1.0)
-3
Sam and Max - Reality 2.0 1.x Gold (0.9.56) Garbage (1.1.0)
-3
Sibelius 5 Garbage (0.9.58) Bronze (1.0.0)
+1
Sid Meier's Civilization IV 1.74 Garbage (1.0-rc3) Gold (1.0.0)
+3
Sid Meier's Civilization IV 1.74 (Direct2Drive) Garbage (0.9.51) Gold (1.1.0)
+3
Sid Meier's Civilization IV 3.17 (Beyond the Sword... Garbage (1.0.0) Gold (1.1.0)
+3
Sigma Photo Pro 2.5 Platinum (1.0-rc3) Gold (1.0.0)
-1
Silkroad Online 1.x Gold (1.0.0) Platinum (1.1.0)
+1
Silver 1.0 Garbage (1.0-rc3) Silver (1.0-rc5)
+2
SimAnt: The Electronic Ant Colony 1.0 Silver (0.9.48) Gold (1.0.0)
+1
Sins of a Solar Empire 1.0 Gold (1.0-rc2) Garbage (1.0.0)
-3
Sonic & Knuckles Collection 1.0 with patch Bronze (0.9.58) Silver (1.1.0)
+1
Space Colony 1.0 Silver (0.9.47) Platinum (1.0-rc5)
+2
SpellForce: The Order of Dawn Demo 2 Garbage (0.9.2) Gold (1.0.0)
+3
Spheres of Chaos 2.10 Silver (0.9.49) Bronze (1.1.0)
-1
Splinter Cell Chaos Theory 1.05 Bronze (0.9.55) Garbage (1.0-rc2)
-1
Star Trek: Bridge Commander 1.0 Silver (0.9.44) Platinum (1.1.0)
+2
Star Trek: Bridge Commander Demo Bronze (1.0-rc1) Platinum (1.0.0)
+3
Star Wars: Battlefront II 1.1 Bronze (1.0.0) Garbage (1.1.1)
-1
Star Wars: Empire at War Forces of Corruption 1.1 Silver (0.9.41) Garbage (1.0.0)
-2
Star Wars: Republic Commando 1.0 Silver (0.9.60) Garbage (1.0.0)
-2
StarLancer 1.x Garbage (0.9.42) Silver (1.0.0)
+2
Stardock Central 2.53.518 Gold (0.9.57) Bronze (1.0.0)
-2
Starport: Galactic Empires 1.0 Garbage (0.9.58) Gold (1.1.0)
+3
Steam All Versions Gold (1.0.0) Platinum (1.1.0)
+1
Stranglehold Retail Garbage (0.9.44) Bronze (1.1.0)
+1
Stronghold 2 1.2 Garbage (0.9.60) Bronze (1.0.0)
+1
Stronghold 2 1.4 Garbage (0.9.55) Gold (1.0.0)
+3
Sudeki 1.x Gold (0.9.50) Silver (1.0.0)
-1
Sun Java JRE 1.6.x Silver (0.9.55) Bronze (1.0-rc2)
-1
Syberia II 1.0 Platinum (1.0.0) Gold (1.1.0)
-1
System Shock 2 2.3 Gold (1.0-rc3) Bronze (1.0.0)
-2
TGB Dual vol 7 Build 2053 Silver (0.9.51) Bronze (1.0.0)
-1
TaxAct TaxACT 2007 Deluxe Silver (0.9.59) Bronze (1.1.0)
-1
Team Fortress 2 - Steam July 8, 2008 Bronze (1.0-rc4) Gold (1.0.0)
+2
Temple of Elemental Evil 1.x Silver (0.9.58) Garbage (1.0.0)
-2
Terragen 0.9.43 Gold (0.9.50) Garbage (1.1.0)
-3
Terragen UNREGISTERED version 0.9.43 Gold (0.9.51) Platinum (1.1.0)
+1
Test Drive Unlimited 1.x Garbage (0.9.58) Bronze (1.1.1)
+1
Thang Online 20060608 Gold (0.9.41) Garbage (1.0.0)
-3
The Bard's Tale 2.7.2.7 Garbage (1.0-rc3) Gold (1.1.0)
+3
The Bat! 3.x Silver (0.9.51) Bronze (1.0.0)
-1
The Elder Scrolls III: Morrowind 1.6.1820 (Bloodmo... Silver (1.1.0) Bronze (1.1.1)
-1
The Elder Scrolls IV: Oblivion 1.2.x Silver (1.0.0) Gold (1.1.0)
+1
The Punisher 1.0 Garbage (0.9.41) Bronze (1.1.0)
+1
The Settlers IV 1.0-2.50.1516 Silver (0.9.57) Gold (1.1.0)
+1
The Simpsons: Hit & Run 1.0 Silver (1.0-rc4) Platinum (1.1.0)
+2
The Witcher US demo Bronze (0.9.53) Silver (1.0.0)
+1
The X-Files Game 1.0-2.05 Platinum (0.9.49) Bronze (1.0-rc5)
-3
Thief: Deadly Shadows 1.1 (CD) Garbage (1.0-rc4) Bronze (1.0.0)
+1
Toribash 3.00 Garbage (0.9.49) Platinum (1.1.0)
+4
Total Overdose 1.0 Garbage (0.9.21) Bronze (1.0.0)
+1
Trainz 2006 Demo Gold (0.9.41) Silver (1.0.0)
-1
Tribes 2 Build 25034 Platinum (0.9.54) Silver (1.0.0)
-2
Truck Dismount - Rekkaturvat 1.0 Bronze (0.9.7) Platinum (1.0.0)
+3
Tzar: The Burden of the Crown 1.00 Bronze (0.9.54) Gold (1.1.0)
+2
UFO: Afterlight 1.xx Garbage (1.0-rc2) Silver (1.0.0)
+2
UOAssist 1.6.1.0 Gold (0.9.61) Garbage (1.0.0)
-3
UltraISO 9.X Platinum (0.9.58) Gold (1.1.0)
-1
Unreal 226f/226b Gold (0.9.58) Platinum (1.1.0)
+1
Unreal Tournament 3 Retail Bronze (1.0.0) Garbage (1.1.0)
-1
Valve Hammer Editor 4.1 Platinum (0.9.49) Garbage (1.0.0)
-4
Vampire: The Masquerade - Bloodlines 1.x Gold (1.0-rc3) Bronze (1.1.0)
-2
Vampire: The Masquerade - Bloodlines Steam Platinum (0.9.58) Garbage (1.0-rc5)
-4
Ventrilo Client 3.0.x Gold (0.9.61) Platinum (1.1.0)
+1
Virtual DJ 5.0.7 Gold (0.9.58) Garbage (1.0.0)
-3
Virtual Infrastructure Client 2.5 Bronze (1.0-rc1) Garbage (1.0.0)
-1
Visio 2003 Bronze (1.0-rc4) Silver (1.0.0)
+1
Visual Basic 2005 Express Garbage (0.9.58) Bronze (0.9.61)
+1
WISO Sparbuch 2008 Bronze (0.9.60) Garbage (1.1.0)
-1
Warhammer 40,000: Dawn of War Dawn of War Platinum (0.9.42) Garbage (1.1.0)
-4
Warlords III: Reign of Heroes 1.02 Garbage (1.0-rc1) Bronze (1.0.0)
+1
Warzone 2100 2.0.10 Silver (0.9.50) Platinum (1.1.0)
+2
WinSCP 4.0.7 Bronze (0.9.58) Platinum (1.0.0)
+3
Winamp 5.x Free "Basic" Platinum (0.9.54) Silver (1.0.0)
-2
Winbox 2.2.11 Gold (1.0-rc5) Platinum (1.1.0)
+1
Within a Deep Forest 1.1.1 Gold (0.9.30) Platinum (1.0.0)
+1
Word 6.0 Garbage (0.9.5) Bronze (1.0.0)
+1
Word Viewer 2003 Platinum (0.9.58) Silver (1.1.0)
-2
WordPerfect Office X3 Bronze (0.9.58) Garbage (1.0.0)
-1
Wulfram II all Bronze (0.9.44) Gold (1.0.0)
+2
XCOM Interceptor 1.0 Garbage (0.9.41) Platinum (1.0.0)
+4
e-Sword 7.9.8 Garbage (1.0-rc2) Silver (1.0.0)
+2
mircstats 1.2x Silver (0.9.20) Bronze (1.1.0)
-1
putty 0.60 Platinum (1.0.0) Bronze (1.1.0)
-3
rFactor v1255F Bronze (0.9.61) Platinum (1.1.0)
+3
Total Change
+40

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.