Lunzip Changelog

What's new in Lunzip 1.5

Apr 15, 2014
  • main.c: Added new option '-u, --buffer-size' (low memory mode).
  • main.c (close_and_set_permissions): Behave like 'cp -p'.

New in Lunzip 1.5 RC 2 (Jan 24, 2014)

  • Minor optimizations.

New in Lunzip 1.5 RC 1 (Nov 5, 2013)

  • main.c: Added new option '-u, --buffer-size' (low memory mode).
  • main.c (close_and_set_permissions): Behave like 'cp -p'.

New in Lunzip 1.4 (Sep 28, 2013)

  • main.c (show_header): Do not show header version.
  • Minor fixes.

New in Lunzip 1.4 RC 1 (Jul 30, 2013)

  • main.c (show_header): Do not show header version.
  • Minor fixes.

New in Lunzip 1.3 (Jun 20, 2013)

  • Decompression time has been reduced by 1%.
  • main.c (show_header): Show header version if verbosity >= 4.
  • Ignore option '-n, --threads' for compatibility with plzip.
  • configure: Options now accept a separate argument.

New in Lunzip 1.3 RC 1 (May 21, 2013)

  • Decompression time has been reduced by 1%.
  • main.c (show_header): Show header version if verbosity >= 4.
  • Ignore option '-n, --threads' for compatibility with plzip.
  • configure: Options now accept a separate argument.

New in Lunzip 1.2 (Feb 19, 2013)

  • Decompression time has been reduced by 12%.
  • Makefile.in: Added new target 'install-as-lzip'.
  • Makefile.in: Added new target 'install-bin'.
  • main.c: Use 'setmode' instead of '_setmode' on Windows and OS/2.

New in Lunzip 1.2 RC 2 (Jan 17, 2013)

  • main.c: Use 'setmode' instead of '_setmode' on Windows and OS/2.

New in Lunzip 1.2 RC 1 (Jan 17, 2013)

  • Decompression time has been reduced by 12%.
  • Makefile.in: Added new target 'install-as-lzip'.
  • Makefile.in: Added new target 'install-bin'.

New in Lunzip 1.1 (Apr 3, 2012)

  • main.c (decompress): Print only one status line for each multi-member file when only one '-v' is specified.
  • main.c (close_and_set_permissions): Inability to change output file attributes has been downgraded from error to warning.
  • Changed quote characters in messages as advised by GNU Standards.
  • configure: 'datadir' renamed to 'datarootdir'.

New in Lunzip 1.1 RC 1 (Jan 10, 2012)

  • Print only one status line for each multimember file when only one "-v" is specified.
  • Inability to change output file attributes has been downgraded from error to warning.
  • Quote characters in messages have been changed as advised by GNU Coding Standards.

New in Lunzip 1.0 (Jan 19, 2011)

  • Initial release.
  • Created from the decompression code of clzip 1.1.