home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / prog / res104 / revision.hst < prev   
Encoding:
Text File  |  1994-08-30  |  3.1 KB  |  86 lines

  1.  
  2.                           *** REVISION HISTORY ***
  3.  
  4. This file contains notes regarding changes to RES since its initial
  5. release.
  6.  
  7.  
  8. Legend:
  9. +    Addition or improvement.
  10. !    Changed feature.
  11. -    Bug fix.
  12. *    New information.
  13.  
  14.  
  15. ---------------------------------------------------------------------------
  16. RES version 1.04, released Tuesday 30 August 1994
  17. ---------------------------------------------------------------------------
  18.  
  19. *    RES's internal memory allocation function, allocMem(), has been
  20.      renamed to _resAllocMem(), thus avoiding name conflicts.
  21.  
  22. +    RES's internal memory allocation function is now accessed through a
  23.      function pointer named resAllocMem().  Thus, it is possible to change
  24.      the memory allocation function used by RES.
  25.  
  26. -    Fixed a bug which would, at times, cause Resource::extract() to report
  27.      failure when, in fact, it had been successful.
  28.  
  29. -    Fixed a bug which would, under certain circumstances, cause multiple
  30.      copies of the same file to exist in one resource.
  31.  
  32. !    The ErrorReporter class now uses a function of type void to report
  33.      errors.  The return value wasn't being used anyway.
  34.  
  35.  
  36. ---------------------------------------------------------------------------
  37. RES version 1.03, released Friday 26 August 1994
  38. ---------------------------------------------------------------------------
  39.  
  40. -    Fixed a bug which caused some files greater than 64 kb in size to be
  41.      handled incorrectly.
  42.  
  43. -    Fixed a bug which caused every file error to be reported twice.
  44.  
  45. +    When in 32-bit protected mode, file reads and writes of 64 kb or more
  46.      are now done with a single call.  There should be a slight performance
  47.      improvement.
  48.  
  49. -    Fixed a possible bug in the file management class which would, under
  50.      very rare circumstances (if at all), incorrectly report success or
  51.      failure.
  52.  
  53.  
  54. ---------------------------------------------------------------------------
  55. RES version 1.02, released Monday 18 July 1994
  56. ---------------------------------------------------------------------------
  57.  
  58. *    ADDED PROMINENT NOTICES IN SEVERAL LOCATIONS, STATING THAT USERS USING
  59.      A BORLAND COMPILER **MUST** DISABLE THE "FAR VIRTUAL TABLES" AND
  60.      "UNSIGNED CHARACTERS" OPTIONS IN ORDER TO USE RES.  FAILURE TO DO SO
  61.      WILL CAUSE LINKER ERRORS.
  62.      
  63.  
  64. ---------------------------------------------------------------------------
  65. RES version 1.01, released Sunday 15 May 1994
  66. ---------------------------------------------------------------------------
  67.  
  68. -    RES.EXE can now create resources usable by code compiled by GNU C++.
  69.  
  70. !    The resource file format is now the same for all compilers; the
  71.      problem I was having byte-aligning structure members with GNU C++ has
  72.      been solved.
  73.  
  74. +    Added the REVISION.HST file.
  75.  
  76.  
  77. ---------------------------------------------------------------------------
  78. RES version 1.00, released Saturday 30 April 1994
  79. ---------------------------------------------------------------------------
  80.  
  81. *    First public release.
  82.  
  83.  
  84.  
  85. End of document.
  86.