diff --git a/Changelog b/Changelog index 3d663ab2f7c156b3e7e3313d63356b62a2bf0d33..8b3d24118a622f600cd7e32c11a460d64998815c 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,10 @@ -git HEAD +Travel::Status::DE::IRIS 1.16 - Sat Jul 08 2017 * Fix miscalculated delays of prematurely terminating trains - * Lookahead and lookbehind are now interpreted with 1-minute granularity + * Lookahead and lookbehind are now interpreted with 1-minute granularity. + Note that this also affects the default lookahead. + * Fix floating point-related test failures on some architectures + * New "./Build test" dependency: Test::Number::Delta Travel::Status::DE::IRIS 1.15 - Tue Jun 06 2017 diff --git a/bin/db-iris b/bin/db-iris index f83a52ac1b0ca21ac4427b8121619333f082672b..95510230828f33695d6a76f54550a526ccf090c7 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.15'; +our $VERSION = '1.16'; use DateTime; use DateTime::Format::Strptime; @@ -530,7 +530,7 @@ I =head1 VERSION -version 1.15 +version 1.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 43993b0e6ca0afd583092ad81fcb969baa9243eb..187289df7c299fa01781ec407e9f03802446d371 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.15'; +our $VERSION = '1.16'; use Carp qw(confess cluck); use DateTime; @@ -577,7 +577,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.15 +version 1.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 07d1bf97e6a63c6569bcb37aa6a14be4ed1a8d47..998406668c679c277d248fdda143fc8eefe8908b 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.15'; +our $VERSION = '1.16'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -798,7 +798,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.15 +version 1.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index cce53dd97e0b66da226f7bf32f79fa8ffc5cf2a2..c252ef9bda82b8834bd8fca7b25243520b914693 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.15'; +our $VERSION = '1.16'; my @stations = ( @@ -8580,7 +8580,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 1.15 +version 1.16 =head1 DESCRIPTION