From 5ccc9de1568862a2869af7aa4b53e01828d37bca Mon Sep 17 00:00:00 2001 From: ckolivas Date: Wed, 13 Apr 2011 15:09:44 +1000 Subject: [PATCH] Update changelogs. --- ChangeLog | 12 ++++++++++++ WHATS-NEW | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb8da2f..bfe804b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ lrzip ChangeLog +APRIL 2011, version 0.602 Con Kolivas +* Fixed the symlinks breaking package generation. +* Made maximum chunk allocable on 32bits 2/3 of a GB again limiting total ram +used to 2GB, regardless of how much crazy ram people have put on such systems +since the rest is unusable. +* Now builds on Cygwin courtesy of Тулебаев Салават. +* Check for podman on ./configure. +* Disable md5 generation and checking on Apple till it's fixed. +* Display full version when -V is invoked. +* Don't restrict file permissions from unknown source, respecting umode +instead. + MARCH 2011, version 0.601 Con Kolivas * Fixed the symlinks for lrzuntar, lrunzip not being installed. * Fixed the pod-based manpages not being installed. diff --git a/WHATS-NEW b/WHATS-NEW index 5fe1b24..a3eac1a 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -1,3 +1,13 @@ +lrzip-0.602 + +Fixed wrong symlinks which broke some package generation. +Imposed limits for 32bit machines with way too much ram for their own good. +Disable md5 generation on Apple for now since it's faulty. +Displays full version with -V. +Checks for podman on ./configure +Now builds on Cygwin. +File permissions are better carried over instead of being only 0600. + lrzip-0.601 lrzuntar, lrunzip symlinks and the pod-based manpages are installed again.