Update docs.

This commit is contained in:
Con Kolivas 2011-04-26 10:09:27 +10:00
parent 7ed977b1c1
commit 3f0a1124eb
3 changed files with 19 additions and 0 deletions

View file

@ -1,4 +1,10 @@
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.
* lseek in stream.c wasn't being compiled to the lseek64 variant on Apple
due to missing includes, breaking >2GB files. Added includes.

7
TODO
View file

@ -1,5 +1,12 @@
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.
Other posix/windows builds?? Need help there...

View file

@ -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 now supports stdout without requiring the '-o -' option. It detects when