home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR13 / 22DSK140.ZIP / WHATS.NEW < prev   
Text File  |  1993-10-12  |  2KB  |  54 lines

  1.                 22DISK Version 1.40 Release Note
  2.  
  3. 22DISK should now operate on 50MHz 80486 and Pentium systems after we
  4. re-worked the diskette access routines.
  5.  
  6.                 22DISK Version 1.39A Release Note
  7.  
  8. Sparse files (those files with missing extents or records) are now copied
  9. without comment from CP/M diskettes.  Gaps in a sparse file are filled with
  10. binary zero.  This means that a DOS file may appear to be much larger than
  11. its sparse CP/M counterpart, as MS-DOS does not support sparse files.
  12.  
  13.                 22DISK Version 1.39 Release Notes
  14.  
  15. There was a problem when formatting BMC IF800 diskettes, where there
  16. are only odd-numbered sectors present.  That is, the sectors are numbered
  17. 1,3,5,7...  CFMT had assumed that sectors would differ from one another
  18. by 1, not 2.  Version 1.39 remedies this.
  19.  
  20.                22DISK Version 1.36 Release Notes
  21.  
  22.                         April, 1991
  23.  
  24. We had to do something.  With over 320 definitions, the CPMDISKS.DEF
  25. file was getting out of hand.  Version 1.35 is the result of our
  26. tinkering.
  27.  
  28. If you're not given to playing with the 22DISK diskette defintiion
  29. file, you can skip the following--you'll notice no significant changes
  30. in the way 22DISK operates.
  31.  
  32. However, if you "roll your own" definitions, you should know that
  33. the random (indexed) form of the CPMDISKS.DEF file is now "tokenized".
  34. That is, keywords are replaced with one-byte values.  Redundant space
  35. characters are also removed and the text on the BEGIN line only appears
  36. in the index, not also in the body.
  37.  
  38. Another change is that the .LBL files are now incorporated into the
  39. CPMDISKS.DEF file at GENINDEX time--you don't have to carry them along
  40. separately.
  41.  
  42. STRIPIDX will now "re-constitute" the ASCII form of the CPMDISKS file,
  43. and extract the .LBL files.  Because of the tokenizing process, there
  44. may be some small differences in line layout of the reconstituted form.
  45.  
  46. Fear not, 22DISK will still accept the non-indexed ASCII form of
  47. CPMDISKS.DEF.  So you can tweak and test without having to GENINDEX.
  48.  
  49. All of this saves us about 51K on the distribution copy--not too shabby.
  50.  
  51. Our next move is to combine all of the modules into a single program.
  52. We'll also buffer our directory reads and writes and introduce an ASCII
  53. configuration file.
  54.