home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / -in_the_mag- / emulation / emus / fs1541 / changelog < prev    next >
Text File  |  1997-07-31  |  4KB  |  76 lines

  1.  
  2. 970529 Included new disk icon from Thomas Broß and added ICON startup
  3.        option. Source code `diskimage.c' obsolete. Finally did another
  4.        release!
  5. 970316 Fixed bug with multiple calls to ACTION_INHIBIT which could lead
  6.        to an alert on loadwb. Fixed handling of TestLockRef error in
  7.        READ and WRITE (would not return error -1). v1.2
  8.  
  9. 970219 German translation of the documentation.
  10. 970130 Fixed a bug with unreadable disks (sometimes it would be
  11.        impossible to format them). v1.1
  12.  
  13. 970120 ACTION_RENAME_OBJECT. Opening root dir as file returns
  14.        ERROR_OBJECT_WRONG_TYPE now.
  15. 970106 ACTION_PARENT was incorrect. Implemented ACTION_RENAME_DISK.
  16. 961222 UpdateDiskStructure() is timer-controlled now, so that many
  17.        consecutive writes don't slow down the process - the BAM is written
  18.        only once: one second after the last access. v1.0
  19.  
  20. 961215 Virtual file `$opt'. Changed my indentation style ;). INTERLEAVE
  21.        keyword was misinterpreted. Disks with an ID other than 'A' cannot
  22.        be written to. Checks for write protected disks in all disk-modifying
  23.        packets. ACTION_FORMAT. Everything works fine with the new
  24.        multidisk.device 2.0. Removed enforcer hit when trying to open
  25.        the root directory as a file.
  26. 961214 v0.6 used a wrong BAM structure, the order of the sectors in the
  27.        track fields was assumed to be different. Now it's working okay.
  28.        v0.7
  29.  
  30. 961208 Optimized ACTION_END. $d64 is writable.
  31. 961207 First dir block is always (18,1) now. ACTION_DELETE_OBJECT returns
  32.        correct errors. packet.c: One routine for the three ACTION_FIND#?
  33.        packets, opening & updating files works. ACTION_WRITE. Directory
  34.        is *not* automatically optimized any more, only trailing type 0x00
  35.        entries are stripped -> deleting #? works correctly.
  36. 961127 volume.c/DoDiskInsert() initialized cur#? variables too early.
  37.        A disk's name was erroneously thought to be 18 characters instead
  38.        of 16. Removed bam->id check. Virtual file `$'. Block allocation
  39.        routines rewritten. More security checkings in main.c/MakeFSSM.
  40.        volume.c/UpdateDiskStructure() allocates the blocks now. v0.6
  41.  
  42. 961124 ACTION_EXAMINE_NEXT returns correct NumBlocks value.
  43.        First Aminet upload.
  44. 961118 More write support routines, ACTION_DELETE_OBJECT.
  45.        Startup string INTERLEAVE keyword. v0.5
  46.  
  47. 961110 ACTION_#?INFO returns correct SoftErrors count. Disk error
  48.        checking in ACTION_SEEK. Made all string comparisons case-insensitive.
  49.        Changed Disk.info to Show All Files & View By Name. Introduced
  50.        startup string, environment vector is set up by the FileSystem now.
  51.        Startup option "NOAUTOSCAN". This version was distributed on the
  52.        Computer '96 in Cologne/Germany.
  53. 961106 volume.c/AllocBlock() & FreeBlock(), for upcoming write support.
  54.        Fixed bug in UsedBlocks().
  55. 961104 R/W errors are displayed in a requester.
  56. 961103 Disk changing more secure. ACTION_INHIBIT implemented.
  57.        ACTION_CREATE_DIR returns error. v0.4
  58.  
  59. 961102 Implemented volume.c/UsedBlocks().
  60. 961101 Using ETD commands now - disk changing works perfectly;
  61.        When an unreadable disk is inserted or any disk is removed, the
  62.        motor is switched off. Fixed enforcer hits with removed volumes in
  63.        ACTION_COPY_DIR.
  64. 961031 Fixed enforcer hit in volume.c/lockable().
  65.        Issueing CMD_CLEAR after disk change.
  66. 961027 Virtual file `$d64'. Split up source code into six parts.
  67. 961026 Virtual file `Disk.info'. v0.3
  68.  
  69. 961014 Asynchronous disk preloading. Security checks.
  70.        Multi-volume support. Fixed big bug in
  71.        track/sector-to-offset conversion.
  72.        Fixed bug in file finding routine. v0.2
  73.  
  74. 961013 Completely working read-only version. v0.1
  75. 961006 Started immediately after the SCALA-Meeting.
  76.