Index: /status
===================================================================
--- /status (revision 515)
+++ /status (revision 516)
@@ -1,5 +1,5 @@
 application     shepherd            0.4.49
 grabber         yahoo7widget        1.79
-grabber         rex                 3.4.1
+grabber         rex                 3.4.2
 grabber         abc_website         2.07
 grabber         abc2_website        2.07
Index: /grabbers/rex
===================================================================
--- /grabbers/rex (revision 491)
+++ /grabbers/rex (revision 516)
@@ -3,5 +3,5 @@
 # "Rex"
 
-my $version  = '3.4.1';
+my $version  = '3.4.2';
 
 # An Australian TV Guide Grabber (a.k.a. tv_grab_au)
@@ -73,4 +73,5 @@
 # 3.4.0   : Feature: micrograbbing (--gaps_file)
 # 3.4.1   : Bugfix : don't die on bad web data
+# 3.4.2   : Bugfix : use stop data in cache verification
 
 use strict;
@@ -304,4 +305,9 @@
 	      $cached->{$pid}->{start},
 	      $precache->{$pid}->{start}
+	    ],
+	    [
+	      'Stop time',
+	      $cached->{$pid}->{stop},
+	      $precache->{$pid}->{stop}
 	    ],
 	    [
