home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / MorphOS / morphosuser-150201.lha / notes / cdriveppc.notes < prev    next >
Encoding:
Text File  |  2001-02-14  |  4.9 KB  |  198 lines

  1. Open:
  2.  
  3. Amiga RR extensions handling
  4.  
  5.  
  6. 3.22
  7. - Fixed a resident name cosmetic problem
  8.  
  9. 3.21
  10. - Add Joliet
  11.  
  12. 3.20
  13. - Mysterious revision i couldn`t fake some bogus
  14.   releasenote comment for
  15.  
  16. 3.19
  17. - ACTION_COPY_DIR_FH FH's parameter was no BPTR..
  18.   blame it on the cbm docs
  19.  
  20. 3.18
  21. - volumename +1 mungwall hit fixed
  22.  
  23. 3.17
  24. - added toc scanning for multisession support (fm)
  25.  
  26. 3.16
  27. - Scanning of unknown volumes caused a dead end loop
  28.  
  29. 3.15
  30. - ActExamineFH added
  31.  
  32. 3.14
  33. - ActParentFH fix
  34.   occured with the AmigaDev 1.1 "Amiga_Developer_CD_v1.1" guide file
  35.  
  36. 3.13
  37. - max values for cache management to avoid that an illegal
  38.   mountlist causes the system to run havoc
  39.  
  40. 3.12
  41. - Don`t show a requester if a disc can`t be read during
  42.   the mount phase. This avoids nasty requesters during booting
  43.   for CDDA or empty CDRs for example.
  44.  
  45. 3.11
  46. - ActFHFromLock fix
  47.  
  48. 3.10
  49. - Fixed a lock init race condition if you used dir opt all 2 times
  50.   on a CD. After the first time you would run in circular errors.
  51. - added the resident tag so c:version device: finds the version.
  52.  
  53. 3.9
  54. - Rockridge fix..removed the RR field alignment which
  55.   was obviously wrong
  56.  
  57. 3.8
  58. - made romable
  59. - check for illegal cli startup
  60. - mount volumes if the name already exists.
  61.   Then it adds a postfix <Volume>.$Instance
  62.  
  63. 3.7
  64. - If the handler didn`t work it now removes the DeviceNode
  65.  
  66. 3.6
  67. - Copyright text changes
  68.  
  69. 3.5
  70. - Fixed an exall problem.Visible with the NextStep Nebula CD
  71. - Fixed a very large file/dirname problem.
  72. - Fixed very deep path names bug(signed char)
  73.  
  74. 3.4
  75. - Finally fixed this mount IXEMUL: from devs:Mountlist.IXPIPE problem
  76.   on the 1st FreshFish stefanb reported last year...sorry.
  77.  
  78. 3.3
  79. - Fixed 0 Byte File Open(); bug(Fred Fish...Thanx for the cool FreshFish)
  80. - Added some unimportant 2.x Packets...now AmigaGuide has no more any path
  81.   problems with subguides.(urghhhh...)
  82.  
  83. 3.2
  84. - Forgot to fill fib_NumBlocks in Examine...du and ls(gnu ports) showed
  85.   illegal values(MTK)
  86. Attention!
  87.   If you have mount problems with devs:dosdrivers check if you haven't
  88.   any mountlist with a wrong format in the directory, because it stops
  89.   to mount then.(Snoopdos)
  90.   Furthermore old Mount versions have problems with Tooltypes. Please
  91.   be careful if you have a Beta OS or use one.
  92.  
  93. 3.1
  94. - ActionDie now works
  95.  
  96. 3.0
  97. - Rockridge Addition.
  98.   Big Thanks to mtk for his dump of a rockridge disk that helped me to understand
  99.   the rockridge specs i had since months.
  100. - Added new Mountlist Flag parameter Reserved to control Rockridge Features
  101.  
  102. 2.9
  103. - Fixed Parent on File in rootdir problem=>Ced 3.5 couldn't read a file in the root
  104. - Fixed Exall problem with gnu:x11/contrib...
  105.  
  106. 2.8
  107. - Fixed Exall Bug
  108.   Visible with 4k ExallBuffer and Aminet:aminet/mods/misc
  109.  
  110. 2.7
  111. - LocateFile bug that can lead to several sideeffects.
  112.   Lock/Open Problems
  113.   List Problems
  114.  
  115. 2.6
  116. - ExNext Bug that can lead to several sideeffects.
  117.   Lock/Open Problems
  118.   List Problems
  119.  
  120. 2.5
  121. - Fixed SCSIDirect bug
  122.  
  123. 2.4
  124. - Fixed a sideeffect bug
  125.  
  126. 2.3
  127. - Fixed assign directory bug
  128.  
  129. 2.2
  130. - Sorry..Enforcer hit added in 2.1
  131. - Fixed change/wrong buffer read problem
  132.   Connected bugs:
  133.   o disk insert,open icon,disk out,Show Contents/All Files on the workbench crash
  134.   o cd/list/Need Volume Requester problems
  135.   o diskchange during dir problems(I couldn't produce that problem in this version)
  136. - Motor Off fixed
  137.  
  138. 2.1
  139. - IntuiMsg Lock problem...solves MFR,Blanker problems
  140.  
  141. 2.0
  142. - Sorry..CacheMode 0x0 was broken(caused by 1.9 changes)
  143. - CacheMode 0x0 now cares for the de_Mask parameter
  144.  
  145. 1.9
  146. - Fixed ExNext problem....i hope
  147. - DiskChange and RootDrawer Title change works now
  148. - FreeBuffers if no CD is in the drive(Stefanb here you have it...major rewrite)
  149. - AddBuffers now activated
  150.  
  151. 1.8
  152. - Fixed FlushBuffers problem
  153. - Fixed DiskChange and volume Freelock problem
  154. - Inhibit is now nested
  155. - Action_Die can't be fully supported because of several side-effects
  156.   o ActDie causes that every handler access is returned with an error
  157.     and all possible resources are freed.
  158.     Volume and Device nodes are still there....
  159.  
  160.  
  161. 1.7
  162. - Fixed CD,Exall,ExNext problems
  163. - Fixed that Unlock forgets to UnMount if the CD is not in the drive
  164.  
  165. 1.6
  166. - Fixed Enforcer Hit caused by 1.5
  167. - Added more Debug stuff to find a CD bug
  168.  
  169. 1.5
  170. - Exall zd0: #?/ causes an enforcer hit
  171. - Fixed Volume change problem(dl_Task wasn't set to NULL)
  172.   -> fixed a lot side-effects
  173. - Fixed known ExAll Crash/Trash problem
  174. - Fixed Volume/WB problems with 2 Volumes on the wb and one is removed
  175.  
  176. 1.4
  177. - The CDFS didn't work on Devices with no _GEOMETRY support since 1.1
  178. - Fixed the System-Hangup when the CDFS failed to start
  179.   I forgot to clear the Taskptr in the Device node
  180.  
  181. 1.3
  182. - Sorry..again a Bug in the Cache Priority Search
  183.   caused by a = instead of a ==
  184.  
  185. 1.2
  186. - Cache Priority Search Bug->poor speed in some conditions
  187.  
  188. 1.1 
  189.  
  190. - ExAll
  191. - Burst/.Info & SmallData Cache or Burst/Read Cache
  192. - Read Errors with the new Cache Method removed
  193. - Input.Device DiskRemoved DiskInserted added
  194. - DiskInsert and diskremove during reading works now
  195.  
  196. 1.0 Initial Beta Release
  197.  
  198.