From a62044d16678616893d0c3be4e258acf5cd064c0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 16 Sep 2011 22:13:31 +1000 Subject: [PATCH] Update docs. --- ChangeLog | 9 +++++++++ WHATS-NEW | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0738500..2bc2056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ lrzip ChangeLog +SEPTEMBER 2011, version 0.607 Con Kolivas +* Updated lzma library to version 920. +* Fixed a rare unable-to-decompress corner case. +* Added lrzip completion script. +* Updated makefile to more portable posix version. +* Hopefully fixed compilation on FreeBSD not supporting memopen. +* Added lots more debugging information about offsets in max verbose mode. +* Removed error and warning messages that are spammy or harmless. + MAY 2011, version 0.606 Con Kolivas * lrzuntar broke as lrzip doesn't automatically use stdout now, so use lrzcat in the lrztar script instead. diff --git a/WHATS-NEW b/WHATS-NEW index cb3e22d..b09c30d 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -1,3 +1,12 @@ +lrzip-0.607 + +A rare case of not being able to decompress archives was fixed. +The lzma library was updated to version 920. +A bash completion script for lrzip was added. +More debugging info was added in maximum verbose mode. +Less messages occur without verbose mode. +FreeBSD and posix compilation fixes were committed. + lrzip-0.606 lrzuntar, which broke last version leaving behind an untarred .tar file, is