Changeset 21577 for trunk/changelog


Ignore:
Timestamp:
Feb 21, 2011, 1:34:35 PM (15 years ago)
Author:
dmik
Message:

Release: Bumped build number and updated changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r21558 r21577  
     10.6.21577 (2001-02-21)
     2----------------------
     3
     4Dmitry 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
     23Older Releases
     24--------------
     25     
    1262011-01-12: Dmitry A. Kuminov
    227    - minivcrt: Use the own version of _fullpath() instead of the kLIBC one
Note: See TracChangeset for help on using the changeset viewer.