home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / lzx1.21 / history.txt next >
Text File  |  1977-12-31  |  8KB  |  231 lines

  1. History
  2. -------
  3.  
  4.  
  5. Version 1.21r (Registered version only)
  6. August 23, 1995
  7. =======================================
  8.  
  9. * All the changes made to the 1.21 evaluation version (see below), plus:
  10.  
  11. * Fixed directory creation bug for extracting "LHA" and "LZH" files.
  12.  
  13. * Fixed up handling of level 1 file headers; extended directory names and
  14.   path names are now handled.  The operating system field is now also
  15.   displayed when using the "vv" command, if the operating system is known.
  16.  
  17. * Fixed a bug which could cause LZX to hang on a corrupted LHA archive.
  18.  
  19. * By mistake, the 68020/68030 versions of LZX 1.10r and 1.20r had received
  20.   the 68040-optimised LHA decompression code, which was designed for the
  21.   cache of the 68040, rather than for the smaller caches of the 68020/68030.
  22.  
  23.   The main loop of the 68020/68030 LHA decompression code now easily fits
  24.   within the 68030's code cache, resulting in faster operation on a 68030.
  25.  
  26. * The ability to decode LZH and LHA files has been temporarily removed
  27.   from the 68000 version, since a bug is being investigated in this area.
  28.  
  29.  
  30. Version 1.21 (Evaluation)
  31. August 23, 1995
  32. =======================================
  33.  
  34. * LZX now contains a $ver version string.
  35.  
  36. * Fixed a bug in the "e" command which slipped into 1.20.
  37.  
  38. * LZX accepts directory names with trailing slashes;
  39.  
  40.   e.g. "lzx a archive.lzx dir_name/" now works.
  41.  
  42. * LZX displays the directory name properly when adding files from a
  43.   logical device (e.g. "lzx a archive.lzx devs:").
  44.  
  45. * LZX will automatically disable interactivity (as if the -m option had
  46.   been used) if it detects that standard input is not interactive.
  47.  
  48. * Fixed the handling of empty directories.
  49.  
  50.   "lzx -e a archive.lzx empty_dir_name" now works.
  51.  
  52. * Fixed a bug which could cause LZX to hang when decompressing certain
  53.   corrupted archives.
  54.  
  55. * LZX won't accept invalid characters after the "a" command letter, so
  56.   that "lzx archive.lzx file1 file2" is recognised as an invalid command.
  57.  
  58. * Fixed the problem where "-a0" did not turn off preservation of file
  59.   attributes when creating the archive.
  60.  
  61. * If extracting a file from a corrupt archive, LZX will delete the
  62.   partial file from the destination directory instead of from the
  63.   current directory.
  64.  
  65. * Fixed a bug in the replace (r) command where it would simply remove
  66.   files from the archive.
  67.  
  68. * Changed the extract without path preservation command (e) so that one
  69.   can supply a path name with the name of the file to be extracted.  For
  70.   example, "lzx e archive.lzx dir1/dir2/dir3/filename" will cause that
  71.   file to be extracted to the current directory as <filename>.
  72.  
  73. * If the '-S' option is used, LZX now correctly sets the 'a' flag for
  74.   files which are stored.  Previously, it only set the flag for files
  75.   which were compressed.
  76.  
  77. * LZX will only recognise files as noncompressible archives if the
  78.   file extension matches exactly (e.g. ".lha", ".jpg", ".zip").  LZX
  79.   will not treat "file.lhafoobar" as a compressed file.
  80.  
  81. * Provided a small (~37K) extract-only "UNLZX" program.
  82.  
  83.  
  84. Version 1.20r (Registered version only)
  85. May 30, 1995
  86. =======================================
  87.  
  88. * New -9 compression mode, which compresses even better than the -3 mode.
  89.   Going from -3 to -9 usually provides about 1.5 to 3 times the compression
  90.   improvement of going from the default to -3.
  91.  
  92. * New -Qf "faster compression" mode, which improves compression speed at
  93.   the expense of RAM (increases memory requirements by 32K).
  94.  
  95. * Faster compression
  96.  
  97.  
  98. Version 1.20 (Evaluation)
  99. May 30, 1995
  100. =========================
  101.  
  102. * Lowered memory requirements by 80K.
  103.  
  104.  
  105. Version 1.10r (Registered version only)
  106. April 29, 1995
  107. =======================================
  108.  
  109. * All the changes made to the 1.10 evaluation version (see below), plus:
  110.  
  111. * Asynchronous disk i/o supported for decompression, resulting in a huge
  112.   speedup if decompressing from a hard disk or floppy disk.  More
  113.   improvements in this area are forthcoming.
  114.  
  115. * Decompression of ".LHA" and ".LZH" files is now supported within LZX.
  116.   LZX will automatically recognise .lzh and .lha files, so no special
  117.   options are required to decode these files.
  118.  
  119.   LZX generally decompresses these files 25-35% faster than LhA, but
  120.   performance varies depending on hard drive and CPU speed.
  121.  
  122.   NOTE: On the 68000EC version the speed increase is smaller; the raw
  123.         decompression code is about 20% faster than LhA, but there are
  124.         additional speed gains if decompressing from floppy or HD.
  125.  
  126. * Archive concatenation ("c" command)
  127.  
  128. * Print files to the console ("p") command
  129.  
  130. * Fast add ("af") command.  This command causes LZX to not check an
  131.   existing archive for duplicate files, but to instead append directly to
  132.   the end of the existing archive.  This option provides a sizeable
  133.   performance enhancement to Fido-related mail processing setups which do
  134.   not require such checks.
  135.  
  136.  
  137. Version 1.10 (Evaluation)
  138. May 8, 1995
  139. =========================
  140.  
  141. * Fixed a wildcard-related bug on the 68000EC version if using AmigaDOS 1.3
  142.   and arp.library.
  143.  
  144. * The "e" command now works as intended and does not extract full path name
  145.   information (unless the -x option is also used).
  146.  
  147. * LZX no longer uses ExamineFH() to obtain information on open files under
  148.   AmigaDOS Release 2 or later, since not all file system handlers support
  149.   this operation.  Instead, Lock()/Examine() is used.
  150.  
  151. * Fixed the -m option.
  152.  
  153. * Adding new files to existing archives is now much faster.  This provides
  154.   a huge performance boost to Fido-related mail processing setups.
  155.  
  156. * Deleting many files from an archive is now much faster.
  157.  
  158. * LZX now exits with exit status 10 if it cannot append to or create an
  159.   archive.  Previously it did print an error message, but exited with
  160.   exit status zero.
  161.  
  162. * LZX will now display an "Operation successful" or "Operation failed"
  163.   message when it exits.
  164.  
  165. * Performance improvements:
  166.  
  167.   The 68040/68060 version decompresses about 7% faster.
  168.   The 68020/68030 version decompresses about 5% faster.
  169.  
  170.  
  171. Version 1.01
  172. March 20, 1995
  173. ============================
  174.  
  175. * The LZX "v1" command is now supported as per the documentation, and
  176.   is identical to LZX "vv" (verbose view).
  177.  
  178. * Fixed the "--" option bug with command line parsing.
  179.  
  180. * LZX now determines if a file to archive is a directory, and will
  181.   archive the contents of that; e.g. "lzx a archivename.lzx dirname".
  182.  
  183. * LZX won't complain if you try to add files to an empty archive.
  184.  
  185. * LZX won't print blank lines if adding empty dirs with the -F
  186.   (fast progress display) option.
  187.  
  188. * LZX won't display AmigaDOS requesters (e.g. lzx a test.lzx xxx:blah
  189.   won't bring up a requester for device "xxx:").
  190.  
  191. * LZX can now be aborted while it is storing files.
  192.  
  193. * LZX can now be aborted when searching through an archive if adding
  194.   files to that archive.
  195.  
  196. * The 'e' (extract) command now works.
  197.  
  198. * LZX a arcname * now works.
  199.  
  200. * Fixed a date comparison bug in the updating code.
  201.  
  202. * The -m option now causes files to be overwritten automatically.
  203.  
  204. * Fixed a bug which made LZX very slow decompressing large archives.
  205.  
  206. * Reduced memory requirements by 64K (more memory reductions are
  207.   coming).
  208.  
  209. * If the -P (task priority) option is used, LZX will now reset the
  210.   priority to its original state upon exit.
  211.  
  212. * LZX now adds a lower case ".lzx" to archive names, instead of an
  213.   upper case ".LZX".
  214.  
  215. * Performance improvements:
  216.  
  217.   The 68000EC version of LZX compresses about 5% faster.
  218.   The 68020/68030 version decompresses about 8% faster.
  219.  
  220.   More performance improvements are forthcoming; Tomi has been able to
  221.   tweak another 15% of speed out of the algorithm on the PC, which
  222.   should hopefully result in a comparable gain when this change is
  223.   ported to the Amiga version.
  224.  
  225.  
  226. Version 1.00
  227. February 5, 1995
  228. ============================
  229.  
  230. * Initial release
  231.