Changeset 1292
- Timestamp:
- 08/09/10 16:51:51 (18 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r1291 r1292 2 2 3 3 our $progname = 'shepherd'; 4 my $version = '1.4. 2';4 my $version = '1.4.3'; 5 5 6 6 # tv_grab_au … … 582 582 $components->{$proggy}->{source} = $source; 583 583 $components->{$proggy}->{updated} = time; 584 $components->{$proggy}->{admin_status} = sprintf "updated from %s to %s", $oldver, $latestversion;584 $components->{$proggy}->{admin_status} = sprintf "updated from v%s to v%s", ($oldver or 0), $latestversion; 585 585 delete $components_pending_install->{$proggy} if (defined $components_pending_install->{$proggy}); 586 586 -
trunk/status
r1291 r1292 1 application shepherd 1.4. 21 application shepherd 1.4.3 2 2 reference channel_list 55 3 3 reference Shepherd/Common.pm 0.38
