home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / FILE / SAS41.ZIP / UPDATE.NEW < prev    next >
Encoding:
Text File  |  1990-05-16  |  5.3 KB  |  159 lines

  1. Version 2.1
  2.  
  3. A fairly major bug cropped up where machines without mice would get
  4. into the mouse loop and lock up.  This has now been corrected.
  5.  
  6. A minor bug in the Program Exec Menu has also been fixed.  Inserting
  7. the % sign in the exec line in combination with change directory
  8. would fail.  Program Exec now inserts fully qualified pathnames into
  9. the command line.
  10.  
  11. Steven C. Lee
  12. August 10, 1989
  13.  
  14.  
  15. PKZIP 1.0 arrived, and was not compatible with PAKVIEW.  PakView has
  16. now been replaced with Swiss Army View which is currently in version
  17. 0.7.
  18.  
  19. Steven C. Lee
  20. September 9, 1989
  21.  
  22.  
  23. At Steve Turner's request, added ability to let Copy Directory continue
  24. unattended when it encounters a directory that matches the one being
  25. copied.  You will have to answer Yes to that question once, then it will
  26. churn right along.  This makes it easier to use for regular backup on
  27. the same disk set, since you don't have to sit at the keyboard and
  28. keep answering Yes !
  29.  
  30. Previously, if you attempted to Quit while in a drive that's not there
  31. anymore (as in REMOVABLE) SAS would crash to DOS forcing you to put a
  32. disk in the drive or reboot.  Now, if you quit to a drive that's not
  33. there, you will be warned and dropped out in the root directory of
  34. the drive specified in COMSPEC.  If you booted from that floppy you
  35. don't have a lot of choice.
  36.  
  37. Made the Archive Management menu and some of it's submenus sticky.
  38. Now you may set options, then perform operations without having
  39. to pop it up repeatedly.
  40.  
  41. Steven C. Lee
  42. September 10, 1989
  43.  
  44.  
  45. Fixed a bug with Extract Tagged Files - the right mouse button would
  46. initiate the operation instead of escaping.
  47.  
  48. Steven C. Lee
  49. September 13, 1989
  50.  
  51.  
  52. Fixed a bug with Find File.  The search would not continue when the
  53. right mouse button was clicked.
  54.  
  55. Steven C. Lee
  56. September 28, 1989
  57.  
  58.  
  59. Version 2.2
  60.  
  61. Decided to kill the test drive idea, and distribute version 2.2
  62. freely at a reduced price.  Added a compression method switch to
  63. the Archive Menu and SASCFG.EXE.
  64.  
  65. Steven C. Lee
  66. September 30, 1989
  67.  
  68.  
  69. Version 2.3
  70.  
  71. 2.3 fixes a bug with the View function where SAS would not insert
  72. a blank between the /m parameter and the filename.  An associated
  73. bug in SAV has also been fixed.
  74.  
  75. Steven C. Lee
  76. October 25, 1989
  77.  
  78. Version 2.31
  79. Fixed a bug in SASCFG where the last menu item (Confirm Exit) didn't
  80. appear.  The option would work by pressing C, and the previous option
  81. would appear on that line.  Also fixed a bug with zero length files in
  82. SAV.
  83.  
  84. Steven C. Lee
  85. November 21, 1989
  86.  
  87.  
  88. Version 2.4
  89. Added warning when 100 directory limit is exceeded.  Previously
  90. SAS would crash if there were more than 100 directories.
  91.  
  92. Fixed a bug with deleting 0 length files.  Previously, SAS would
  93. delete files with 0 bytes only if the Tagged total was greater than
  94. 0.  This bug has actually been around since version 1.0.  Why didn't
  95. someone mention it earlier?
  96.  
  97. SAS will now check for old .TRE files and automatically rescan if
  98. the TRE file is not compatible.  This option was added because a
  99. certain sysop insists on keeping multiple versions of the program
  100. on different machines on his network.
  101.  
  102. SASCFG.EXE now allows you to turn sound on or off.
  103.  
  104. Steven C. Lee
  105. March 6, 1990
  106.  
  107. Added support for PKZFIND.  If PKZIP is selected as the current
  108. archive program, Alt F and Ctl F will call PKZFIND instead of
  109. PKFIND.
  110.  
  111. Added option to check for duplicate files when copying.  SAS will
  112. now ask if you want to check for duplicate files.  If you
  113. answer yes, SAS will show you the size and date of any duplicates
  114. found before copying.
  115.  
  116. SAS now supports up to 20 drives instead of the old limit of 15.
  117. Also added option to check free space on other drives by pressing S.
  118.  
  119. Find File now allows you to search all drives for a file.
  120.  
  121. Fixed a bug where swap to disk while executing the program under
  122. the cursor would not work.
  123.  
  124. Corrected text window showing mouse commands for changing directories
  125. or continuing a file find.  Left button changes to the directory,
  126. and right button continues the search.  Text was reversed.
  127.  
  128. Though SAS is not network aware, it will work with many networks.
  129. This has caused some problems in the past where a network drive
  130. may have a different drive letter depending on which drop it is
  131. accessed from.  SAS stores the drive letter in the .TRE file, and
  132. when the .TRE file is loaded from a remote drop on the network,
  133. the root directory on the tree diagram would not reflect the correct
  134. drive letter as recognized by the remote machine.  SAS will now
  135. show the correct drive letter in the root directory.
  136.  
  137. Steven C. Lee
  138. April 21, 1990
  139.  
  140. Added option in SASCFG to turn off checking for duplicate files.
  141.  
  142. Reduced the size of the copy file buffer from slightly under 64K
  143. to exactly 32K.  This allowed me to reduce the amount of memory
  144. allocated to the heap, and increased available RAM by almost 32K.
  145. Copy speed actually increased slightly, probably because 32K blocks
  146. are a multiple of the DOS cluster size.  Although the EXE size has
  147. increased, version 2.4 actually has more available RAM.
  148.  
  149. Steven C. Lee
  150. May 8, 1990
  151.  
  152.  
  153. Fixed a bug where Copy Directory would fail.  Although Copy Tagged
  154. files used the new 32K buffer size, I forgot to change Copy Dir.
  155. Reduced heap allocation caused Copy Directory to fail.
  156.  
  157. Steven C. Lee
  158. May 16, 1990
  159.