Changes between Version 1 and Version 2 of Odin Versions History


Ignore:
Timestamp:
Dec 6, 2015, 3:41:39 PM (8 years ago)
Author:
martini
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Odin Versions History

    v1 v2  
     1== Odin32 ==
     2Odin 0.8.5 - (2012-07-21)
     3* kernel32: Fix a crash in PE.EXE/PEC.EXE.
     4* kernel32: Export CreateToolhelp32Snapshot, Trhread32First, Trhread32Next stubs (used by Flash).
     5* kernel32: Make SEH work in OS/2 context (to avoid FS register switches to Win32 context and back).
     6* kernel32: Derive HOMEDRIVE/HOMEPATH environment vars from HOME which is used by some applications to locate the home directory.
     7* kernel32: Improve logging (showing current FS mode). * user32: Make WM_MOUSEACTIVATE and WM_PARENTNOTIFY message handling identical to the real Windows behavior.
     8* user32: Return an already existing wrapper from CreateFakeWindowEx() instead of NULL (this is much more practical).
     9* ntdll: export RtlGetVersionNumber.
     10* gdi32: Fix lost text in TextOut() when used with non-identity trasformation matrix. This fixes missing text elements in some applications.
     11* gdi32: Implement wide version of ResetDC(). Used by recent OpenJDK.
     12* iphlpapi: Fix possible crash in GetAdaptersInfo() and friends. This fixes spontaneous crashes that could occur in applications using the network.
     13* Add a new shiny Odin logo to the About Odin dialog.
     14* Make the About Odin system menu item localizable.
    115
    216