diff --git a/Changelog b/Changelog index 8b3d24118a622f600cd7e32c11a460d64998815c..cd1633c6e3a318452b9dccc360cea232ab4d3ec0 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +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 diff --git a/bin/db-iris b/bin/db-iris index 1e640d51798fac146e692ea8e0318bde71bbfc40..8cb50da698e1ece98d42a966cb6639402da5d0e6 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -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 =head1 VERSION -version 1.16 +version 1.17 =head1 DESCRIPTION @@ -755,7 +755,7 @@ Unknown. =head1 AUTHOR -Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2018 by Daniel Friesel Ederf@finalrewind.orgE The station data used by this script is provided by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index ae215d7361371c9713a3b3a1e2a05e0b8a28300e..7f20232a6237dfafa28daf7e8c2f24d2f84536c4 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -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 =head1 AUTHOR -Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 998406668c679c277d248fdda143fc8eefe8908b..ce99ef9c9de426822b7a3f9d39b9647238fef029 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -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 Ederf@finalrewind.orgE +Copyright (C) 2013-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 70b6e02a7dc4571bd24ea7763f6e29e46d05535c..2b3a24745d2247a7c9d77bf2c047682e9e4b88e3 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -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 Ederf@finalrewind.orgE +Lookup code: Copyright (C) 2014-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index b9e478bc1b161b9b6436c5be0b24e836ee9fb529..d3971ada1f54915321eb8c13033220b82c30f090 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -2058,7 +2058,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 Ederf@finalrewind.orgE +Lookup code: Copyright (C) 2014-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE