diff --git a/AUTHORS b/AUTHORS index fdf895a..eb28b14 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/ChangeLog b/ChangeLog index 1e19426..edf3fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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