+2016-08-02 Andrew Ruthven
+ Somewhere between Date::Manip v6.0 and v6.32 the behaviour for
+ DateCalc has changed, so that now a DateCalc will keep on
+ increasing the hours field, without rolling over the days field.
+
+ Switching to an approximate mode for DateCalc which resolves this.
+
2015-01-10 Andrew Ruthven
Make the cron.d file for Debian use mythtv-update-motd to stop
systemd from being upset.
- Steve Gunther - Doing some home work on the OSD declutter changes.
- Julian Gilbey - Fixing up some errors in reporting the next scheduled
recording.
+ - Göran Uddeborg- Reporting the DateCalc behaviour change.
- The Debian translators - Especially the Portuguese guys - you rock!
- All the MythTV developers for working on a great bit of software
if $next_time eq 'Never' || $next_time eq 'now';
my $err;
- my $delta = DateCalc($c->{'date'} || 'now', $next_time, \$err, 0);
+ my $delta = DateCalc($c->{'date'} || 'now', $next_time, \$err, 1);
my $seconds = Delta_Format($delta, 'approx', 0, '%sh');
# If the next recording is more than 1 day in the future,
+mythtv-status (0.10.8-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Tue, 02 Aug 2016 23:28:58 +1200
+
mythtv-status (0.10.7-1) unstable; urgency=low
* New upstream release (Closes: #772801).