Commit 51503d1f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.17

parent 0540c907
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
Travel::Status::DE::IRIS 1.17 - Sat Apr 14 2018

    * Fix DS100 codes for Dülmen, Stuttgart Hbf (tief), and Wolfenbüttel
    * db-iris: Support -d/--date "tomorrow"

Travel::Status::DE::IRIS 1.16 - Sat Jul 08 2017

    * Fix miscalculated delays of prematurely terminating trains
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use utf8;

no if $] >= 5.018, warnings => 'experimental::smartmatch';

our $VERSION = '1.16';
our $VERSION = '1.17';

use DateTime;
use DateTime::Format::Strptime;
@@ -535,7 +535,7 @@ I<station>

=head1 VERSION

version 1.16
version 1.17

=head1 DESCRIPTION

@@ -755,7 +755,7 @@ Unknown.

=head1 AUTHOR

Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2018 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

The station data used by this script is provided by DB
Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.014;

no if $] >= 5.018, warnings => 'experimental::smartmatch';

our $VERSION = '1.16';
our $VERSION = '1.17';

use Carp qw(confess cluck);
use DateTime;
@@ -575,7 +575,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.

=head1 VERSION

version 1.16
version 1.17

=head1 DESCRIPTION

@@ -713,7 +713,7 @@ L<https://github.com/derf/Travel-Status-DE-IRIS>

=head1 AUTHOR

Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2018 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ use List::Compare;
use List::MoreUtils qw(none uniq firstval);
use Scalar::Util qw(weaken);

our $VERSION = '1.16';
our $VERSION = '1.17';

my %translation = (
	2  => 'Polizeiliche Ermittlung',
@@ -798,7 +798,7 @@ arrival/departure received by Travel::Status::DE::IRIS

=head1 VERSION

version 1.16
version 1.17

=head1 DESCRIPTION

@@ -1420,7 +1420,7 @@ Travel::Status::DE::IRIS(3pm).

=head1 AUTHOR

Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2018 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ use Text::LevenshteinXS qw(distance);
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
our $VERSION = '1.16';
our $VERSION = '1.17';
my @stations = (
@@ -8580,7 +8580,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
version 1.16
version 1.17
=head1 DESCRIPTION
@@ -8684,7 +8684,7 @@ Travel::Status::DE::IRIS(3pm).
Station data: Copyright (C) 2016 by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany
Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Lookup code: Copyright (C) 2014-2018 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
Loading