home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / backup_utils / mrbackup1.5 / docs / mrtapechanges.doc < prev    next >
Text File  |  1995-02-27  |  1KB  |  38 lines

  1. This file documents recent changes to MRsoftware's MRTape-Handler.
  2. Changes are listed in reverse chronological order.
  3.  
  4.  
  5. 10/16/93, V1.16
  6.  
  7. =============
  8.   Bug Fixes 
  9. =============
  10.  
  11. With the advent of AmigaDOS 2.1, an attempt to access the tape drive
  12. when no tape was inserted resulted in a crash.  MRTape was returning
  13. the status code "ERROR_NO_DISK_INSERTED" which caused the system to
  14. attempt some kind of error recovery (speculation on my part - the
  15. system followed up the failed ACTION_FIND_INPUT with an
  16. ACTION_CURRENT_VOLUME packet).  I would like to spend more time
  17. investigating this but frankly, I don't have _any_ free time.  So, for
  18. now, I've modified the handler to return one of MRTape's own special
  19. error codes:  MRTAPE_ERR_NO_TAPE (2003).
  20.  
  21.  
  22. 03/18/93, V1.15
  23.  
  24. ===========
  25.   Changes
  26. ===========
  27.  
  28. --
  29. When the tape handler is closed, the tape is now automatically
  30. rewound in "immediate" mode. The user does not have to wait
  31. for the rewind to complete.
  32.  
  33. =============
  34.   Bug Fixes 
  35. =============
  36. --
  37. The tape handler would not rewind when invoked as MRTape:A.
  38.