home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / LhA_v1.00 / ReleaseNotes < prev    next >
Text File  |  1991-12-20  |  4KB  |  104 lines

  1. ==========================================================================
  2.  
  3.                           LhA Evaluation version 1.00
  4.  
  5.                                   20-Dec-1991
  6.  
  7. ==========================================================================
  8.  
  9.   This is the first public release of LhA. There are some things worth
  10. noting about this release:
  11.  
  12. 1) The manual is not entirely complete, and has several dangling
  13.    references to commands and options that are not available in the
  14.    evaluation version. I apologise for this and blame it on my studies;
  15.    I had several exams this week and I am going home for christmas today,
  16.    so I am under `slight' time pressure here...
  17.  
  18. 2) The freshen command is not implemented, same reason as above.
  19.  
  20. 3) The recursive file collection and file collection in general with
  21.    many patterns may be slow, this is because of the way the file
  22.    collection currently work, try to group several patterns into one
  23.    with parantheses whenever possible. For example:
  24.  
  25.    lha a ram:test (*.c|#[a-z].doc|*i*.asm)
  26.  
  27.    is equivalent to:
  28.  
  29.    lha a ram:test *.c #[a-z].doc *i*.asm
  30.  
  31.    but the first way of doing it is faster.
  32.  
  33. 4) You must NOT have any name directory delimiter (`/') within parantheses,
  34.    for example:
  35.  
  36.    (a*/*.c|lhi/*.c)
  37.  
  38.    Is an illegal pattern, and will possibly crash your machine. BEWARE!
  39.    A check for this kind of error will be added in the next release.
  40.  
  41.    The above pattern could be made legal if rewritten like this:
  42.  
  43.    (a*|lhi)/*.c
  44.  
  45. 5) Also, LhA will not issue a warning if the first action file does not
  46.    exist, like in:
  47.  
  48.    lha a ram:test nonexistent1 nonexistent2
  49.  
  50.    If `nonexistent1' does not exist, LhA will not issue a warning, but it
  51.    will for `nonexistent2' and all other non-existent files that are
  52.    included on the command line.
  53.  
  54.    Also, a warning return code is not sent to the caller if one or more of
  55.    the specified files are not found.
  56.  
  57. ====
  58.  
  59.   All of the above will be fixed in the next release of LhA, which will be
  60.   sometime in January 1992. These are not very important issues, and does
  61.   not decrease LhA's functionality - I just think you should be aware of
  62.   these details.
  63.  
  64.   There are some other things that can be of interest as well:
  65.  
  66.   o You may notice that compression progress indication `bursts', i.e. it
  67.     is quite fast for a while and then it stops for a second or two, and
  68.     then continues. This is because the routines that are run at that phase
  69.     of compression has not yet been rewritten in assembler, and thus it is
  70.     much slower. The registered-user version and the third public release
  71.     of LhA will have the full-speed compression routines. The compression
  72.     routines in this version are *NOT* fully optimized and I expect the
  73.     speed to be considerably higher in the future. The registered-user
  74.     version also requires less memory as well as being faster.
  75.  
  76.   o Compression is slightly looser for LhA than LZ on some binary files,
  77.     no big difference though, generally 10-100 bytes per 100K. If you
  78.     desperately need these bytes, use the -v0 option - but compression
  79.     will then be slower.
  80.  
  81.   o I will not be available on UseNet/FidoNet until January 4th 1992, since
  82.     I am going home over the christmas holiday. If you want to reach me
  83.     during that period,  write a letter to the following address (any letters
  84.     to this address after January 4th will be forwarded to my current address
  85.     automatically, so you can write to this address even if you're not sure
  86.     when the letter will arrive):
  87.  
  88.           Stefan Boberg
  89.           Tynne Björke
  90.           S-62023 Romakloster
  91.           SWEDEN (Europe)
  92.  
  93.   o Also, please limit electronic mail before January-1992 since I will not
  94.     be able to empty the mailboxes until then. If the mailboxes get too full
  95.     some of your letters will expire and vanish into a black hole, and I
  96.     won't even know about it!
  97.  
  98. ====
  99.      _       __
  100.  /  (_`      ]_)
  101. /   ,_)tefan ]_)oberg.
  102.  
  103.  
  104.