mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update docs.
This commit is contained in:
parent
00700c1d42
commit
a62044d166
|
|
@ -1,4 +1,13 @@
|
|||
lrzip ChangeLog
|
||||
SEPTEMBER 2011, version 0.607 Con Kolivas
|
||||
* Updated lzma library to version 920.
|
||||
* Fixed a rare unable-to-decompress corner case.
|
||||
* Added lrzip completion script.
|
||||
* Updated makefile to more portable posix version.
|
||||
* Hopefully fixed compilation on FreeBSD not supporting memopen.
|
||||
* Added lots more debugging information about offsets in max verbose mode.
|
||||
* Removed error and warning messages that are spammy or harmless.
|
||||
|
||||
MAY 2011, version 0.606 Con Kolivas
|
||||
* lrzuntar broke as lrzip doesn't automatically use stdout now, so use lrzcat
|
||||
in the lrztar script instead.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
lrzip-0.607
|
||||
|
||||
A rare case of not being able to decompress archives was fixed.
|
||||
The lzma library was updated to version 920.
|
||||
A bash completion script for lrzip was added.
|
||||
More debugging info was added in maximum verbose mode.
|
||||
Less messages occur without verbose mode.
|
||||
FreeBSD and posix compilation fixes were committed.
|
||||
|
||||
lrzip-0.606
|
||||
|
||||
lrzuntar, which broke last version leaving behind an untarred .tar file, is
|
||||
|
|
|
|||
Loading…
Reference in a new issue