Update docs to reflect changes

This commit is contained in:
Con Kolivas 2010-04-03 22:27:19 +11:00
parent d5bd8a5f4c
commit fa37910e48
2 changed files with 11 additions and 1 deletions

View file

@ -13,5 +13,6 @@ Christian Leber for lzma compat layer
Lasse Collin for debugging the compat layer
Michael J Cohen for Darwin support
Jukka Laurila for newer Darwin support
George Makrydakis for lrztar
George Makrydakis for lrztar, lrzuntar
Jari Aalto for documentation and typos and git help
Jon Tibble for nasm & Solaris support

View file

@ -1,4 +1,13 @@
lrzip ChangeLog
APRIL 2010, version 0.45, Con Kolivas, Jon Tibble, George Makrydakis
* Fixes the nasm program test (AC_CHECK_PROG doesn't overwrite a
variable that is already set so do it manually) JT
* Fix compiler flags as not all compilers accept -Wall -W (cc on
Solaris/OpenSolaris) JT
* Fix lrztar to not try to compress files already with the .lrz extension GM
* Fix lrztar to decompress files where the pathname is ../* GM
* Add lrzuntar symlink to call lrztar -d
MAR 2010, version 0.45, Con Kolivas, Jari Aalto
* Fixed reported window size