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
7ed977b1c1
commit
3f0a1124eb
|
|
@ -1,4 +1,10 @@
|
||||||
lrzip ChangeLog
|
lrzip ChangeLog
|
||||||
|
APRIL 2011, version 0.604 Con Kolivas
|
||||||
|
* Detach threads after creating them on the compression side. Not joining them
|
||||||
|
meant that compressing massive files requiring hundreds of threads would
|
||||||
|
eventually hit the resource limit of number of threads created even though
|
||||||
|
the threads themselves would exit.
|
||||||
|
|
||||||
APRIL 2011, version 0.603 Con Kolivas, George Makrydakis, Jari Aalto.
|
APRIL 2011, version 0.603 Con Kolivas, George Makrydakis, Jari Aalto.
|
||||||
* lseek in stream.c wasn't being compiled to the lseek64 variant on Apple
|
* lseek in stream.c wasn't being compiled to the lseek64 variant on Apple
|
||||||
due to missing includes, breaking >2GB files. Added includes.
|
due to missing includes, breaking >2GB files. Added includes.
|
||||||
|
|
|
||||||
7
TODO
7
TODO
|
|
@ -1,5 +1,12 @@
|
||||||
MAYBE TODO for lrzip program
|
MAYBE TODO for lrzip program
|
||||||
|
|
||||||
|
Upgrade to newer version of zpaq supporting 3 compression levels without
|
||||||
|
relying on open_memstream so it works without temporary files on apple.
|
||||||
|
|
||||||
|
Get MD5 working on apple.
|
||||||
|
|
||||||
|
Make sure STDIO works properly on large files on apple.
|
||||||
|
|
||||||
Make a liblrzip library.
|
Make a liblrzip library.
|
||||||
|
|
||||||
Other posix/windows builds?? Need help there...
|
Other posix/windows builds?? Need help there...
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
lrzip-0.604
|
||||||
|
|
||||||
|
lrzip will no longer fail with a "resource temporarily unavailable" error
|
||||||
|
when compressing files over 100GB that require hundreds of threads to
|
||||||
|
complete.
|
||||||
|
|
||||||
lrzip-0.603
|
lrzip-0.603
|
||||||
|
|
||||||
lrzip now supports stdout without requiring the '-o -' option. It detects when
|
lrzip now supports stdout without requiring the '-o -' option. It detects when
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue