Changeset 21577 for trunk/changelog
- Timestamp:
- Feb 21, 2011, 1:34:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21558 r21577 1 0.6.21577 (2001-02-21) 2 ---------------------- 3 4 Dmitry A. Kuminov: 5 - iphlpapi: Fixed a crash when building the adapter/interface/address tables 6 due to a bogus ioctl(SIOSTATRT) implementation in OS/2. 7 - kernel32: Implemented generating the high/low index values (using a CRC32 8 and a hash function on the fuill file name) and filling up the volume 9 serial number in a structure returned by GetFileInformationByHandle(). 10 - kernel32: Implemented GetVolumePathName() API. 11 - kernel32: Disabled logging exceptions in release builds through RAS since 12 this involves .sym file reading and significantly slows down applications 13 that use exception handlers like traps for implementing application logic. 14 - kernel32: Fixed a bunch of OSLibDos* functions dealing with file names 15 that passed ANSI strings to the OS/2 APIs w/o first converting it to the 16 OEM codepage which caused "file not found" errors in various Win32 APIs 17 like GetFileAttributesEx() on file names Cyrillic, umlauts, etc. 18 - winmm: Accept handles returned by mixerOpen() as IDs in mixerGetDevCaps() 19 (according to MSDN) which fixes sound in applications using these IDs. 20 - dsound: Enumerate the default sound device twice in DirectSoundEnumerate() 21 (according to MSDN) to make applications relying on this work. 22 23 Older Releases 24 -------------- 25 1 26 2011-01-12: Dmitry A. Kuminov 2 27 - minivcrt: Use the own version of _fullpath() instead of the kLIBC one
Note:
See TracChangeset
for help on using the changeset viewer.