+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,