mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update changelogs with last changes going into 0.605
This commit is contained in:
parent
b85d08a9ec
commit
55ccfc7155
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue