This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix file permissions mangled by #0e5d25bf
[perl5.git] / cpan / Win32 / Changes
CommitLineData
8883bb5a
JV
1Revision history for the Perl extension Win32.\r
2\r
0e5d25bf
JD
30.40 [2010-12-08]\r
4 - Add Win32::GetSystemMetrics function.\r
5 - Add Win32::GetProductInfo() function.\r
6 - Add Win32::GetOSDisplayName() function.\r
7 - Detect "Windows Server 2008 R2" as "Win2008" in Win32::GetOSName()\r
8 (used to return "Win7" before).\r
9 - Detect "Windows Home Server" as "WinHomeSvr" in Win32::GetOSName()\r
10 (used to return "Win2003" before).\r
11 - Added "R2", "Media Center", "Tablet PC", "Starter Edition" etc.\r
12 tags to the description returned by Win32::GetOSName() in\r
13 list context.\r
14 - Rewrote the t/GetOSName.t tests\r
15\r
8883bb5a
JV
160.39 [2009-01-19]\r
17 - Add support for Windows 2008 Server and Windows 7 in\r
18 Win32::GetOSName() and in the documentation for\r
19 Win32::GetOSVersion().\r
20 - Make Win32::GetOSName() implementation testable.\r
21 - Document that the OSName for Win32s is actually "WinWin32s".\r
22\r
230.38 [2008-06-27]\r
24 - Fix Cygwin releated problems in t/GetCurrentThreadId.t\r
25 (Jerry D. Hedden).\r
26\r
270.37 [2008-06-26]\r
28 - Add Win32::GetCurrentProcessId() function\r
29\r
300.36 [2008-04-17]\r
31 - Add typecasts for Win64 compilation\r
32\r
330.35 [2008-03-31]\r
34 Integrate changes from bleadperl:\r
35 - Silence Borland compiler warning (Steve Hay)\r
36 - Fix memory leak in Win32::GetOSVersion (Vincent Pit)\r
37 - Test Win32::GetCurrentThreadId on cygwin (Reini Urban, Steve Hay)\r
38\r
390.34 [2007-11-21]\r
40 - Document "WinVista" return value for Win32::GetOSName()\r
41 (Steve Hay).\r
42\r
430.33 [2007-11-12]\r
44 - Update version to 0.33 for Perl 5.10 release\r
45 - Add $^O test in Makefile.PL for CPAN Testers\r
46 - Use Win32::GetLastError() instead of $^E in t/Names.t for\r
47 cygwin compatibility (Jerry D. Hedden).\r
48\r
490.32 [2007-09-20]\r
50 - Additional #define's for older versions of VC++ (Dmitry Karasik).\r
51 - Win32::DomainName() doesn't return anything when the Workstation\r
52 service isn't running. Set $^E and adapt t/Names.t accordingly\r
53 (Steve Hay & Jerry D. Hedden).\r
54 - Fix t/Names.t to allow Win32::GetOSName() to return an empty\r
55 description as the 2nd return value (e.g. Vista without SP).\r
56 - Fix t/GetFileVersion.t for Perl 5.10\r
57\r
580.31 [2007-09-10]\r
59 - Apply Cygwin fixes from bleadperl (from Jerry D. Hedden).\r
60 - Make sure Win32::GetLongPathName() always returns drive\r
61 letters in uppercase (Jerry D. Hedden).\r
62 - Use uppercase environment variable names in t/Unicode.t\r
63 because the MSWin32 doesn't care, and Cygwin only works\r
64 with the uppercased version.\r
65 - new t/Names.t test (from Sébastien Aperghis-Tramoni)\r
66\r
670.30 [2007-06-25]\r
68 - Fixed t/Unicode.t test for Cygwin (with help from Jerry D. Hedden).\r
69 - Fixed and documented Win32::GetShortPathName() to return undef\r
70 when the pathname doesn't exist (thanks to Steve Hay).\r
71 - Added t/GetShortPathName.t\r
72\r
730.29 [2007-05-17]\r
74 - Fixed to compile with Borland BCC (thanks to Steve Hay).\r
75\r
760.28_01 [2007-05-16]\r
77 - Increase version number as 0.28 was already used by an ActivePerl\r
78 release (for essentially 0.27 plus the Win32::IsAdminUser() change).\r
79\r
80 - Add MODULE and PROTOTYPES directives to silence warnings from\r
81 newer versions of xsubpp.\r
82\r
83 - Use the Cygwin codepath in Win32::GetFullPathName() when\r
84 PERL_IMPLICIT_SYS is not defined, because the other code\r
85 relies on the virtualization code in win32/vdir.h.\r
86\r
870.27_02 [2007-05-15]\r
88 - We need Windows 2000 or later for the Unicode support because\r
89 WC_NO_BEST_FIT_CHARS is not supported on Windows NT.\r
90\r
91 - Fix Win32::GetFullPathName() on Windows NT to return an\r
92 empty file part if the original argument ends with a slash.\r
93\r
940.27_01 [2007-04-18]\r
95 - Update Win32::IsAdminUser() to use the IsUserAnAdmin() function\r
96 in shell32.dll when available. On Windows Vista this will only\r
97 return true if the process is running with elevated privileges\r
98 and not just when the owner of the process is a member of the\r
99 "Administrators" group.\r
100\r
101 - Win32::ExpandEnvironmentStrings() may return a Unicode string\r
102 (a string containing characters outside the system codepage)\r
103\r
104 - new Win32::GetANSIPathName() function returns a pathname in\r
105 a form containing only characters from the system codepage\r
106\r
107 - Win32::GetCwd() will return an ANSI version of the directory\r
108 name if the long name contains characters outside the system\r
109 codepage.\r
110\r
111 - Win32::GetFolderPath() will return an ANSI pathname. Call\r
112 Win32::GetLongPathName() to get the canonical Unicode\r
113 representation.\r
114\r
115 - Win32::GetFullPathName() will return an ANSI pathname. Call\r
116 Win32::GetLongPathName() to get the canonical Unicode\r
117 representation.\r
118\r
119 - Win32::GetLongPathName() may return a Unicode path name.\r
120 Call Win32::GetANSIPathName() to get a representation using\r
121 only characters from the system codepage.\r
122\r
123 - Win32::LoginName() may return a Unicode string.\r
124\r
125 - new Win32::OutputDebugString() function sends a string to\r
126 the debugger.\r
127\r
128 - new Win32::GetCurrentThreadId() function returns the thread\r
129 id (to complement the process id in $$).\r
130\r
131 - new Win32::CreateDirectory() creates a new directory. The\r
132 name of the directory may contain Unicode characters outside\r
133 the system codepage.\r
134\r
135 - new Win32::CreateFile() creates a new file. The name of the\r
136 file may contain Unicode characters outside the system codepage.\r
137\r
138\r
1390.27 [2007-03-07]\r
140 - Extracted from the libwin32 distribution to simplify maintenance\r
141 because Win32 is a dual-life core module since 5.8.4.\r
142\r
143 - Win32.pm and Win32.xs updated to version in bleadperl.\r
144 This includes all the Win32::* function from win32/win32.c\r
145 in core Perl, except for Win32::SetChildShowWindows().\r
146\r
147 - Install into 'perl' directory instead of 'site' for Perl 5.8.4\r
148 and later.\r
149\r
150 - Add some simple tests.\r