home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0715.lha / LhA / Update.txt < prev    next >
Text File  |  1992-08-19  |  16KB  |  391 lines

  1. __________________________________________________________________________
  2. ==========================================================================
  3.  
  4.                             Update history for
  5.  
  6.                                 LhA V1.32
  7.  
  8.                   Copyright (c) 1991,92 by Stefan Boberg
  9.                            All rights reserved.
  10.  
  11. __________________________________________________________________________
  12. ==========================================================================
  13.  
  14. V1.32 :
  15.  
  16. - No longer creates empty archives if no files to add to the new archive
  17.   are found. (Roger Nordin)
  18.  
  19. - Changed `vv' list output format. The Host OS is now spelled out (i.e.
  20.   `Amiga' and `Unix' instead of `A' and `U' for example).
  21.  
  22. - Fixed problem where a CTRL-C user break occasionally would cause LhA to
  23.   leave a file locked on exit (extraction only).
  24.  
  25. - Case conversion with `-u' and `-l' options now also affect archiving as
  26.   intended.
  27.  
  28. - Added `-Qn' option to optionally enable/disable case conversion of
  29.   national characters. This should be disabled when running 1.3 or 2.04
  30.   with the old FFS and OFS file systems which handles national characters
  31.   incorrectly when calculating filename hash values. With WB2.1 you can
  32.   format `national' filesystem disks (`DOS\2' and `DOS\3', for OFS and FFS
  33.   respectively), which handles these characters correctly. All previous
  34.   versions had national character case conversion *enabled*. It is now
  35.   *disabled* by default.
  36.  
  37. - Fixed infinite-loop bug in delete command. (Dennis Vasko)
  38.  
  39. - Fixed `-Y' option. Was broken in earlier versions.
  40.  
  41. - Fixed `-y' option again to work the way it's supposed to. Previously it
  42.   would not work at all.
  43.  
  44. - Fixed bug in level 2 header filenote handling. Previously it would emit
  45.   a filename exthdr twice instead of one filename+one filenote exthdr.
  46.   (Gunnar Klauberg)
  47.  
  48. - The `-C' option (clear arc-bit on extract) is now set by default (as
  49.   the doc says). (forgot who reported this, sorry).
  50.  
  51. - Added `-Qb' option to force LhA to test an archive before extracting
  52.   anything from it. If the test fails nothing is extracted.
  53.  
  54. - Added safety check for delete command. The delete command must always
  55.   be specified with `d' only (not `delete' or `del' or anything else,
  56.   just `d'). (Klaus Weber).
  57.  
  58. - LhA now maps foreign (MS-DOS) file attributes to Amiga attributes
  59.   if the files were archived with level 1 or 2 headers on the source
  60.   system.
  61.  
  62. V1.31 : private release
  63.  
  64. V1.30 : Apr 6 1992
  65.  
  66. - Significantly faster -lh5- and -lh1- compression. (registered)
  67.  
  68. - Fixed bug in level 1 header handling. Previously it would break 50% of
  69.   the time on machines with 68000 processors. (Mats Nyman)
  70.  
  71. - Fixed xclose() bug. This would cause archives to disappear when the last
  72.   file had been deleted. (Ola Olsson)
  73.  
  74. - Added new mode to `-x' option. In this mode the entire archived pathname
  75.   is used when writing the files to the output device (like with `-x1' or
  76.   `-x'), but not when selecting them (like with `-x0'). This mode is
  77.   selected by using `-x3'.
  78.  
  79. - Added new mode to `-x' option. In this mode the entire archived pathname
  80.   is used when selecting files to extract (like with `-x1' or `-x'), but
  81.   not when writing the files to the output device (like with `-x0'). This
  82.   mode is selected by using `-x2'. (Magnus Holmgren)
  83.  
  84. V1.23 : Apr 4 1992
  85.  
  86. - Fixed compression I/O error detection on archive temporary device.
  87.  
  88. - LhA now supresses requesters when looking for ENV: (Pavel Vßna)
  89.  
  90. V1.22 : Apr 2 1992
  91.  
  92. - Fixed compression bug. Introduced in V1.20. Quite rare. (Mats Nyman)
  93.  
  94. - Changed `-y' option behaviour. Now no longer appends `.lha' or `.lzh'
  95.   suffix if archive name already contains one (Thanks to Mats Nyman).
  96.  
  97. - Fixed problem where LhA would not restore file attributes with level 0
  98.   headers even if you specified `-a' on extraction. (Thanks to Ken Krebs)
  99.  
  100. V1.20 : Mar 26 1992
  101.  
  102. - LhA now supports multivolume archives. On the evaluation version, only
  103.   extracting and listing of multivolume archives is allowed. Currently
  104.   the maximum number of volumes is 100 - if you go above this limit LhA
  105.   won't complain but the behaviour is undefined (a crash is very likely
  106.   to occur).
  107.  
  108. - LhA now appends a lower-case `.lzh' or `.lha' instead of the upper-case
  109.   suffixes in earlier versions. (Purely cosmetic)
  110.  
  111. - Added support for OS2.0 local variables. Local variables override the
  112.   global ENV:LHAOPTS if present.
  113.  
  114. - Added `S' response to queries. Pressing `s' will cause LhA to assume
  115.   negative response to all following queries of the same class. (i.e.
  116.   generally skipping all following files).
  117.  
  118. - Fixed bug in console font size detection on public screens other than
  119.   the WB.
  120.  
  121. - Fixed problem with updating/deleting files in/from archives on another
  122.   device than the one the working directory is on.
  123.  
  124. - LhA now reads default options from the environment variable LHAOPTS
  125.   unless the `-I' switch is specified before the archive name. Note that
  126.   the `-I' switch is special because it HAS to be specified directly
  127.   after a dash (`-') like in "LhA -I a ram:test *.h", and not like this:
  128.   "LhA -nI a ram:test *.h". You will get a warning message if LhA detects
  129.   this. Specifying the `-I' option within LHAOPTS is not a good idea..
  130.  
  131. - Implemented `-H' switch. LhA can now write level 1 and level 2 headers.
  132.  
  133. - Fixed disk full detection problem when extracting stored files. (Juha
  134.   Luoma).
  135.  
  136. - LhA now emits no ANSI sequences at all when listing archives.
  137.   (A.J.Brouwer).
  138.  
  139. - Added `q' modifier to `l' and `v' commands to allow for creation of
  140.   name-only archive listings. (Use `-N' option to suppress copyright
  141.   msg).  (Niklas Sj÷berg)
  142.  
  143. - Added `-Qd' option to make LhA ignore the delete protection file when
  144.   moving files. (Will delete the file regardless of the delete protection
  145.   flag state).
  146.  
  147. - Added `-Qw' option to cause LhA to ignore wildcards. Useful when
  148.   processing files containing wildcard characters (`~[]()*#?%). (Paul van
  149.   der Heu).
  150.  
  151. - LhA now can process SFX archives created with LhASFX. This means you can
  152.   use LhA to test uploaded SFX archives on a BBS without taking the risk
  153.   of running the `.RUN' file (which is dangerous since there's no way of
  154.   knowing if it actually is a SFX archive or some type of `bomb').
  155.  
  156. - Changed command line parsing to enable user to archive entire volumes
  157.   or directories simply by specifying `df0:' and `dir/' as action file
  158.   specs if they are followed by another directory name or are last on the
  159.   command line. Idea from Pavel Vα±a. See manual for more detailed
  160.   explanation.
  161.  
  162. - Added '-e' option to archive empty subdirectories (only valid when used
  163.   together with '-r' option).
  164.  
  165. - Added '-d' option to set archive file date to that of the newest file in
  166.   the archive.
  167.  
  168. - Added '-K' option to remove empty directories when moving files with the
  169.   `m' command.
  170.  
  171. - Changed console reset sequence once more to please some console
  172.   emulators.
  173.  
  174. - Added `-y' option to force suffix append.
  175.  
  176. - Added -lh4- compression switch (`-1') serves no real purpose but I added
  177.   it for the sake of completeness.
  178.  
  179. - Fixed handling of level 2 headers. Would crash hard in earlier versions.
  180.  
  181. - LhA now supports all extended header types.
  182.  
  183. - All ARP dependencies removed. ARP is never used under KS2.x, but under
  184.   1.x ARP will be used if pattern.library does not exist. If neither ARP
  185.   nor pattern.library exists when running under KS1.x, LhA uses its
  186.   internal (inferior) pattern matching routines handling `?' and `*'
  187.   only.
  188.  
  189. - Added replace (`r') command. Works like update command but replaces
  190.   files in archive regardless of datestamps. (Same effect as `u' command
  191.   with option `-Qr').
  192.  
  193. - Added `-Qr' option. This option disables the datestamp comparison for
  194.   the `f' and `u' commands, so all files that exists in the archive will
  195.   be replaced regardless of file modification dates.
  196.  
  197. - Fixed cosmetic problem when using the `-n' option with the add/update
  198.   commands. Would emit one linefeed for every present file in the
  199.   archive.
  200.  
  201. - Added `-Qd' option to delete autoshow files after showing/extracting.
  202.  
  203. - Rewrote the -lh1- encoding routines in assembler, now -lh1- compression
  204.   is about 1.6 times faster than before. (REGISTERED version only)
  205.  
  206. - LhA now recognizes `.ZOM' files as being compressed and will not attempt
  207.   further compression. (Olaf Barthel)
  208.  
  209. - Implemented `-h' option to disable the homedir facility. Useful when
  210.   running ToolManager, which passes directories as `dirname/'. (Oliver
  211.   Knorr).
  212.  
  213. - Implemented `-Qo' option to disable options after the command. Useful
  214.   when running automated BBS file testing. (Suggested by Frederick Page)
  215.   When this option is enabled all options must be specified before the
  216.   command, like in LZ and LHArc.
  217.  
  218. - Fixed bug in the automatic stack allocation code, which would cause LhA
  219.   to crash when run together with MungWall with a CLI stack size of less
  220.   than 6000 bytes. (Chris Green at CBM). The minimum stack size has also
  221.   been reduced to 4000 bytes.
  222.  
  223. - Some central list handling routines rewritten in assembler to reduce
  224.   size.
  225.  
  226. - When listing archives, LhA now prints years after 2000 in only two
  227.   digits (before it was displayed as 100 etc. ). Normally, files with
  228.   these dates have invalid datestamps.
  229.  
  230. - The `p' command now no longer emit the in-between-file message or the
  231.   console reset sequence when the `-q' option is used. `-n' can be used
  232.   to suppress the in-between-file message alone. (Loren J. Rittle)
  233.  
  234. - Fixed cosmetic `bug' caused by bug in KS1.3 console device. (Michael
  235.   Beer).
  236.  
  237. - Fixed progress indicator type 2 & 3 bug. Earlier versions would die
  238.   when extracting zero-length files or empty directories with the `-D2'
  239.   or `-D3' options. Thanks to Camillo SΣrs for reporting.
  240.  
  241. V1.11 : Jan 19 1992
  242.  
  243. - Fixed packing progress indicator type 3 (-D3) glitch.
  244.  
  245. - Fixed the last bug in compression. The compression ratio has also been
  246.   improved slightly over V1.10 (Thanks to Stefan Becker for reporting).
  247.  
  248. - Fixed a few `bugs' in the manual.
  249.  
  250. - Add operations now respect the -N option setting.
  251.  
  252. - Add operations now respect the -F option setting.
  253.  
  254. V1.10 : Jan 13 1992
  255.  
  256. Major update; [all in a weeks work]
  257.  
  258. - Bug in compression fixed, would show up mostly on large files, but had
  259.   nothing to do with the size of the file really. This bug only affected
  260.   LHA (-lh5-) compression. Because of the nature of this bugfix, the LHA
  261.   compression is now better than before - but the difference is very
  262.   slight.
  263.  
  264. - Fixed rare bug in decompression code (several persons reported this and
  265.   the offending file had been hatched via ADS). Handling of corrupted
  266.   archives improved as well - V1.00 would crash on some bad data. This
  267.   release will never do so.
  268.  
  269. - Bug fixed where LhA would report an error and leave the temporary
  270.   archive in the working directory. This happened when updating or
  271.   deleting files in an archive on the same device as the work directory.
  272.   Cause: DeleteFile in dos.library returns TRUE if delete was OK, and
  273.   FALSE otherwise, I thought it was the other way around. (That's what
  274.   you get for not reading the docs carefully enough).
  275.  
  276. - Fixed stupid bug where LhA would refuse to do anything to delete-
  277.   protected files, even if you didn't want to write to the file.
  278.  
  279. - Fixed minor problem where LhA poked outside allocated memory (allocated
  280.   2 bytes too little for two buffers), this had no real effect however as
  281.   the memory being stepped on never could get used by any other task
  282.   anyway. (thanks to Peer Hasselmeyer for discovering this bug with
  283.   MungWall).
  284.  
  285. - Progress indicator update rate is now 4096 bytes in compression. Still
  286.   hardcoded however.
  287.  
  288. - Fixed problem where some corrupted archives or too long level 2 headers
  289.   would cause LhA to crash. (Thanks to Jerry Sandstedt for reporting and
  290.   supplying an offending archive).
  291.  
  292. - Fixed problem when arp.library could not be opened. Now exits cleanly
  293.   with a message and error return code.
  294.  
  295. - LhA now reports already existing files (a and m commands) differently.
  296.   In previous versions the source file with the whole path was printed,
  297.   now LhA lists the name of the file as stored in the archive.
  298.  
  299. - Recursive file collection changed somewhat, any explicit filespec will
  300.   now be looked for only in the current home directory, and not in all
  301.   scanned directories as before. If you want the old behaviour enclose the
  302.   name in parantheses. By explicit filespec I mean a filespec without any
  303.   wildcard characters.
  304.  
  305. - If a directory name (without trailing `/' or `:') is specified as an
  306.   action file with (a,f,u,m) commands, it is translated to `dir/*'. i.e.
  307.   LhA will archive all files in that directory; if the `-r' option is
  308.   enabled (recursive file collection) all files in the directory and it's
  309.   subdirectories will be archived. Useful when using together with disk
  310.   utilities such as Browser, DirOpus etc. Note that you cannot use this
  311.   technique to archive an entire device/assigned directory, since LhA will
  312.   treat this as a home directory specification. In this case, 'device:*'
  313.   or `device:#?' must be used.
  314.  
  315. - Archive attributes are no longer set to ----rw-d by default, on request
  316.   from WB users. It can still be switched on with the -A switch however.
  317.  
  318. - When attribute preservation is off, LhA now sets the attribute field on
  319.   added files to --p-rwed (0x20) for MS-DOS compatibility.
  320.  
  321. - Attributes are no longer preserved by default on extract commands. The
  322.   archive update commands (a,f,u,m) still preserve attributes by default
  323.   however.
  324.  
  325. - Changed `vv' command, now all fields are OK.
  326.  
  327. - LhA now emits a warning if the first action file specification is an
  328.   explicit (no wildcards) name and the file does not exist. No error code
  329.   is returned to the shell.
  330.  
  331. - LhA now returns an error code when no archive matches the archive spec.
  332.  
  333. - Fixed bug where LhA would print the wrong byte count for certain failed
  334.   memory allocations. Purely cosmetic.
  335.  
  336. - Worked around problem (bug?) in arp.library pattern matching routines.
  337.   A pattern such as #> would cause memory corruption in prior versions of
  338.   LhA. Although the arp documentation states that PreParse() will never
  339.   produce parsed strings longer than the original, it sometimes does.
  340.   (Thanks to Gary Chapman for reporting this problem)
  341.  
  342. - Printout fixed for extraction with `-t' and `-T' options, now only
  343.   prints the names of the files that were actually extracted.
  344.  
  345. - Re-enabling of cursor changed to make certain console emulators happy.
  346.   (Thanks to A.J.Brouwer)
  347.  
  348. - Recursive file collection fixed. No longer scans unnecessary directories
  349.   when explicit filespecs are given.
  350.  
  351. - Files with names beginning with a dash (`-') can now be specified on
  352.   the command line by using double-dashes (`--') as stated in the
  353.   manual.
  354.  
  355. - Files beginning with an at-sign (`@') can now be specified by using
  356.   double at-signs.
  357.  
  358. - Manual tidied up and corrected to treat the evaluation version only. No
  359.   more references to registered-user-only options, commands or programs.
  360.  
  361. - LhA now supports LhArc-style autoshow files. Autoshow files are files
  362.   with names ending in `.displayme' (case insignificant).
  363.  
  364. - Option (`-M') added for disabling of autoshow files. Autoshow files are
  365.   disabled by default when the `-m' option is used.
  366.  
  367. - LhA now promptly aborts with an error condition if a file cannot be
  368.   opened for archiving. (Thanks to Magnus Holmgren for reporting this
  369.   problem).
  370.  
  371. - `Warning: premature end of file, no archive terminator seen' message
  372.   removed, since many people thought this was a bug with LhA. Served no
  373.   real purpose anyway.
  374.  
  375. - Freshen command implemented.
  376.  
  377. - LhA now restores empty subdirectories as created by AmigaDOS LhArc 1.30
  378.   (with `-re' option) does not yet archive them however.
  379.  
  380. - LhA extract commands now accept a destination-directory specification
  381.   anywhere on the command line.
  382.  
  383. - LhA now deletes temporary archives from the working directory when an
  384.   update or freshen operation is interrupted.
  385. __________________________________________________________________________
  386. ==========================================================================
  387.  
  388. V1.00 : Released Dec 20 1991
  389.  
  390. - First public release
  391.