Changeset 22036 for trunk/changelog
- Timestamp:
- Oct 23, 2012, 2:48:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r22007 r22036 1 0.8.6 (2012-10-23) 2 ------------------ 3 - kernel32: Fix crash when using the new SEH scheme (0.8.5 regression). 4 - kernel32: Disable Win32 TIB switch completely by default. This fixes spins 5 in an exception handler loop in some applications (e.g. LibreOffice trying 6 to load JVM.DLL). 7 - kernel32: Add support for custom PE/PEC/W16ODIN paths to ODIN.INI (fixes 8 broken PE/PEC functionality in RPM packages). 9 - kernel32: Add GetCPInfoEx and ConvertThreadToFiber (needed for GTK). 10 - kernel32: Add InitializeSListHead (needed for MSVCR100.DLL). 11 - kernel32: Fix inverted return values in GetFileInformationByHandle and 12 some other APIs (this could confuse Flash 10.1+). 13 - kernel32: Implement GetFileInformationByHandle for directories. 14 - kernel32: Add support for Windows XP SP3 version and make it the default. 15 - user32: Partly implement MsgWaitForMultipleObjectsEx (for Flash 11.4). 16 - shell32: Export SHGetSpecialFolderPathW (needed by Flash 11.4). 17 - crypt32: Disable debug fields of RTL_CRITICAL_SECTION_DEBUG (fixes 18 occasional crashes in CRYPT32.DLL e.g. during playback of some Flash). 19 - odininst: Register DLLs that require registration (fixes playback of some 20 Flash content for Flash versions starting from 10.1). 21 - pe: Don't add .exe if an extension is already present in the program name 22 (this fixes programs like InstallShiled that use non-standard extensions). 23 - pe: Fix memory allocation error for some Win32 EXEs (this error could be 24 displayed if the size of the EXE was too small). 25 1 26 0.8.5 (2012-07-21) 2 27 ------------------
Note:
See TracChangeset
for help on using the changeset viewer.