--------------------- PatchSet 12025 Date: 2008/04/02 01:00:58 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Author: serassio Windows port: Released name of Longhorn Server is Windows server 2008 Members: src/win32.c:1.18.2.1->1.18.2.2 Index: squid/src/win32.c =================================================================== RCS file: /cvsroot/squid/squid/src/win32.c,v retrieving revision 1.18.2.1 retrieving revision 1.18.2.2 diff -u -r1.18.2.1 -r1.18.2.2 --- squid/src/win32.c 3 Jan 2008 02:30:06 -0000 1.18.2.1 +++ squid/src/win32.c 2 Apr 2008 01:00:58 -0000 1.18.2.2 @@ -1,6 +1,6 @@ /* - * $Id: win32.c,v 1.18.2.1 2008/01/03 02:30:06 hno Exp $ + * $Id: win32.c,v 1.18.2.2 2008/04/02 01:00:58 hno Exp $ * * Windows support * AUTHOR: Guido Serassio @@ -277,7 +277,7 @@ if (osvi.wProductType == VER_NT_WORKSTATION) WIN32_OS_string = xstrdup("Windows Vista"); else - WIN32_OS_string = xstrdup("Windows Server \"Longhorn\""); + WIN32_OS_string = xstrdup("Windows Server 2008"); return _WIN_OS_WINLON; } break;