From: Andrew Ruthven Date: Sun, 13 Jun 2010 10:14:28 +0000 (+1200) Subject: Add changelog entry. X-Git-Tag: 0.9.4^0 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cae18c6ed3eb53f26436ec94abcbb0a3005be4;p=mythtv-status.git Add changelog entry. --- diff --git a/ChangeLog b/ChangeLog index 2d2b941..91dc3be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ 2010-06-13 Andrew Ruthven Allow skipping idle encoders when showing the encoder status and make that the default. Thanks to Ron Kellam for the suggestion. + + It seems that Date::Manip::DateCalc in some versions require that + you parse in a ref for the error ref, passing in undef causes it + to not perform the date calculation. Parse in a ref, even if we + don't actually check it. Thanks to Ron Kellam for doing some + leg work on tracking this issue down. + 2010-04-29 Andrew Ruthven Handle the case where the disk space units returned from the server are different. i.e., total is in GB and used is in MB.