On Sun, Jan 11, 2009 at 11:24 PM, James Hawkins truiken@gmail.com wrote:
On Sat, Jan 10, 2009 at 3:32 AM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
We have our first Windows 7 test results : http://test.winehq.org/data/a69c86d3f517f659ba47495f77deac2df671fb03/vista_w...
I'm not sure if '7' is a nice/correct header though. Maybe "Win7" ?
This also means we need to add it to winecfg.
Changelog Add Windows 7
-- Cheers,
Paul.
From b8ec6ca34b85f7ba1ae736ef35ee380b1b5721f0 Mon Sep 17 00:00:00 2001
From: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Sat, 10 Jan 2009 12:28:57 +0100 Subject: [PATCH] Add Windows 7
winetest/build-index | 3 ++- winetest/dissect | 6 ++++-- winetest/gather | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/winetest/build-index b/winetest/build-index index 2813ae8..0f257ad 100755 --- a/winetest/build-index +++ b/winetest/build-index @@ -27,11 +27,12 @@ my %xp = (name => "XP"); my %w2k3 = (name => "2003"); my %vista = (name => "Vista"); my %w2k8 = (name => "2008"); +my %w7 = (name => "7"); my %unknown = (name => "Other"); my %wine = (name => "Wine");
I'm behind on my emails this weekend, so I don't know if this has been committed yet or not, but it seems like win7 is a better name than w7.
-- James Hawkins
Is Windows 7 the beta name, or the finalized name? Perhaps we should wait until it's finalized?