mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-03-03 03:23:57 +01:00
Update documentation
This commit is contained in:
parent
a9fadeec1c
commit
573606c950
|
|
@ -2,6 +2,8 @@ lrzip ChangeLog
|
|||
|
||||
MARCH 2015, version 0.621 Con Kolivas, Peter Hyman
|
||||
|
||||
* Fix libzpaq.cpp warnings
|
||||
* Fix warnings in LzmaLib.c
|
||||
* Making the high buffer only one page size is faster for sliding mmap mode
|
||||
* Fix incompatible log callback in liblrzip
|
||||
* Use PRId64 instead of lld in fscanf
|
||||
|
|
|
|||
21
WHATS-NEW
21
WHATS-NEW
|
|
@ -1,6 +1,25 @@
|
|||
lrzip-0.617
|
||||
lrzip-0.621
|
||||
|
||||
Substantial speed ups for the rzip stage in both regular and unlimited modes.
|
||||
Lrzip now supports long command line options.
|
||||
Proper support for the various forms of TMPDIR environment variables.
|
||||
More unix portability fixes.
|
||||
OSX fixes.
|
||||
Fixed order of lrzip.conf search.
|
||||
Addressed all warnings created with pedantic compiler settings and clang
|
||||
Fixes for some stderr messages being swallowed up.
|
||||
Fixed being unable to decompress to STDOUT when in a non-writable directory.
|
||||
Changed broken liblrzip callback function API to match lrzip proper.
|
||||
|
||||
|
||||
lrzip-0.620
|
||||
|
||||
Fixes display output of lrzip -i for large files greater than one chunk.
|
||||
Fixes for various failure to allocate memory conditions when dealing with
|
||||
large files and STDIO.
|
||||
Fixes for more unix portability.
|
||||
Fixes for failure to decompress to STDOUT.
|
||||
|
||||
|
||||
lrzip-0.616
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue