]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Bump version number
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 4 Dec 2014 21:18:31 +0000 (10:18 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 4 Dec 2014 21:18:31 +0000 (10:18 +1300)
bin/mythtv-status
debian/changelog

index 4ff6c9b0056545ddf665551f99ae29d50abc5d0b..6c099b962b4381c6f727a0fa821ea885763c54a8 100755 (executable)
@@ -85,7 +85,7 @@ my @size_thresholds = (
 
 my $return_code_only = 0;
 
-my $VERSION = '0.10.5';
+my $VERSION = '0.10.6';
 
 # Some display blocks are disabled by default:
 $c->{'display'}{'Shows due to Auto Expire'} = 0;
index f2b6c183f305f0019dea7cb60f9701247d947873..5e9649dd694b86b6e9ba182a6a169ada409d2f8d 100644 (file)
@@ -1,3 +1,11 @@
+mythtv-status (0.10.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Brings in a minor change that was on master, but missed from the 
+    release-0.10 git branch.
+
+ -- Andrew Ruthven <andrew@etc.gen.nz>  Fri, 05 Dec 2014 10:17:37 +1300
+
 mythtv-status (0.10.5-1) unstable; urgency=low
 
   * New upstream release (Closes: #729400).