WineHQ

World Wine News

All the news that fits, we print.

6/18/2008
by Zachary Goldberg
Issue: 348

XML source
More Issues...

This is the 348 issue of the Wine Weekly News publication. Its main goal is to 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, 347 posts consumed 449 K. There were 97 different contributors. 54 (55%) posted more than once. 58 (59%) posted last week too.

The top 5 posters of the week were:

  1. 33 posts in 35K by dank at kegel.com (Dan Kegel)
  2. 25 posts in 36K by truiken at gmail.com (James Hawkins)
  3. 17 posts in 16K by dmitry at codeweavers.com (Dmitry Timoshkov)
  4. 15 posts in 16K by paul.vriens.wine at gmail.com (Paul Vriens)
  5. 14 posts in 21K by winehacker at gmail.com (Steven Edwards)

News: Wine 1.0! Archive
Wine 1.0

The official announcement:

The Wine team is proud to announce that Wine 1.0 is now available. This is the first stable release of Wine after 15 years of development and beta testing. Many thanks to everybody who helped us along that long road!

While compatibility is not perfect yet, thousands of applications have been reported to work very well. Check http://appdb.winehq.org to see the details for your favorite applications.

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

The release caused an inevitable inundation of web surfers hitting winehq.org and downloading the big release. So much so that http://www.winehq.org was offline for an hour or two during the worst of the storm. You can browse winehq.org's web stats if your interested in checking out the curve.

The day after 1.0 Alexandre Julliard began committing patches at a normal rate. As of the time of this writing there have already been more than 150 patches sent into the mailing list.


WWN Wine 1.0 Interview Series! Interview: Alexandre Julliard Archive
Wine 1.0

Brian Vincent and I have been conspiring to bring the Wine community some insights from some of the more well known and established members of the Wine Development community! We're going to try and have at least one interview posted each week up until the 1.0 release! We asked our targets the same set of 10 questions designed to try and get at some of their key thought processes and we present to you their responses each week.

1. It's been a pretty long road to 1.0. Do you think Wine should have tried to have a release based on any of the older versions over the years? If so, at what point or points do you think Wine should have tried to have a release? Why? Do you think the actual 1.0 release is at an appropriate time?

Initially Wine only supported Win16 since it started in the Windows 3.1 days, and we could probably have made a release with pretty good Win16 support sometime in 1998 or so. But of course at that point everybody wanted to run 32-bit apps, so to concentrate on Win16 support to bring it to release would probably have caused many developers to lose interest. Instead we started re-architecting things to support Win32, which in the long run was the right choice, but meant that we couldn't release anything decent for a long time.

2. What highlights do you think we should point out about 1.0? I mean, now that we're here, shouldn't we be standing on the rooftops shouting, "We can do [this]!". What is [this]? If someone wanted to go take Wine for a spin, are there any Windows programs out there you'd recommend they try out? There's still a ton of Windows apps with no comparable Linux version, are there any in particular you find useful that you'd suggest someone try?

Photoshop CS2 is clearly the flagship application here, but I think the message is to try anything they can, that's why we put all that effort into getting installers to work. At this point there's a good chance that just about any application will install and at least do something interesting.

3a. Looking ahead, what technical changes do you see Wine needing? Are there any large patch sets that are already sitting out there that haven't been merged because of the code freeze?

The DIB engine is the major missing feature, I'm hoping to see this in 1.2. Some other interesting patches sitting out there are the iPod support (and more general USB devices support), and the animated cursors.

In the longer run, 64-bit support will clearly require some deep technical changes; it's fortunately not as bad as the 16->32 transition, but it's still a lot of work.

3b. We've had a few different groups driving Wine development for a Wine, namely Google and CodeWeavers. What do you guys have planned for areas of focus? Over the years we've seen quite a few large changes that have moved Wine in very different directions - for example, D3D8 development really ushered in a new era of gaming support for Wine, the port to OS X has really opened the door on portability, is there anything like that on the horizon? Do you ever think someone will have ntoskrnl loading Windows drivers or hooking into the kernel or something like that?

I don't think Windows drivers are all that interesting for Wine, except in a few specialized areas like USB devices or printers. General driver support would really have to go into the Linux kernel to be useful, and while that's certainly feasible it would be a separate project.

On the Mac OS front we clearly need a quartz graphics driver, it would make the user experience a lot nicer. Doing it right is a pretty major task though, so I don't know when it's going to happen.

4. What don't we want to do? What technical things shouldn't we worry about? Are there any parts of Windows that aren't worth trying to support? For example, Win31 support hangs on tenuously at this point, is there ever a point where it's not worth supporting? Or does Wine fill a valuable role in that it allows legacy applications to be usable?

I think there will come a point where the current Win31 support will have to be killed; it could be replaced by a cleaner architecture that is really independent from the 32-bit codebase instead of being intermingled with it, so that it doesn't get in the way of 32-bit changes and doesn't get broken all the time. The difficulty will be to find someone to do the work, working on new features is a lot more interesting...

5. Is Wine too ambitious? Are we trying to tackle something too big? Will there ever be a point where the complexity of the project combined with the regression rate isn't manageable by the size of our developer community? At one point about a decade ago it seemed like Microsoft was releasing new technologies and new API's every week. Things seemed to have really slowed down, but do you think that that trend will continue? Do you think we'll be able to keep up with future APIs with Vista, Windows 7 etc?

So far we have been able to keep up, and I don't expect that to change. We are of course always lagging a bit behind, but I don't see the gap increasing, on the contrary. Besides, all the complexity is a major headache for Microsoft too, they are finding it increasingly difficult to make significant changes.

6a. If you could wave your magic wand and change one thing about Wine, what would it be?

More regression tests...

6b. If you could wave your magic wand and change one thing about Linux [or OS X], what would it be?

I'd like to have proper desktop standards, implemented correctly by the various desktop environments. We are slowly getting there, but it's taking much longer than it should.

6c. If you could wave your magic wand and change one thing about Windows, what would it be?

I wouldn't know where to start, there are so many things that would have to be fixed...

7. Now that Wine has hit 1.0, do you think the major distros will bundle Wine? If not, why? Are they scared of lawsuits? If so, should they be?

I doubt that they will bundle Wine, since they are all scared of Microsoft. It's all FUD, there's no rational reason to be afraid, but even if the likelihood of a lawsuit is very small, the infinite resources that Microsoft could put into it is enough to discourage them.

8. We should ask this only because there's no better way to incite violence than to start a flamewar on licensing, but do you see any need to switch to LGPL3? Most developers seem to be pretty happy with version 2. Then again, most people seemed happy with the X11 license before we rather quickly changed our minds. Is there anything within the LGPL3 license that would particularly be a problem for Wine?

I don't think there's any problem for Wine either in LGPL2 or LGPL3, so there's not a lot of motivation for switching. I imagine that the switch will happen eventually when the need arises to share code with LGPL3 projects.

9. With 1.0 out, do you see the need for any process changes? Will patches still enter the Wine tree the way they have been? Do you think anything will change after 1.0 with regards to development style?

I'm hoping we can make stable releases a bit more frequently than once every 15 years...

Also we'll hopefully be able to put in place the system for keeping track of contributions that we've been working on with the SFLC; but that's mostly a paperwork issue, it won't change fundamentally our way of working.

10. If we could magically add all the developers in the world and have a Wine 2.0 this time next year, what would you want to be included?

Some of the obvious major features are the DIB engine, Win64, .NET support, the quartz driver, etc. But what really takes time is to track down and fix all the nasty little incompatibilities that break applications that would otherwise be quite happy with our existing feature set. That's where magically adding developers would really help.


Wine's popularity Archive
Popularity Contest

Scott Ritchie did some analysis using Ubuntu's popcorn package of Wine usage statistics:

The Ubuntu "popcon" package is installed when a user opts to share anonymous usage data during the install process (or within the synaptic package manager).

Analyzing the data ( http://popcon.ubuntu.com/ ), we can see the following for Wine:

wine 215262 installed 41731 use regularly 156710 don't use

compare this with dpkg, which every Ubuntu system has:

dpkg 576989 installed 151098 use regularly 411213 don't use

Doing some division, this means that a rather high 37% of Ubuntu users have Wine installed, and 10% of all Ubuntu users actually make use of Wine. 7% use Wine "frequently", however popcon defines that.

Combine this with other estimates of Ubuntu's user base (about 8 million last I heard), and you have approximately 800,000 Wine users.

This data is slightly biased - it doesn't include most Wubi users who installed Ubuntu from within Windows, since they aren't given any installation questions. I believe, though can't prove, that this means we are under-representing Wine users, as it seems reasonable that Wubi installs would be more likely to have Windows applications to run and thus need Wine.

Thanks, Scott Ritchie

Scott also takes a gander at some overall usage numbers:

Indeed. If Ubuntu still represents the ~30% marketshare it had in 2007 when they did the dekstoplinux.com survey ( http://www.desktoplinux.com/cgi-bin/survey/survey.cgi?view=archive&id=0813200712407 ), and if users of other distributions are just as likely to use Wine as Ubuntu users, then we can estimate there are about 2.6 million Wine users out there.

Wow! Of course, this estimate is too high if Ubuntu has grown substantially in marketshare since the 2007 survey, but even if Ubuntu has climbed to 40% that's still 2 million Wine users out there.


Length of time to compile Wine Archive
Compilation and Regression Testing

Dan Kegel began an interesting thread on how long it takes to compile wine with a comparison to times years ago. A slew of benchmarks from a number of users followed.

Way back five years ago, we all compared notes on how long it took to build Wine on our systems. http://www.winehq.org/wwn/149#Compile%20Time%20Comparisons%20/%20Tips

Today I measured it on a new computer (with a spiffy new Intel dual core e7200 processor with 2GB of RAM, http://kegel.com/new-computer-2008.html ).

Result: ... it takes me a bit longer today on this machine (11 minutes) to build as it did then on a dual cpu hot rod (8 minutes). I guess Moore's Law isn't quite keeping up with Wine's code growth :-)

[Make] Details are on buried that page, but it's "-j3" for the dual core / dual CPU systems.

I found a nice graph of Wine's codebase size over time: http://www.ohloh.net/projects/wine/analyses/latest Looks like it's just about exactly doubled since that last measurement in late 2002.

I suppose my e7200 is a budget performance system; a dual Xeon back then was pretty special. Probably have to compare it to something heftier today?

Vit Hrachovy

Hi Dan, it's 31 minutes on AMD Athlon(tm) 64 Processor 3700+, 2GB RAM. Cheers Vit

Eric Pouech

I used to compiled it over 30minutes... now I barely wait... 6mn26s

make -j5, Q6600 @ 2.4GHz gcc version also matters (4.2.3 for me) A+

Hans Leidekker

It's 4m55s on a 2 way dual core Xeon machine (4 cores, 2 Ghz, 4MB cache each). This is on a hot disk cache, i.e. I ran

$ make distclean && ./configure && time make -j5

twice and took the second measurement. Compiler is gcc 4.3.0.

Steven Edwards

for comparison I have an older 2.4 ghz quad CPU single core build box with gcc 4.1.x and Fiesty. make -j4

real 16m34.006s
user 56m54.569s
sys 3m26.561s

Evil Jay

real 5m22.625s
user 17m16.993s
sys 1m1.336s

This is on Kubuntu 8.04 w/GCC 4.2.3. The system uses a Q6600 overclocked to 2.9Ghz, 4GB of DDR2 RAM@1066Mhz, and a 9600GT video card. I had Amarok and some other stuff going in the background, but nothing that would make a huge diff.

Francois Gouget

He he, I think I hold the record.

Wall clock  | CPU              | RAM   | gcc   | Machine
------------+------------------+-------+-------+--------------------
145m38.115s | P3 600MHz        | 192MB | 4.2.4 | Debian Laptop
------------+------------------+-------+-------+--------------------
 39m30.058s | Pentium M 1.5GHz | 768MB | 4.2.3 | Ubuntu Laptop (1)
------------+------------------+-------+-------+--------------------
 53m12.450s | Athlon XP 2600+  |   1GB | 4.2.4 | Debian Desktop (2)
            | (2.1GHz)         |       |       |
 12m34.218s |                  |       |       | 100% ccache hitrate
------------+------------------+-------+-------+--------------------
 50m58.424s | Athlon XP 1800+  |   1GB | 4.2.4 | Debian Desktop
            | (1.53GHz)        |       |       |
------------+------------------+-------+-------+--------------------
 29m30.277s | Distcc           |       |       | (3)
------------+------------------+-------+-------+--------------------

(1) This one is missing Esd, NAS, Jack and Valgrind (memcheck.h) support. However in other tests this does not seem to make much difference. It's also the only one with a different distribution and gcc version which makes comparisons tricky.

(2) This is actually my main development machine. And damn, it's slow! I hope to retire it soon but it still hurts. I guess part of the reason for it being so slow is that it's never really idle. There's always half a dozen Firefox windows around, gkrellm, xmms, a bunch of background processes like MythTV, MySQL, software RAID 1, 90% full disks, etc.

(3) This is with 1 job on the Athlon 2600+ and 2 on the Athlon 1800+.

I tried getting Wine 2002 to compile but even in my Debian 3.1 chroot and with gcc 2.95 it wouldn't. So we don't have a good point of comparison.


Linux Tag 2008 Archive
Linux Tag

Marcus Meissner took a trip to Linux Tag 2008 and wrote in with his experience.

Hi,

I was at LinuxTag 2008, which is the largest Linux User fair in Germany.

The fair was from Wednesday to Saturday, however I was only there Saturday. Saturday was openSUSE day and we (openSUSE) had a conference track over the whole day.

One of those talks in this track was my talk on "Wine - applications and games on Linux". My talk was well received, the lecture hall was about 80% full with around 180-200 people.

My german slides are at:
http://files.opensuse.org/opensuse/en/0/08/Lt2008-wine.pdf
http://files.opensuse.org/opensuse/en/6/66/Lt2008-wine.odp
2 smaller german online journals commented on it, mostly regarding the 1.0 release part:
http://www.golem.de/0806/60100.html
http://www.oszine.de/node/9141
(There might even be a Video recording later on.)

I received totally unexpected applause on announcing that after 15 years we finally come to 1.0 release (after over 200 alphas, and 60 betas). After the talk I had 10 people around me asking questions, and one specific problem with Adobe InDesign FileOpen Dialog on a laptop brought to the openSUSE booth.

Interesting Wine related points:

- Kai Tietz of mingw64 told me that they have a GCC patch ready for gcc 4.4 which will support the Win64 calling convention attribute just like __attribute__(stdcall).

Was committed to GCC TRUNK: http://gcc.gnu.org/viewcvs?view=rev&sortby=date&revision=136311
__attribute__(ms_abi)

If we have more GCC requirements for Win64, he is willing to help.

In general he would like to have Wine as a testbed for mingw64 development (and we could use it as testbed the other way round).
http://mingw-w64.sf.net/

- Avira (Antivirus vendor)

They use Wine in house to at least get some info on Windows DLLs, using version.dll.GetFileVersionInformation.

While this works for Win32 DLLs, it stopped working/currently does not work for Win64 DLLs.

- scan.coverity.com

Talked to Coverity folks, and also to David Maxell. The application will receive an update from Coverity 2.9 to 3.2 in the next days/weeks. Not sure if it brings new features.

Also process issue: We have a large backlog of UNINSPECTED features. They suggested that in those cases we could just say "lets not look at this old cruft" and mark them somehow "PENDING" or similar. Not sure it helps us, but at least we could use "PENDING" for partially inspected issues.

- Booth or no Booth

(We had no booth this year.)

Since the question will likelay appear again, I thought about whether to have a Wine booth itself next year... Well, if we dont have at least 2 people there over the whole 4 days it does not make sense and finding those 2+ people likely is difficult.

I might be able to spare the time, but this year it was not possible due to overlapping schedule. Perhaps its also easier to have a demo-point on another larger booth (could ask openSUSE if they would have Wine there).

At least the Saturday visitors got their knowledge on Wine increased by my talk at least.

I got the feeling that people are still quite unsure what works and what not and expect clear and definitive statements from us. I pointed to the AppDB several times in those cases and tried not to make overly positive statements.

People are expectant on 1.0 and I think they are willing to be suprised.

Ciao, Marcus


A Wine 1.0 overview and summary by Steven Edwards Archive
Wine 1.0 and Bordeaux

As many of you know Steven Edwards has been a member of both the Wine and ReactOS communities for quite a while now. He writes in with his thoughts on the Wine 1.0 process most of which are very valid points worth reading. Towards the end he also mentions a new Free Software company, Bordeaux, that he has begun which combines technologies from Wine, ReactOS, IES4Linux, Winetricks and others.

Hello All, I mentioned the other day in the noise about the upcoming 1.0 and the short comings I felt it had. Others have commented quite a bit on the subject already and so I'll be pretty brief. I think the 1.0 process while its been slow has been a good even with its shortcomings. Like with everything its a learning process and hopefully we will be able to tweak the process further for 1.x releases.

On the positive side, I think that Dan has done a great job as release manager, maintaining the bug lists, working on winetest, staying on top of all the tips and tricks needed to make Valgrind really useful and maintaining winetricks. I'm also really glad that Alexandre did a lot of refinement to the winetest infrastructure, everything he has done with the Wine infrastructure leading up to this point and frankly for everything he's done for Wine for the past 15 years has been awesome. Though I will be glad when the freeze is over so we can get back to having our patches just silently ignored when he does not like something rather than him having an excuse of the code freeze. =)

One of the shortcomings I see as I stated in my email the other day, I think we really missed the target on. I think some Office versions should have been a core requirement of 1.0. Even if it was Office 97 and 2000 working in 98 mode I think we should have been able to provide a nearly perfect experience out of the box. Or nearly out of the box as it were, with a little version tweaking. Office is a core pillar of Microsoft's monopoly and not making this a priority I feel misses the point of Wine for a lot of users.

Also I think the process can be refined a bit more for subsequent releases. Some of the developers I spoke with offline were unhappy about not having a public experimental branch that was blessed to continue development in. While they could privately do development and push and pull changes with git, not having a sanctioned experimental branch, I think slowed the overall processes of development down and did not really help with bug fixes enough to be warranted. Perhaps in the future we can maintain parallel lines of development before major releases. A good example is the Samba guys, they've been working on Samba 4 for ever, but the stable branch is still being constantly improved, better, newer stuff is being back ported and development continues on both tracks.

Finally I am still not really happy with the results of Winetest. I think we should have had dozens of people that could pass all of the tests months or even years before 1.0 shipped rather than just Alexandre's system being the only one that could do a perfect test run. Maybe we should have just asked him to mirror his setup and provide a list of every package and configuration option he uses so we could base target systems on that. Also I think we should have done something to insure new Wine tests always passed on a fixed version of Windows a lot sooner. James has done a lot of work to make all of the tests pass on Windows 2003 but I think we should have done this back in 2003 and said "every new test has to pass on Windows 2003" as well as Alexandre's box before it gets merged.

As far as 1.0 goes, its not perfect but its not horrible and I think we've learned quite a bit and Wine is better now than its ever been. I expect 1.1 or 1.2 whatever number Alexandre wants to call it, will be an exponential improvement given the experience we've gained.

And lastly I'd like to announce I am starting a new Free Software company with a long term goal of providing Products and Services around Wine and ReactOS. The Bordeaux Group has today released Bordeaux for Linux which builds on the infrastructure laid out in Wine 1.0, Winetricks, IES4Linux and other tools and tries to wrap them all together in a kind of CrossOver Lite type of environment. The ultimate goal is to help refine Wine more and aide in ReactOS development to create a platform that is generic so that users wanting to migrate away from Windows will have a more broad range of choices, be it Wine on Linux and the Mac, ReactOS, or even CrossOver, PlayOnLinux,WineDoors or some other Wine package.

Some of the (limited) work we've already done we hope to be able to fold back in to Winehq. If your interested check it out http://www.bordeauxgroup.com

Thanks

-- Steven Edwards


Post 1.0 Development Archive
Development

Alexandre Julliard, Wine's maintainer, has posted a brief summary of how future Wine development will work.

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


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

Category Total Bugs Last Issue Total Bugs This Issue Net Change
UNCONFIRMED 2114 2041 -73
NEW 1718 1774 +56
ASSIGNED 39 34 -5
REOPENED 83 79 -4
RESOLVED 844 834 -10
CLOSED 8686 9208 +522
TOTAL OPEN 3954 3928 -26
TOTAL 13484 13970 +486



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
3DMark 2001 SE 330 Garbage (1.0-rc1) Gold (1.0-rc4)
+3
Abev 2006 Gold (0.9.36) Platinum (1.0-rc3)
+1
Acrobat Reader 3.x (32-Bit) Garbage (0.9.57) Silver (1.0-rc3)
+2
Airfix: Dogfighter 1.01 Garbage (1.0-rc4) Silver (1.0-rc5)
+2
Aliens Versus Predator 2 1.0.9.6 Garbage (0.9.59) Bronze (1.0-rc3)
+1
Anno 1602: Creation of a New World ANNO1602 König... Gold (0.9.54) Silver (1.0-rc4)
-1
Arindal All Versions Garbage (0.9.60) Gold (1.0-rc3)
+3
Axis & Allies (1998) 2.x Garbage (0.9.52) Platinum (1.0-rc4)
+4
Baldur's Gate 1.1.4315 Bronze (1.0-rc1) Gold (1.0-rc2)
+2
Battlezone II: Combat Commander 1.x Garbage (0.9.60) Gold (1.0-rc1)
+3
BreakQuest Full Game and Demo 1.2.0 Garbage (0.9.60) Gold (1.0-rc1)
+3
Broken Cross Disk Manager x86 4.03 Garbage (0.9.49) Bronze (1.0-rc5)
+1
Brother in Arms: Earned in Blood EIBPCRC1.00 Silver (0.9.35) Gold (1.0-rc4)
+1
Call of Duty 2 1.3 Gold (0.9.48) Platinum (0.9.59)
+1
Deus Ex: Invisible War 1.x Silver (1.0-rc2) Bronze (1.0-rc3)
-1
DragonRiders: Chronicles of Pern 1.0 Garbage (0.9.42) Bronze (1.0-rc3)
+1
EVE Online 5.10.x Empyrean Age Premium Bronze (1.0-rc3) Gold (1.0-rc4)
+2
Europa Universalis II 1.08 Gold (0.9.59) Platinum (1.0-rc2)
+1
Final Fantasy VII 1.0 Garbage (1.0-rc2) Bronze (1.0-rc3)
+1
Fireworks 8 Silver (1.0-rc3) Gold (1.0-rc4)
+1
Ford Racing 2 Demo Bronze (0.9.50) Silver (1.0-rc3)
+1
G4FON CW Trainer 9.1.11 Platinum (0.9.46) Gold (1.0-rc3)
-1
GedView 1.07 Platinum (0.9.31) Gold (1.0-rc3)
-1
Genbox Family History Genealogy Software 3.7.1 Platinum (0.9.57) Garbage (1.0-rc3)
-4
Gothic 3 1.x Garbage (0.9.59) Bronze (1.0-rc5)
+1
Grand Theft Auto: San Andreas 1.00 Platinum (0.9.61) Gold (1.0-rc2)
-1
Hurrican 1.0.0.4 Platinum (1.0-rc2) Garbage (1.0-rc3)
-4
Industry Giant II V2.1 Bronze (0.9.45) Platinum (1.0-rc4)
+3
Jagged Alliance 2 Wildfire: 6.04 Platinum (0.9.44) Gold (1.0-rc4)
-1
Knight Rider 1.0 Silver (0.9.33) Gold (1.0-rc4)
+1
Lemmings Revolution 1.0.0.1 Silver (0.9.43) Garbage (1.0-rc3)
-2
Lemmings Revolution DEMO (1.0.0.1) Silver (0.9.37) Bronze (1.0-rc3)
-1
Mankind 1.8 client for the "international universe... Garbage (1.0-rc2) Bronze (1.0-rc4)
+1
Marvel Ultimate Alliance 1.0 Garbage (0.9.56) Silver (1.0-rc2)
+2
Mech Commander Gold: 02.99.10.0602 Silver (1.0-rc1) Platinum (1.0-rc3)
+2
Medal of Honor: Allied Assault 1.1 Gold (0.9.51) Silver (1.0-rc2)
-1
Microsoft 3D Movie Maker Retail/OEM Garbage (0.9.60) Bronze (1.0-rc1)
+1
Microsoft Office 2003 Gold (1.0-rc1) Garbage (1.0-rc3)
-3
Mobile Forces 2.0 NOCD Gold (0.9.44) Platinum (1.0-rc4)
+1
MudBox 1.0.7 Platinum (0.9.61) Gold (1.0-rc3)
-1
Myst V: End of Ages 1.0 (DVD) Garbage (1.0-rc2) Bronze (1.0-rc4)
+1
Neverwinter Nights 1.x Silver (1.0-rc1) Platinum (1.0-rc2)
+2
NoLimits Roller Coaster Simulation 1.6 Silver (0.9.58) Platinum (1.0-rc3)
+2
OPAS Orchester-Software 8.19 Silver (0.9.60) Gold (1.0-rc3)
+1
Online Signature Blacklotus [13c] Bronze (0.9.43) Platinum (1.0-rc3)
+3
Outcast Demo 1 & 2 Garbage (1.0-rc1) Silver (1.0-rc2)
+2
Overlord 1.0 Bronze (0.9.53) Garbage (1.0-rc2)
-1
PRONOTE Client 2007 Platinum (0.9.54) Gold (1.0-rc2)
-1
Painkiller Demo Garbage (1.0-rc1) Platinum (1.0-rc3)
+4
Palringo beta Gold (0.9.60) Platinum (1.0-rc2)
+1
PhoenixRC 1.03.c Bronze (0.9.58) Garbage (1.0-rc2)
-1
Planescape: Torment 1.x Garbage (0.9.58) Gold (1.0-rc1)
+3
Renegade 64 1.x Gold (0.9.50) Silver (1.0.0)
-1
Return to Mysterious Island 1.0 Garbage (1.0-rc1) Platinum (1.0-rc3)
+4
Return to Mysterious Island Demo Silver (0.9.15) Platinum (1.0-rc3)
+2
ShadowMan 1.0 Garbage (0.9.61) Gold (1.0-rc4)
+3
Sibelius 4.0 Garbage (1.0-rc1) Platinum (1.0-rc3)
+4
Sierra Chart 283 Gold (1.0-rc1) Platinum (1.0-rc3)
+1
Silkroad Online 1.x Gold (1.0-rc2) Platinum (1.0-rc4)
+1
SimCity 4 SimCity 4 Deluxe Bronze (1.0-rc2) Garbage (1.0-rc4)
-1
SkyMap Pro SkyMap Pro 10 Silver (0.9.56) Gold (1.0-rc1)
+1
Star Wars: Jedi Knight - Dark Forces II Demo Silver (0.9.59) Gold (1.0-rc4)
+1
Supreme Commander FA 1.x.3xxx Bronze (1.0-rc1) Silver (1.0-rc2)
+1
TOCA Race Driver 2 1.2 Gold (0.9.43) Garbage (1.0-rc4)
-3
The Elder Scrolls III: Morrowind 1.2.0722 Gold (1.0-rc2) Silver (1.0-rc3)
-1
The Elder Scrolls IV: Oblivion 1.2.x Silver (1.0-rc2) Gold (1.0-rc3)
+1
The Lord of the Rings: The Battle for Middle-Earth... Garbage (1.0-rc4) Bronze (1.0-rc5)
+1
The Ship 2007.02.26 Bronze (0.9.53) Garbage (1.0-rc2)
-1
Tron 2.0 1.0 Bronze (0.9.57) Gold (1.0-rc5)
+2
UFO: Aftermath 1.4 Bronze (0.9.56) Gold (1.0-rc4)
+2
UMDGen 4.00 Silver (0.9.54) Platinum (1.0-rc3)
+2
Ultima Online Kingdom Reborn Garbage (1.0-rc4) Silver (1.0-rc5)
+2
WebIS FlexWallet 2006 2006 rev 4 build 529 Bronze (0.9.47) Platinum (1.0-rc2)
+3
WinGPS 4 Navigator v4.1.10.1 - May 10, 2007 Platinum (0.9.58) Bronze (1.0-rc1)
-3
Windows Genuine Advantage Legitmacy Checker Unknow... Bronze (0.9.43) Gold (1.0-rc1)
+2
World in Conflict 1.0 - 1.007 Garbage (1.0-rc1) Gold (1.0-rc3)
+3
Zork: Grand Inquisitor 1.0 Garbage (1.0-rc2) Silver (1.0-rc4)
+2
eMule 0.47c, 0.48a, and 0.49a Bronze (1.0-rc1) Gold (1.0-rc3)
+2
iFinger 2.0.8.2 Bronze (0.9.49) Silver (1.0-rc2)
+1
sPlan 6.0 Silver (1.0-rc1) Platinum (1.0-rc2)
+2
uTorrent 1.8 (beta) Gold (0.9.56) Platinum (1.0-rc3)
+1
Total Change
+74

Updates by the Public

Application Old Status/Version New Status/Version Change
.NET Framework 1.1 Garbage (0.9.57) Bronze (0.9.59)
+1
1602 A.D. 1 Platinum (0.9.58) Garbage (1.0-rc4)
-4
18 Wheels of Steel: Pedal to the Metal 1.06 Platinum (0.9.34) Gold (1.0-rc3)
-1
3DMark06 1.1.0 Bronze (0.9.61) Garbage (1.0-rc4)
-1
7-Zip 4.xx Silver (1.0-rc3) Bronze (1.0-rc4)
-1
Acrobat Pro 8.0 Garbage (0.9.55) Bronze (1.0-rc1)
+1
Acrobat Reader 8.x Bronze (1.0-rc2) Silver (1.0-rc3)
+1
Action Replay Code Manager 1.0 Silver (0.9.59) Garbage (1.0-rc2)
-2
Adiboud'chou a la campagne 2000 Garbage (0.9.49) Platinum (1.0-rc2)
+4
Adobe Flash Player 9 Gold (0.9.28) Platinum (1.0-rc2)
+1
Adobe Illustrator 10.0 Bronze (0.9.59) Silver (1.0-rc1)
+1
Age of Empires II The Age of Kings: 2.x Silver (1.0-rc2) Bronze (1.0-rc3)
-1
Age of Empires II The Conquerors Expansion: 1.0x Silver (0.9.58) Garbage (1.0-rc2)
-2
Age of Empires II The Conquerors Expansion: Demo Silver (0.9.51) Gold (1.0-rc1)
+1
Age of Wonders 1.36 Gold (1.0-rc1) Platinum (1.0-rc4)
+1
Age of Wonders: Shadow Magic 1.3 Gold (0.9.56) Bronze (1.0-rc3)
-2
Aliens Versus Predator 1.0 Bronze (0.9.52) Silver (1.0-rc4)
+1
American McGee's Alice 1.0 Platinum (0.9.44) Gold (1.0-rc4)
-1
Anarchy Online Internet Play Garbage (1.0-rc1) Silver (1.0-rc2)
+2
Anno 1602: Creation of a New World Gold: 1.0 Silver (0.9.54) Gold (1.0-rc2)
+1
Anstoss 4 Edition 03/04 Platinum (0.9.55) Garbage (1.0-rc4)
-4
Arcanum 1.074 Garbage (0.9.59) Gold (1.0-rc2)
+3
Armed And Dangerous 1.0 Platinum (0.9.57) Garbage (1.0-rc3)
-4
Army Builder 3.1c Garbage (1.0-rc2) Silver (1.0-rc3)
+2
Assassin's Creed 1.0 Garbage (1.0-rc1) Bronze (1.0-rc4)
+1
Avencast: Rise of the Mage 1.0 Garbage (0.9.48) Gold (1.0-rc4)
+3
BYOND 4.x Garbage (0.9.60) Silver (1.0-rc3)
+2
Baldur's Gate II Throne of Bhaal Platinum (0.9.59) Gold (1.0-rc2)
-1
Battlefield 1942 Secret Weapons of WWII Demo Garbage (1.0-rc3) Silver (1.0-rc4)
+2
Bejeweled 1.87 Gold (0.9.38) Platinum (0.9.59)
+1
Bibble Pro 4.10 Garbage (0.9.60) Platinum (1.0-rc4)
+4
Bioshock Demo Bronze (0.9.49) Garbage (1.0-rc4)
-1
BitComet 1.01 Gold (0.9.59) Platinum (1.0-rc2)
+1
Blades of Exile Demo Platinum (0.9.27) Gold (1.0-rc3)
-1
Blitzkrieg 1.2 Silver (1.0-rc1) Gold (1.0-rc2)
+1
Bomberman World Online 4.3 Gold (0.9.56) Bronze (1.0-rc1)
-2
Borland C++Builder 5.0 Gold (0.9.14) Platinum (1.0-rc4)
+1
Brave Soul 20031215 Bronze (0.9.28) Garbage (1.0-rc2)
-1
CCDOps 5, 32bit Windows 95/2000/ME/XP/Vista Platinum (0.9.43) Silver (1.0-rc3)
-2
Cakewalk Pro Audio Sonar 3 Garbage (0.9.7) Silver (1.0-rc3)
+2
Call of Duty 1.5 Gold (0.9.57) Platinum (0.9.59)
+1
Call of Duty 4: Modern Warfare 1.6 Bronze (1.0-rc2) Silver (1.0-rc3)
+1
Carmageddon 1.0 (DOS) Platinum (0.9.52) Gold (0.9.59)
-1
Carmageddon TDR 2000 1.0 Garbage (0.9.57) Bronze (1.0-rc4)
+1
Catan: Die Erste Insel 1.65 Silver (0.9.50) Garbage (0.9.60)
-2
Chessmaster 10th Edition 1.x Garbage (0.9.46) Silver (1.0-rc1)
+2
Cinema 4D R10.0 Platinum (1.0-rc2) Garbage (1.0-rc4)
-4
CoffeeCup HTML Editor 8.2 Bronze (0.9.27) Garbage (1.0-rc3)
-1
Colin McRae Rally 2.0 1.09 Gold (0.9.50) Garbage (1.0-rc4)
-3
Command & Conquer: Generals 1.0x Bronze (0.9.60) Gold (1.0-rc3)
+2
Commandos: Behind Enemy Lines 1.0 Platinum (0.9.43) Bronze (1.0-rc4)
-3
Company of Heroes 1.71 Bronze (0.9.54) Silver (1.0-rc4)
+1
Compumap Portable 4.0.9.2 Gold (0.9.58) Silver (1.0-rc1)
-1
CorelDRAW 12 Bronze (0.9.60) Garbage (1.0-rc4)
-1
Crazy Machines - News out of the laboratory 1.20 Silver (0.9.28) Gold (1.0-rc5)
+1
Crimson Skies 1.02 Garbage (0.9.51) Bronze (1.0-rc2)
+1
Crusader Kings 1.0x Gold (0.9.57) Silver (1.0-rc4)
-1
Culpa Innata 1.03 English Garbage (0.9.61) Platinum (1.0-rc3)
+4
D2GS 1.11b Garbage (0.9.56) Silver (0.9.59)
+2
DING! 1.05.005 Garbage (0.9.57) Gold (1.0-rc3)
+3
Dark Messiah of Might and Magic 1.02 Platinum (1.0-rc2) Garbage (1.0-rc3)
-4
Darkstone 1.0 Silver (0.9.58) Garbage (1.0-rc1)
-2
Darwinia (Steam) all Versions Bronze (0.9.52) Garbage (1.0-rc3)
-1
Darwinia Demo Garbage (0.9.31) Silver (1.0-rc1)
+2
Deer Hunter 2005 1.0 Gold (0.9.42) Garbage (0.9.59)
-3
Delta Force: Black Hawk Down 1.5.05 Silver (0.9.54) Garbage (1.0-rc1)
-2
Delta Force: Land Warrior 1.31 Bronze (0.9.45) Gold (1.0-rc4)
+2
Deus Ex 1.x Platinum (1.0-rc1) Bronze (1.0-rc2)
-3
Deus Ex Steam 1.x Gold (0.9.58) Platinum (1.0-rc1)
+1
Diablo 1.0x Bronze (1.0-rc1) Garbage (1.0-rc3)
-1
Diablo Hellfire: 1.01 Gold (0.9.41) Silver (1.0-rc3)
-1
Diablo II Lord of Destruction 1.x Platinum (1.0-rc2) Gold (1.0-rc4)
-1
Die Völker 2 2.02 Garbage (0.9.58) Silver (0.9.59)
+2
Disciples II Gold Dark Prophecy & Gallean's Return Garbage (1.0-rc2) Silver (1.0-rc4)
+2
Dragon Naturally Speaking 9 Silver (1.0-rc1) Garbage (1.0-rc3)
-2
Dungeon Keeper 2 1.x Bronze (0.9.58) Garbage (1.0-rc1)
-1
Dungeon Lords Collectors Edition Garbage (0.9.49) Silver (1.0-rc4)
+2
Dungeon Runners Final 0.110 Gold (0.9.56) Garbage (1.0-rc3)
-3
E TextEditor 1.1.131b Gold (0.9.41) Garbage (1.0-rc3)
-3
Earth 2160 1.3.8 Silver (0.9.52) Gold (1.0-rc2)
+1
EchoLink 2.0.908 Gold (0.9.54) Silver (0.9.59)
-1
EditPlus 2.X Silver (0.9.58) Gold (1.0-rc1)
+1
Empire Earth 1.0-2.0 Bronze (0.9.61) Gold (1.0-rc3)
+2
EndNote X1 Gold (1.0-rc1) Silver (1.0-rc3)
-1
Enemy Territory: Quake Wars Retail Release Gold (0.9.46) Garbage (1.0-rc4)
-3
Eudora 7.1 Platinum (0.9.55) Silver (1.0-rc2)
-2
Evil Islands: Curse of the Lost Soul 1.0 Gold (0.9.57) Bronze (1.0-rc2)
-2
Evil Islands: Curse of the Lost Soul 1.06 russian Gold (0.9.57) Silver (1.0-rc2)
-1
Excel '97 Platinum (0.9.8) Bronze (1.0-rc2)
-3
Excel 2003 Silver (0.9.59) Gold (1.0-rc4)
+1
F.E.A.R.: First Encounter Assault Recon 1.0x Gold (0.9.59) Garbage (1.0-rc3)
-3
FIFA 08 1.0 ENG Garbage (0.9.56) Bronze (1.0-rc4)
+1
FIFA 98: Road to World Cup 1.0 Silver (0.9.59) Platinum (1.0-rc2)
+2
Fahrenheit Demo Platinum (0.9.53) Gold (1.0-rc2)
-1
FileMaker Pro 6.0 Gold (0.9.33) Bronze (1.0-rc3)
-2
Final Fantasy 8 1.0 Silver (0.9.54) Garbage (1.0-rc3)
-2
Fireworks MX 2004 Silver (0.9.46) Platinum (1.0-rc2)
+2
FirstClass Client 9.022 Garbage (1.0-rc2) Bronze (1.0-rc3)
+1
Flash MX 2004 Garbage (0.9.61) Platinum (1.0-rc1)
+4
FlashFXP 2.1 Platinum (0.9.58) Gold (1.0-rc3)
-1
Flashget 1.9.* Silver (0.9.53) Platinum (1.0-rc4)
+2
FlatOut 2 1.2 Silver (0.9.61) Platinum (1.0-rc3)
+2
Flex Builder 3 Silver (0.9.32) Garbage (1.0-rc2)
-2
FontCreator 5.6 Gold (0.9.49) Platinum (1.0-rc3)
+1
Foxit Reader 2.3 Platinum (1.0-rc1) Silver (1.0-rc3)
-2
Frets on Fire 1.2.451 Garbage (0.9.42) Platinum (1.0-rc2)
+4
Frets on Fire 1.2.512 Gold (0.9.48) Garbage (1.0-rc3)
-3
Full Tilt Poker Latest Platinum (0.9.61) Gold (1.0-rc1)
-1
Game Maker 6.1 Silver (1.0-rc1) Gold (1.0-rc4)
+1
Google SketchUp 6.x Silver (1.0-rc3) Garbage (1.0-rc4)
-2
Gothic II 1.30 Bronze (0.9.52) Gold (0.9.59)
+2
Grand Theft Auto 2 9.6 (gratis) Garbage (1.0-rc2) Silver (1.0-rc4)
+2
Graphics Gale 1.82 Garbage (0.9.22) Platinum (1.0-rc2)
+4
Guild Wars All Versions Bronze (1.0-rc2) Garbage (1.0-rc5)
-1
Guitar Pro 5.x Garbage (1.0-rc1) Platinum (1.0-rc2)
+4
Half-Life 1.1.0.8 Gold (0.9.58) Platinum (1.0-rc2)
+1
Half-Life 2 Episode One: Retail Platinum (1.0-rc1) Silver (1.0-rc3)
-2
Half-Life 2 Lost Coast: Steam (32-bit) Gold (0.9.52) Platinum (1.0-rc4)
+1
Half-Life 2 Retail (32-bit) Gold (1.0-rc2) Platinum (1.0-rc3)
+1
Half-Life Blue Shift: 1.0.0.1 Platinum (0.9.46) Silver (1.0-rc1)
-2
Half-Life Counter-Strike: 1.6 Platinum (0.9.58) Silver (1.0-rc2)
-2
Halo: Combat Evolved 1.x Gold (0.9.60) Silver (1.0-rc1)
-1
Hammer & Sickle 1.x Garbage (0.9.34) Bronze (1.0-rc2)
+1
Hamsterball Gold 3.0 Gold (0.9.12) Platinum (1.0-rc2)
+1
Harmony Remote 7.4.1.1 Garbage (0.9.61) Bronze (1.0-rc3)
+1
Hearts 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519 : ... Platinum (0.9.46) Silver (1.0-rc5)
-2
Hearts of Iron II Doomsday Gold (0.9.59) Garbage (1.0-rc4)
-3
HeidiSQL 3.x Gold (0.9.42) Platinum (1.0-rc4)
+1
Heroes of Might and Magic III Complete: 4.0 Platinum (1.0-rc3) Bronze (1.0-rc4)
-3
Heroes of Might and Magic IV 1.0-3.0 Silver (0.9.56) Gold (0.9.59)
+1
Heroes of Might and Magic V Tribes of the East: 3.... Platinum (0.9.57) Gold (1.0-rc2)
-1
Homeworld 1.05 Garbage (1.0-rc2) Silver (1.0-rc3)
+2
IMVU BETA Silver (0.9.56) Platinum (1.0-rc4)
+2
Icewind Dale II 2.01 Gold (0.9.59) Platinum (1.0-rc1)
+1
Ikea Home Planner 2008.x Bronze (0.9.60) Garbage (1.0-rc4)
-1
ImgBurn 2.4.1.0 Platinum (1.0-rc2) Garbage (1.0-rc4)
-4
Imperial Glory v1.0 Bronze (0.9.33) Garbage (0.9.59)
-1
Incubation: Time is Running Out 1.03e Polish Versi... Gold (0.9.25) Silver (1.0-rc4)
-1
Indiana Jones and the Infernal Machine J3D_REV2_1 Bronze (0.9.40) Silver (1.0-rc3)
+1
Inform 7: 4K41 Gold (0.9.22) Garbage (1.0-rc2)
-3
Internet Explorer 6.0 Gold (0.9.55) Silver (1.0-rc1)
-1
Jurassic Park: Operation Genesis 1.0 Bronze (0.9.23) Platinum (1.0-rc4)
+3
Kid Pix Deluxe 3 1.0 Silver (0.9.17) Bronze (1.0-rc3)
-1
La-Mulana 1.0 Garbage (0.9.43) Gold (1.0-rc4)
+3
Lara Croft Tomb Raider: Legend 1.2 Platinum (0.9.60) Silver (1.0-rc4)
-2
Last Chaos 2.0 Garbage (0.9.58) Silver (1.0-rc1)
+2
Legacy of Kain: Defiance 1.00 Platinum (0.9.41) Silver (1.0-rc3)
-2
Legacy of Kain: Defiance 1.01 Gold (0.9.37) Silver (0.9.60)
-1
Legends of Norrath 1.61 Silver (1.0-rc1) Gold (1.0-rc2)
+1
Liberty Basic 4.03 Gold (1.0-rc2) Silver (1.0-rc4)
-1
Lightwave 9.2 Garbage (0.9.54) Silver (0.9.58)
+2
Lingvo 12.0 Silver (0.9.61) Bronze (1.0-rc1)
-1
Lock On: Modern Air Combat 1.0 Silver (0.9.59) Bronze (1.0-rc1)
-1
LogicWorks LogicWorks 5.0.2 Bronze (0.9.35) Gold (0.9.59)
+2
Lord of the Rings: War of the Ring Demo Gold (0.9.42) Garbage (1.0-rc1)
-3
Lords of Everquest 1.x Garbage (0.9.23) Platinum (1.0-rc2)
+4
Lords of the Realm II 1.0 Gold (0.9.37) Silver (1.0-rc3)
-1
M3 Perfect 35e Silver (0.9.51) Bronze (1.0-rc1)
-1
MYOB Accounting 17 (Australian) Gold (0.9.44) Silver (1.0-rc1)
-1
Macromedia Studio 8.0 Garbage (1.0-rc1) Silver (1.0-rc2)
+2
Mafia 1.x Platinum (0.9.61) Gold (1.0-rc1)
-1
Mathcad 14 Garbage (0.9.58) Bronze (1.0-rc4)
+1
Max Payne 2: The Fall of Max Payne 1.x Gold (0.9.59) Platinum (1.0-rc2)
+1
Microsoft Money 2000 Silver (0.9.58) Garbage (1.0-rc4)
-2
Microsoft Office '95 Bronze (0.9.53) Garbage (1.0-rc3)
-1
Microsoft Office '97 Garbage (1.0-rc3) Silver (1.0-rc4)
+2
Microsoft Office 2002 (XP) Platinum (1.0-rc1) Garbage (1.0-rc2)
-4
Microsoft Reader 2.1.1 Silver (0.9.59) Gold (1.0-rc4)
+1
Mids' Hero Designer 1.3 Garbage (1.0-rc1) Silver (1.0-rc2)
+2
Might and Magic 6 1.0 Silver (0.9.41) Gold (0.9.60)
+1
Might and Magic VIII 1 Gold (0.9.49) Bronze (1.0-rc4)
-2
Monopoly (1995) 1.0 Garbage (0.9.30) Silver (1.0-rc4)
+2
Moto Racer 2 1.0 Garbage (0.9.61) Gold (1.0-rc3)
+3
Mount & Blade 0.955 Bronze (1.0-rc3) Garbage (1.0-rc4)
-1
Mozilla Firefox 3.0 Silver (1.0-rc2) Platinum (1.0-rc4)
+2
Mystery of the Mummy NA Garbage (0.9.44) Silver (1.0-rc4)
+2
NavBox ProPlan 5 5.20 Gold (0.9.58) Platinum (0.9.60)
+1
Need for Speed II Retail Garbage (0.9.53) Gold (1.0-rc4)
+3
Need for Speed: ProStreet 1.0 Silver (0.9.55) Garbage (1.0-rc3)
-2
Neverwinter Nights 1.68 Platinum (0.9.55) Gold (0.9.59)
-1
Neverwinter Nights Aurora Toolset 1.68 Bronze (1.0-rc1) Silver (1.0-rc4)
+1
NewzToolz V 001 Gold (0.9.9) Bronze (1.0-rc3)
-2
Noise Ninja 2.1.0 standalone Gold (0.9.10) Platinum (1.0-rc2)
+1
Nox 1.0 Gold (0.9.44) Garbage (1.0-rc2)
-3
Oni 1.0 Silver (0.9.58) Gold (1.0-rc3)
+1
OpenOffice.org 2.4.0 Gold (1.0-rc2) Platinum (1.0-rc4)
+1
Operation Flashpoint GOTY 1.96 Gold (0.9.58) Bronze (0.9.59)
-2
Outcast English 1.2 Garbage (0.9.59) Gold (1.0-rc4)
+3
Overclocked: A History of Violence 1.0 Bronze (1.0-rc1) Silver (1.0-rc4)
+1
PPLive 1.8 Bronze (0.9.49) Garbage (1.0-rc4)
-1
Pagemaker 7.0.1 Garbage (0.9.42) Bronze (1.0-rc3)
+1
Painkiller 1.00 Gold (1.0-rc2) Platinum (1.0-rc3)
+1
Perfect World open beta Garbage (0.9.58) Silver (0.9.59)
+2
Photoline 13.52 Bronze (0.9.38) Gold (0.9.61)
+2
Photoshop 6.0 Gold (0.9.55) Platinum (1.0-rc2)
+1
Photoshop 7.0 Gold (0.9.56) Platinum (1.0-rc3)
+1
Photoshop CS2 Platinum (1.0-rc1) Gold (1.0-rc4)
-1
Pirates of the Caribbean 1.0 Garbage (0.9.58) Platinum (1.0-rc2)
+4
Pleïade + Comfie 2.7.10 Bronze (0.9.55) Silver (1.0-rc3)
+1
Polar WebLink 2.4.0 Gold (0.9.41) Garbage (1.0-rc1)
-3
PopTray 3.2 Bronze (1.0-rc1) Platinum (1.0-rc2)
+3
Populous: The Beginning 1.01 Bronze (0.9.53) Garbage (1.0-rc4)
-1
Poser 7.0 Bronze (0.9.61) Platinum (1.0-rc3)
+3
Powerpoint Viewer 2007 Platinum (0.9.53) Silver (1.0-rc3)
-2
Prince of Persia: The Two Thrones 1.0 Silver (1.0-rc2) Gold (1.0-rc4)
+1
Prince of Persia: Warrior Within Warrior Within De... Garbage (0.9.34) Bronze (1.0-rc5)
+1
Pro Evolution Soccer 2008 1.0 Bronze (0.9.58) Garbage (1.0-rc5)
-1
Pro Evolution Soccer 3 1.0 Garbage (0.9.29) Bronze (1.0-rc1)
+1
Progecad Smart 2008 v8.0.11 Gold (0.9.61) Bronze (1.0-rc3)
-2
Proxomitron 4.5 June Gold (0.9.42) Platinum (1.0.0)
+1
QIP INFIUM 9000 Garbage (0.9.49) Gold (1.0-rc1)
+3
QIP QIP Infium Garbage (0.9.47) Gold (1.0-rc1)
+3
Quake glquake Gold (0.9.42) Platinum (1.0-rc3)
+1
Quake winquake Gold (0.9.21) Platinum (1.0-rc2)
+1
Quicken 2006 deluxe Gold (0.9.43) Silver (1.0-rc3)
-1
Quicken Quicken 2007 Premier Bronze (0.9.57) Garbage (1.0-rc2)
-1
QuteMol 0.4.1 Gold (1.0-rc2) Platinum (1.0-rc3)
+1
Railroad Tycoon II Platinum Gold (0.9.58) Silver (1.0-rc2)
-1
Re-Volt 1.0 on CD-ROM Garbage (0.9.42) Bronze (1.0-rc2)
+1
RealPlayer 11 Bronze (0.9.59) Garbage (1.0-rc4)
-1
Redline Racer 1.0 Bronze (0.9.8) Garbage (1.0-rc3)
-1
Reference Manager 11 Garbage (1.0-rc1) Gold (1.0-rc2)
+3
Registax 4.01 Bronze (0.9.30) Silver (0.9.59)
+1
Return to Castle Wolfenstein 1.0 Platinum (0.9.61) Silver (1.0-rc2)
-2
Richard Garriott's Tabula Rasa 1.7.X Gold (0.9.61) Garbage (1.0-rc2)
-3
RipIt4Me 1.7.x Platinum (0.9.53) Bronze (1.0-rc2)
-3
Roller Coaster Tycoon Corkscrew Follies: 1.20.013 Garbage (0.9.36) Bronze (0.9.59)
+1
Rollercoaster Tycoon 2 1.00 Gold (0.9.59) Platinum (1.0-rc3)
+1
Rome: Total War 1.x Garbage (1.0-rc2) Bronze (1.0-rc3)
+1
Rosetta Stone 2.0.7A Silver (0.9.43) Platinum (1.0-rc2)
+2
Rosetta Stone 2.08.1A Platinum (0.9.59) Bronze (1.0-rc3)
-3
Rosetta Stone V3 Gold (0.9.60) Platinum (1.0-rc1)
+1
Runaway: A Road Adventure 1 Gold (0.9.54) Garbage (1.0-rc4)
-3
Runaway: The Dream of the Turtle 1.0 Garbage (0.9.60) Platinum (1.0-rc2)
+4
Rune 1.0 Garbage (0.9.57) Platinum (1.0-rc3)
+4
S.T.A.L.K.E.R. : Shadow of Chernobyl 1.x Bronze (0.9.58) Gold (1.0-rc4)
+2
S.W.I.N.E. 1.9 Silver (0.9.53) Bronze (1.0-rc3)
-1
SWAT 4 1.x Gold (0.9.55) Bronze (1.0-rc2)
-2
SWAT 4 demo Bronze (0.9.59) Gold (1.0-rc2)
+2
Safari 3.1.x Garbage (1.0-rc2) Bronze (1.0-rc4)
+1
Savage: The Battle for Newerth 2.00e Gold (0.9.26) Platinum (1.0-rc4)
+1
Semagic 1.7.3.1 Bronze (0.9.59) Garbage (1.0-rc3)
-1
Sentinel Returns 1.0 Garbage (0.9.28) Bronze (1.0-rc2)
+1
Serious Sam: The Second Encounter Demo Garbage (0.9.35) Platinum (1.0-rc1)
+4
Sid Meier's Alpha Centauri 1.0 Garbage (0.9.59) Gold (0.9.61)
+3
Sid Meier's Civilization 1.0 Bronze (0.9.59) Garbage (1.0-rc3)
-1
Sid Meier's Civilization III Conquests: 1.22 Bronze (0.9.3) Garbage (1.0-rc2)
-1
Sid Meier's Civilization III complete edition Garbage (1.0-rc2) Gold (1.0-rc4)
+3
Sid Meier's Civilization IV 1.74 Gold (1.0-rc2) Garbage (1.0-rc3)
-3
Sid Meier's Railroads! 1.x Garbage (0.9.57) Gold (1.0-rc1)
+3
Silver 1.0 Silver (0.9.56) Garbage (1.0-rc3)
-2
Sim Tower 1.0 Silver (0.9.52) Bronze (1.0-rc3)
-1
SimCity 4 1.x Gold (0.9.59) Bronze (1.0-rc2)
-2
SimCopter 1.02 Bronze (0.9.34) Gold (1.0-rc2)
+2
Sins of a Solar Empire 1.0 Silver (0.9.58) Gold (1.0-rc2)
+1
Sling Player 1.5 UK Garbage (0.9.58) Bronze (1.0-rc4)
+1
Soldat 1.x Platinum (1.0-rc1) Bronze (1.0-rc2)
-3
Sonos Desktop Controller 2.5 Gold (1.0-rc1) Garbage (1.0-rc3)
-3
Space Colony 1.0 Silver (0.9.47) Platinum (1.0-rc5)
+2
Splinter Cell Chaos Theory 1.05 Bronze (0.9.55) Garbage (1.0-rc3)
-1
Star Trek: Bridge Commander 1.1 Gold (0.9.56) Garbage (1.0-rc2)
-3
Star Trek: Bridge Commander Demo Gold (0.9.52) Bronze (1.0-rc1)
-2
Star Wars Galaxies 1.xx Gold (1.0-rc1) Platinum (1.0-rc2)
+1
Star Wars: Battlefront 1.2 Garbage (0.9.61) Bronze (1.0-rc2)
+1
Star Wars: Battlefront II 1.0 Garbage (0.9.52) Silver (1.0-rc2)
+2
Star Wars: Battlefront II 1.1 Garbage (0.9.39) Bronze (1.0.0)
+1
Star Wars: Knights of the Old Republic 1.0 Silver (0.9.59) Gold (1.0-rc4)
+1
Star Wars: Knights of the Old Republic 1.03 Silver (1.0-rc2) Gold (1.0-rc4)
+1
Star Wars: Knights of the Old Republic II - The Si... Platinum (0.9.55) Gold (1.0-rc3)
-1
Star Wolves 1.1 Platinum (0.9.54) Gold (1.0-rc4)
-1
StarLancer 1.x Garbage (0.9.42) Silver (1.0.0)
+2
StarUML 5.0 Gold (1.0-rc1) Bronze (1.0-rc4)
-2
Steam All Versions Platinum (1.0-rc3) Silver (1.0-rc4)
-2
Stronghold 1.x Platinum (0.9.59) Gold (1.0-rc3)
-1
Stronghold: Crusader 1.x Bronze (0.9.58) Gold (0.9.61)
+2
Sun Java JRE 1.4.x Garbage (0.9.52) Gold (1.0-rc4)
+3
Sun Java JRE 1.6.x Gold (1.0-rc2) Platinum (1.0-rc4)
+1
System Shock 2 2.3 Silver (0.9.57) Gold (1.0-rc3)
+1
TagScanner 5.0.521 Gold (1.0-rc1) Platinum (1.0-rc4)
+1
Team Fortress 2 - Steam June 11, 2008 Gold (1.0-rc1) Bronze (1.0-rc4)
-2
The All-Seeing Eye 2.6 Bronze (0.9.59) Garbage (1.0-rc2)
-1
The Game of Life 1.0.0.0 Gold (0.9.45) Platinum (1.0-rc1)
+1
The Movies Steam version Garbage (0.9.53) Silver (0.9.60)
+2
The Operative: No One Lives Forever 1.x Gold (0.9.46) Silver (1.0-rc1)
-1
The Saga of Ryzom FV 1.2.0.904 Gold (0.9.41) Garbage (1.0-rc3)
-3
The Settlers II: 10th Anniversary 1.11757 English Silver (0.9.58) Garbage (1.0-rc3)
-2
The Settlers III Gold: 1.60 Silver (1.0-rc2) Bronze (1.0-rc4)
-1
The Simpsons: Hit & Run 1.0 Gold (1.0-rc3) Silver (1.0-rc4)
-1
The Specialists 3.0 Garbage (1.0-rc1) Bronze (1.0-rc4)
+1
The Witcher 1.0 Bronze (0.9.57) Gold (1.0-rc2)
+2
The X-Files Game 1.0-2.05 Platinum (0.9.49) Bronze (1.0-rc5)
-3
ThermaCAM Reporter 7 Pro Garbage (0.9.50) Bronze (1.0-rc3)
+1
Throne of Darkness 1.0 Garbage (1.0-rc2) Bronze (1.0-rc3)
+1
Tom Clancy's Rainbow Six: Rogue Spear 2.0.x Garbage (0.9.49) Bronze (1.0-rc4)
+1
Tom Clancy's Splinter Cell 1.2b Silver (1.0-rc1) Garbage (1.0-rc3)
-2
Tomb Raider - Chronicles 1.x Silver (0.9.54) Gold (1.0-rc2)
+1
Tony Hawk's Pro Skater 2 1.0 Garbage (0.9.16) Gold (1.0-rc4)
+3
Tower of Goo unlimited Gold (0.9.49) Platinum (1.0-rc4)
+1
Trainz 2004 CZ Bronze (0.9.36) Silver (1.0-rc4)
+1
Tropico 1.03 Gold (1.0-rc2) Platinum (1.0-rc4)
+1
True Love 1.2 Silver (0.9.24) Garbage (1.0-rc2)
-2
UEFA Euro 2008 UEFA Euro 2008 Demo Garbage (0.9.60) Silver (1.0-rc2)
+2
UFO: Afterlight 1.xx Silver (0.9.43) Garbage (1.0-rc2)
-2
UOAssist 1.6.1.0 Garbage (0.9.60) Gold (0.9.61)
+3
Ultim@te Race Pro 1.0 Platinum (0.9.37) Garbage (1.0-rc2)
-4
Ultima IX: Ascension 1.18f Silver (0.9.42) Bronze (1.0-rc1)
-1
Ultima Online Age Of Shadow Platinum (0.9.52) Bronze (0.9.60)
-3
Unreal Tournament 436 Silver (0.9.60) Platinum (1.0-rc2)
+2
Vampire: The Masquerade - Bloodlines Steam Platinum (0.9.58) Garbage (1.0-rc5)
-4
Ventrilo Client 2.1.x Gold (0.9.48) Silver (1.0-rc2)
-1
VeohTV VeohTV 3.9.1.1160 Garbage (0.9.58) Silver (1.0-rc1)
+2
Victoria: An Empire Under the Sun Revolutions - 06... Platinum (0.9.45) Garbage (1.0-rc2)
-4
Visio 2003 Garbage (0.9.61) Bronze (1.0-rc4)
+1
Visual Basic 2005 Express Garbage (0.9.58) Bronze (0.9.61)
+1
Visual Studio 6 Enterprise Edition Silver (0.9.45) Garbage (1.0-rc2)
-2
Vue 6 Infinite PLE Garbage (0.9.44) Platinum (0.9.59)
+4
Warcraft II: Battle.net Edition 2.0x Silver (1.0-rc1) Platinum (1.0-rc4)
+2
Warhammer 40,000: Dawn of War Dark Crusade: 1.x Silver (0.9.60) Platinum (1.0-rc2)
+2
Warhammer 40,000: Dawn of War Soulstorm: Demo Garbage (0.9.54) Platinum (1.0-rc1)
+4
Warrior Kings Battles 1.0 Silver (0.9.54) Gold (0.9.60)
+1
Watchtower Library 2007 Gold (1.0-rc3) Platinum (1.0-rc4)
+1
WinKawaks >=1.46 Platinum (0.9.55) Garbage (1.0-rc2)
-4
Winbox 2.2.11 Silver (0.9.39) Gold (1.0-rc5)
+1
World of Warcraft 2.4.X Platinum (1.0-rc3) Gold (1.0-rc4)
-1
X-COM: UFO Defense 1.2 Garbage (0.9.48) Bronze (1.0-rc4)
+1
jetAudio JetAudio 7.0 Gold (0.9.61) Silver (1.0-rc4)
-1
mp3DirectCut mp3DirectCut 2.07 Gold (0.9.54) Platinum (1.0-rc2)
+1
total video converter 3.11 Total Video Converter 3... Garbage (0.9.58) Silver (1.0-rc3)
+2
uTorrent 1.7.7 Gold (0.9.59) Platinum (1.0-rc2)
+1
vanBasco's Karaoke Player 2.53 Bronze (0.9.54) Gold (1.0-rc3)
+2
Total Change
+31

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.