Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES
[p5sagit/p5-mst-13.2.git] / ext / Win32 / Changes
index 1f80899..364a902 100644 (file)
@@ -1,5 +1,16 @@
 Revision history for the Perl extension Win32.
 
+0.39   [2009-01-19]
+       - Add support for Windows 2008 Server and Windows 7 in
+         Win32::GetOSName() and in the documentation for
+         Win32::GetOSVersion().
+       - Make Win32::GetOSName() implementation testable.
+       - Document that the OSName for Win32s is actually "WinWin32s".
+
+0.38   [2008-06-27]
+       - Fix Cygwin releated problems in t/GetCurrentThreadId.t
+         (Jerry D. Hedden).
+
 0.37   [2008-06-26]
        - Add Win32::GetCurrentProcessId() function