mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Update version number to 0.552 and update documentation.
This commit is contained in:
parent
b81542cea4
commit
ea9b00c839
7 changed files with 46 additions and 18 deletions
14
ChangeLog
14
ChangeLog
|
|
@ -1,4 +1,18 @@
|
|||
lrzip ChangeLog
|
||||
FEBRUARY 2011, version 0.552 Con Kolivas
|
||||
* Fix incompressible blocks causing failure with bzip2 and gzip.
|
||||
* Freebsd doesn't do mremap, use the fake one.
|
||||
* Update copyright notices.
|
||||
* Flush writes to disk before allocating ram.
|
||||
* Relax memory allocation when no back end compression will be used.
|
||||
* Clean up unnecessary semaphore usage in decompression.
|
||||
* Fix minor typos.
|
||||
* Convert mmaps to malloc in runzip as they may silently fail if not a
|
||||
multiple of page size, thereby leading to silent corruption on decompression.
|
||||
* Return the correct length by unzip_literal.
|
||||
* Use wrappers to serialise threads on OSX and bypass use of unnamed semaphores
|
||||
which aren't supported.
|
||||
|
||||
DECEMBER 2010, version 0.551 Con Kolivas
|
||||
* Fix stdin failing due to getting sizes all wrong.
|
||||
* Fix stdin compression values not being shown at end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue