diff --git a/ChangeLog b/ChangeLog index 9b223a6..2f09f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ compression/decompression of the 2nd file. * Explicitly select C99 to avoid certain warnings. * Generic modifications to silence -Wextra warnings. * 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 diff --git a/WHATS-NEW b/WHATS-NEW index a9bb175..e1a9ab1 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -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 the archive format again). Compilation warning fixes. +Make lrztar work with directories with spaces in their names. lrzip-0.608