home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk465.lzh / Lz / Update.doc < prev    next >
Text File  |  1991-03-13  |  3KB  |  69 lines

  1.  
  2.                                       LZ 1.01
  3.                                 8th February, 1991
  4.  
  5.                             Written by Jonathan Forbes
  6.                     Copyright © 1990, 1991, Xenomiga Technology
  7.  
  8.  
  9.    Changes
  10.  
  11.    o  Version 1.00 had problems with -x and -r; this has been corrected.
  12.  
  13.    o  Compression speed is, on average, double that of LZ 0.91, but can often
  14.       more than triple LZ 0.91's performance for highly compressible files.
  15.  
  16.    o  LZ now produces output files 3-5% smaller (on average) than other .LZH
  17.       utilities.
  18.  
  19.    o  Decompression is fractionally faster (2-3% speed increase).
  20.  
  21.    o  User configurable screen update; previously hardcoded at 1024 for
  22.       compressing and 4096 for decompressing, this is now user configurable
  23.       with the -U option, and defaults to 1024 bytes for both.  Thus, LZ
  24.       defaults to updating the display four times as quickly as before,
  25.       giving a better indication of its speed.
  26.  
  27.    o  Two MS-DOS Pkzip lookalike modes; the pre-v1.10 swivel (which is turned
  28.       on by -D1) and the v1.10 percentage display (-D2).  There was no
  29.       particular reason for implementing this, but it's only a couple of lines
  30.       of code, so why not?
  31.  
  32.    o  The delete function now works properly.
  33.  
  34.    o  LZ will no longer say "** Error converting date **"; instead, it will
  35.       set the date to something reasonable and be quiet.  This was never a bug
  36.       in the first place; LZ 0.91 was simply informing you that the date in the
  37.       archive was invalid (like 29-Sep-100), something Lharc never did.
  38.       Anyway, it's gone now, since some people mistakenly thought it was bug.
  39.  
  40.    o  LZTEMP.xxxxxx files are no longer left lying around if LZ is aborted.
  41.  
  42.    o  Files are now added in alphabetical order within their respective
  43.       directories.
  44.  
  45.    o  Fixed "file header too short" bug when decompressing files.
  46.  
  47.    o  Fixed bug which would spuriously report a corrupted file if the file
  48.       had a large filenote.
  49.  
  50.    o  Fixed a bug involving zero length files.
  51.  
  52.    o  LZ will no longer set the task priority of the CLI to zero upon exit.
  53.  
  54.    o  Input/output buffer is now set by -b (in K) instead of by -i and -o
  55.       (in bytes).
  56.  
  57.    o  The -N option (no console output) now automatically turns on -m (no
  58.       message query).
  59.  
  60.    o  LZ now recognises .dms and .arj files as archives.
  61.  
  62.    o  Millions of other things changed for the better.
  63.  
  64.    o  Cosmeticisms.
  65.  
  66.  
  67.    IMPORTANT NOTE:  Please read the file IMPORTANT.README before you do
  68.                     anything else.
  69.