home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 55 / af055a.adf / Docs / Update.txt < prev    next >
Text File  |  1992-08-28  |  20KB  |  485 lines

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