Further Changelog updates.

This commit is contained in:
Con Kolivas 2012-03-08 14:15:00 +11:00
parent d19dfdf7c6
commit 11f93c058e
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,8 @@ compression/decompression of the 2nd file.
* Explicitly select C99 to avoid certain warnings. * Explicitly select C99 to avoid certain warnings.
* Generic modifications to silence -Wextra warnings. * Generic modifications to silence -Wextra warnings.
* Fix typos. * Fix typos.
* Use an array of parameters in lrztar to allow working with directories with
spaces in their names.
SEPTEMBER 2011, version 0.608 Con Kolivas SEPTEMBER 2011, version 0.608 Con Kolivas

View file

@ -11,6 +11,7 @@ Modification date of the decompressed file is now set to that of the lrzip
archive (support for storing the original file's date would require modifying archive (support for storing the original file's date would require modifying
the archive format again). the archive format again).
Compilation warning fixes. Compilation warning fixes.
Make lrztar work with directories with spaces in their names.
lrzip-0.608 lrzip-0.608