mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update documentation.
This commit is contained in:
parent
108d153f5e
commit
ea731b5748
20
ChangeLog
20
ChangeLog
|
|
@ -1,5 +1,24 @@
|
|||
lrzip ChangeLog
|
||||
|
||||
JULY 2012, version 0.613 Con Kolivas, Serge Belyshev.
|
||||
* Fix other non-win32 compilation for libzpaq.
|
||||
* Fix libzpaq compilation on other non-win32 OSs.
|
||||
* Fix Types.h missing which breaks typedefs on macosx.
|
||||
* Cope with missing ffsll() on various platforms.
|
||||
* Fix get_ram compilation on osx.
|
||||
* Rename lrzip.h to lrzip_core.h to cope with case insensitive filesystems not
|
||||
working with Lrzip.h vs lrzip.h
|
||||
* Include test for pthread.h and include header in lrzip_private.h.
|
||||
* Use system extensions in configure.ac to allow to build on non-gnu-linux
|
||||
platforms.
|
||||
* Fix invalid free error when -o and -S are used together.
|
||||
* Use no back end compression for blocks smaller than 64 bytes to avoid issues
|
||||
to do with minimum buffer size and minimum match sizes of the rzip
|
||||
preprocessing.
|
||||
* Fix md5 calculaton on blocks larger then 2^32. Bug reproduced and debugged by
|
||||
Serge Belyshev. Patch by Paul Eggert.
|
||||
|
||||
|
||||
MARCH 2012, version 0.612 Con Kolivas
|
||||
* Minor formatting improvement to delete misaligned %.
|
||||
* Implement progress counter on zpaq compress/decompress per thread within the
|
||||
|
|
@ -22,6 +41,7 @@ via the zpaq library.
|
|||
* Fix Lrzip.h not being installed into include directory and make distcheck
|
||||
failing.
|
||||
|
||||
|
||||
MARCH 2012, version 0.611 Con Kolivas.
|
||||
* Move the update counter to earlier in the hash_search so it still updates even
|
||||
when there are not matches.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
lrzip-0.613
|
||||
|
||||
Fixed the bug where massive files would show an incorrect md5 value on
|
||||
decompression - this was a bug from the md5 code upstream.
|
||||
Compressing ultra-small files to corrupt archives was fixed.
|
||||
Compilation on various other platforms was fixed.
|
||||
A crash with using -S was fixed.
|
||||
|
||||
|
||||
lrzip-0.612
|
||||
|
||||
Updated to a new zpaq library back end which is faster and now supports three
|
||||
|
|
|
|||
Loading…
Reference in a new issue