home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mmap-177.zip / history.txt < prev    next >
Text File  |  1999-08-21  |  2KB  |  42 lines

  1.           Memory Mapped Files Emulation Layer v1.77
  2.                (c) 1998, 1999 Maurilio Longo - md2520@mclink.it
  3.  
  4.                 History file
  5.  
  6.                                    - * -
  7.  
  8.  
  9. This file contains changes made to the mmap.dll since version 1.00.
  10.  
  11.  
  12. 22/10/1998    NEW:    Released public version 1.00.
  13. 14/11/1998    NEW:    It needs at least fixpack 6 or 38 (for warp 3)
  14.         FIX:    There was a bug affecting multithreaded programs which 
  15.             use mmap() from more than one thread and register an
  16.             exception handler for each thread.
  17. 20/11/1998    NEW:    mmap() duplicates filehandle of mmaped file
  18.                 NEW:    It can now use HighMemory on Warp Server Advanced SMP 
  19.             and Aurora Beta
  20. 24/11/1998    NEW:    All I/O operations are done with 32Kb blocks and 
  21.             getpagesize() returns 32Kb. This is a GREAT speedup.
  22. 10/01/1999    NEW:    Released public version 1.10
  23. 08/08/1999    NEW:    MAP_SHARED supported inside same address space.
  24.         FIX:    High Memory use on WSA SMP and Aurora was broken since
  25.             24/11/1998. DosAllocMem() rounds requests to a 4Kb boundary
  26.             if you request HighMemory :-|
  27.         FIX:    No more use of autoregistering feature for mmap(), so there
  28.             is no more a minimum fixpack needed to be able to use
  29.             mmap() services. It should work on Warp 3. Tested on Warp 4 no
  30.             fp, Warp 4 fp 6 and 9 and Aurora Beta and GA.
  31.         NEW:    mregister() and mderegister() to access mmap() services.
  32.         NEW:    No more 64 maximum threads using mmap() services per process
  33.             limit.
  34.         FIX:    mmap() could have left a duplicated file handle open in case of
  35.             failure in mmapping it. 
  36.         NEW:    Released public version 1.75.
  37. 14/08/1999    NEW:    MS_ASYNC and 
  38.         NEW:    MS_INVALIDATE are fully supported.
  39. 21/08/1999    NEW:    Released public version 1.77.
  40.  
  41.  
  42.