Changeset 718

Show
Ignore:
Timestamp:
05/31/07 00:53:47 (6 years ago)
Author:
lincoln
Message:

bugfix: the cached XMLTV stored in .shepherd/output.xmltv was always incomplete, it seems XMLTV::end doesn't actually close its files\!

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r717 r718  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.101'; 
     4my $version = '0.4.102'; 
    55 
    66# tv_grab_au 
     
    41144114        \&output_data_programme_cb, $input_postprocess_file); 
    41154115    $writer->end(); 
     4116    $fh->close; 
    41164117 
    41174118    &log("Final output stored in $output_filename.\n"); 
  • status

    r717 r718  
    1 application     shepherd            0.4.101 
     1application     shepherd            0.4.102 
    22reference       channel_list        2 
    33reference       Shepherd/Common.pm  0.13