]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Update ChangeLog
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Dec 2018 08:37:25 +0000 (21:37 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Dec 2018 08:37:25 +0000 (21:37 +1300)
ChangeLog

index d5c53be0d270a9a0a326096520bc203842e1092d..6b62bb5c26a7ad4b63c46b25d927121d986a285f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2018-12-09  Andrew Ruthven
+  Traditionally I've considered any state which could cause you yo lose
+  recordings to be warning state. Some people don't want to be warned
+  if an encoder is recording, so allow that with --no-encoder-warn-non-idle.
+
+2018-12-07  Andrew Ruthven
+  Tidy up conversion logic for disk sizes to fix a long running bug when
+  the free space is converted to a different unit than the total space.
+
+  Adjust threshold for when we switch to TB.
+
+  Add an option --highlight which uses asterisk to highlight warnings.
+  This is useful in emails to highlight your attention to the right place
+
+2018-11-13  Andrew Ruthven
+  Show device type in encoder output (i.e: DVB).
+  Thanks to Eric Wilde for the suggestion and proposed patch.
+
+  Eradicate tabs from the code.
+
+
+2018-11-12  Eric Wilde
+  Make Config::Auto an optional module.
+  Minor re-arrangement of output to make it more consistent.
+  Remove dependency on Sys::SigAction.
+
 2017-01-26     Andrew Ruthven
        Update the Copyright years.
        Decode UTF-8 characters when we're getting data using MythTV::Program,