diff --git a/ChangeLog b/ChangeLog index ab3c98b..cdee58c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ lrzip ChangeLog -MAY 2011, Con Kolivas +MAY 2011, version 0.605 Con Kolivas * Addition of explicit lrzcat symlink which automatically sets "-d -o -" * Revert automatic output to stdout due to addition of explicit lrzcat executable, and to be consistent with gzip. @@ -16,6 +16,8 @@ any size file can be safely archived. byte sized archives. * Update the percentage counter when getting file info to not overflow with tiny files. +* Set the maximum file mode to 0666 to avoid setting the executable bit when +permissions are not carried over (such as from STDIO). APRIL 2011, version 0.604 Con Kolivas * Detach threads after creating them on the compression side. Not joining them diff --git a/WHATS-NEW b/WHATS-NEW index 0f1ab15..7d635c2 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -1,3 +1,5 @@ +lrzip-0.605 + Addition of lrzcat - automatically decompresses .lrz files to stdout. lrzip and lrunzip will no longer automatically output to stdout due to addition of lrzcat executable, and to be consistent with gzip. @@ -7,6 +9,8 @@ lrzip now has no lower limit on file sizes it will happily compress and is able to work with zero byte sized files. The percentage counter when getting file info on small files will not show %nan. +The executable bit will not be enabled when compressing via a means that +can't preserve the original permissions (e.g. from STDIN). lrzip-0.604