Changeset 22007 for trunk/changelog
- Timestamp:
- Jul 21, 2012, 3:54:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21984 r22007 1 0.8.5 (2012-07-21) 2 ------------------ 3 - kernel32: Fix a crash in PE.EXE/PEC.EXE. 4 - kernel32: Export CreateToolhelp32Snapshot, Trhread32First, Trhread32Next 5 stubs (used by Flash). 6 - kernel32: Make SEH work in OS/2 context (to avoid FS register switches 7 to Win32 context and back). 8 - kernel32: Derive HOMEDRIVE/HOMEPATH environment vars from HOME which is 9 used by some applications to locate the home directory. 10 - kernel32: Improve logging (showing current FS mode). 11 - user32: Make WM_MOUSEACTIVATE and WM_PARENTNOTIFY message handling 12 identical to the real Windows behavior. 13 - user32: Return an already existing wrapper from CreateFakeWindowEx() 14 instead of NULL (this is much more practical). 15 - ntdll: export RtlGetVersionNumber. 16 - gdi32: Fix lost text in TextOut() when used with non-identity trasformation 17 matrix. This fixes missing text elements in some applications. 18 - gdi32: Implement wide version of ResetDC(). Used by recent OpenJDK. 19 - iphlpapi: Fix possible crash in GetAdaptersInfo() and friends. This fixes 20 spontaneous crashes that could occur in applications using the network. 21 - Add a new shiny Odin logo to the About Odin dialog. 22 - Make the About Odin system menu item localizable. 23 1 24 0.8.4 (2012-03-19) 2 25 ------------------
Note:
See TracChangeset
for help on using the changeset viewer.