Changeset 21606 for trunk/changelog
- Timestamp:
- Mar 28, 2011, 1:40:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21577 r21606 1 0.6.21 577 (2001-02-21)1 0.6.21606 (2011-03-28) 2 2 ---------------------- 3 3 4 Dmitry A. Kuminov: 4 Dmitriy Kuminov: 5 - general: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by always 6 loading DLLs using the base name with no extension (e.g. "MDM" instead of 7 "MDM.DLL"). This fixes various problems like no sound in strict mode. 8 - general: A big bunch of fixes (headers and so on) for SDK mode. 9 - odincrt: Fixed a tiny typo in DosQueryModuleHandleStrict() that could 10 sometimes cause 100% CPU load at application startup eventually leading to 11 SYS1808 due to stack overflow. 12 - kernel32: VirtualQuery: Succeed with MEM_FREE for one page when querying 13 an unallocated address in the private arena (for which DosQueryMem fails 14 with ERROR_INVALID_ADDRESS). This will fix applications relying on proper 15 error reporting. 16 - kernel32: Report ERROR_MOD_NOT_FOUND from LoadLibrary() when it fails to 17 load a DLL due to missing import modules, to mimic Win32 behavior. 18 - tools/wrc: Restored generating GAS output by default. MASM output is now 19 generated by specifying the -M option. 20 - shell32: Shell_NotifyIcon(): Create a copy of the supplied icon because 21 the caller may DestroyIcon() on it at any time (which would cause systray 22 to display an empty rectangle). This matches Windows behavior. 23 - shell32: Implemented support for xsystray (Extended System Tray widget for 24 XCenter) which provides more functionality (in particular, 25 "TaskbarCreated" message broadcasting). 26 27 0.6.21577 (2011-02-21) 28 ---------------------- 29 30 Dmitriy Kuminov: 5 31 - iphlpapi: Fixed a crash when building the adapter/interface/address tables 6 32 due to a bogus ioctl(SIOSTATRT) implementation in OS/2. … … 23 49 Older Releases 24 50 -------------- 25 51 26 52 2011-01-12: Dmitry A. Kuminov 27 53 - minivcrt: Use the own version of _fullpath() instead of the kLIBC one
Note:
See TracChangeset
for help on using the changeset viewer.