Skip to content

Lhasa 0.0.4

Compare
Choose a tag to compare
@fragglet fragglet released this 20 Apr 05:49
· 222 commits to master since this release
 * Special handling is now included for MacBinary headers generated
   by MacLHA.
 * The -w command line option was broken; it has been fixed.
 * A bug has been fixed where the timestamp and other metadata was
   not set properly for extracted directories.
 * Failures to set the UID/GID of extracted files are now ignored,
   rather than being treated as a fatal error.
 * Self-extracting archive files with long headers (up to 64KiB)
   are now supported. This fixes the handling with some Windows
   archives.
 * A Unix manpage has been added.
 * It is now possible to extract an archive from stdin, by using '-'
   as the filename.
 * The shorthand command line syntax "lha foo.lzh" to list an archive
   is now supported.
 * A bug with the wildcard pattern matching code has been fixed.
 * Proper regression tests have now been added for command line
   archive extraction.
 * A set of archives generated by LHmelt (Windows) have been added to
   the test suite.
 * The regression tests for testing file header parsing and CRC checks
   have been rewritten.