home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / RAMDISK / SRDSK141.ZIP / WHATSNEW.141 < prev   
Encoding:
Text File  |  1992-06-06  |  3.5 KB  |  114 lines

  1.  
  2. 1.41 06-06-1992
  3.  
  4. - I started to take a licensing fee from corporate users. Sorry, I have
  5. no other income currently. I tried to make the prices reasonable, but if
  6. you feel the prices are too high for your casual use, you can try to
  7. bargain.
  8.  
  9. - One '!' had disappeared from the env.c causing the /E not to work.
  10. Hopefully not many copies of the 1.40 version got out.
  11.  
  12. 1.40 03-06-1992
  13.  
  14. - DR-DOS 6 hangup solved by passing a valid looking BIOS Parameter Block
  15.   at init.
  16.  
  17. - Added a check for DR-DOS 5, since SRDISK did not seem to work with it
  18.   unless sector size was 128 bytes. Under DR-DOS 5 sector size now
  19.   forced to 128 bytes.
  20.  
  21. - resolve_drive() now finds drive letters even if driver loaded high
  22.   with some upper memory manager utility. Also if driver not found,
  23.   disks should be configurable anyway as 1:, 2:, etc. - although better
  24.   would be to tell the drive letter in CONFIG.SYS.
  25.  
  26. - Disk size 1 with /F:1 to get rid of drive not ready reports.
  27.  
  28. - Unless forced sector/cluster/root dir sizes, adjust them properly.
  29.  
  30. - Have srdisk handle allocation of known types of memory. Also enhanced
  31.   allocation to hopefully work better with DesqView.
  32.  
  33. - Reorganized source to several files. Also many other minor changes and
  34.   source beautifying.
  35.  
  36. - Multiplex interrupt interface changed a bit.
  37.  
  38. - Borland C++ 3.0 produced bad code handling long integers and thus the
  39.   beginning of FAT was a little wrong. Changed the code to one not
  40.   having a bug.
  41.  
  42.  
  43.  
  44. 1.30 18-01-1992
  45.  
  46. - Changed to freeware from public domain
  47.  
  48. - Changed the driver control from IOCTL calls to multiplex interrupt.
  49.  
  50. - Added support for over 32M RAM drives (up to 4096M). Over 32M drives
  51.   need DOS 4+ because they use over 0xFFFF sectors.
  52.  
  53. - Added /V switch for program verbosity control. /Y now only forces the
  54.   disk format, it does not make the program less verbose.
  55.  
  56. - Support for chained drivers. These drivers all contribute memory for
  57.   the same virtual drive. Added switch /M to control how much memory may
  58.   be used by each driver in the chain.
  59.  
  60. - Formatting reads the root directory to find out if there is anything
  61.   that would be destroyed. If not, it will not ask for permission to
  62.   destroy.
  63.  
  64. - Added /E switch to set environment variables SRDISKn to show srdisk
  65.   drives.
  66.  
  67. - Scans Drive Parameter Table on DOS 2 and 3 to find the drive letters,
  68.   if necessary.
  69.  
  70.  
  71.  
  72. 1.20 04-10-1991
  73.  
  74. - Fixed name of program by adding the missing 'Re' to 'Sizeable'.
  75.  
  76. - Added 16 bit FAT support; more 'sizeable' disks that had over 4077
  77.   clusters were not operational. Due to DOS's inconsistent behaviour,
  78.   disks with over 4077 and under 4088 clusters (or over 65518, possible
  79.   with 128 byte clusters and 8M disk size) are avoided by making
  80.   clusters bigger.
  81.  
  82. - Added DOS lookalike disk formats via switch /F.
  83.  
  84. - The FAT number is now defined via switch /A instead of /F.
  85.  
  86. - The time of format is stored in volume label.
  87.  
  88. - Upgraded to IOCTL_msg version 1.20 which tells the type of memory used
  89.   by the driver.
  90.  
  91. - Disallow sectors greater than 512 bytes as DOS can not handle them
  92.   properly but rather crashes when it encounters them.
  93.  
  94. - Allow clusters up to 8 kilobytes.
  95.  
  96. - Enhanced help.
  97.  
  98.  
  99.  
  100. 1.10 06-09-91
  101.  
  102. - Added full support for multiple FATs. 1.00 had the /F switch, but no
  103.   support for it in formatter.
  104.  
  105. - Updated to IOCTL_msg versio 1.10 so that media byte is no longer used
  106.   to indicate the media change but to indicate the drive is RAM disk.
  107.  
  108. - Some minor fixes.
  109.  
  110.  
  111.  
  112. 1.00 09-06-91 Initial release
  113.  
  114.