Bump version to 0.541.

Limit LZMA window to 300MB on 32 bit as per reports of failure when larger.
Minor documentation and display clean ups.
This commit is contained in:
Con Kolivas 2010-11-18 23:33:43 +11:00
parent 81ac86856b
commit 591d791791
7 changed files with 42 additions and 49 deletions

4
TODO
View file

@ -17,12 +17,10 @@ Get the ASM working on 64bit.
Clean up the config system since it's a mystery to me.
Multi-threading on decompression.
Make stdout work without a temporary file.
Make stdin on decompression work without a temporary file.
Make testing file integrity work without a temporary file.
Stop breaking Darwin builds :P
Fix darwin build since it doesn't support unnamed semamphores.