diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 00:25:06 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 00:25:06 +0200 |
commit | 1ebc89de285cdd87607b03e8def3f78d5d077519 (patch) | |
tree | 91859e72f51edca2d0c670d0f0bf639fbb8322f5 | |
parent | 139f52fbda84da76cb2a8ee5e878e41b6bfe70f8 (diff) |
Release v4.144.14
-rw-r--r-- | Changelog | 5 | ||||
-rwxr-xr-x | bin/hafas-m | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Journey.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Message.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Polyline.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Stop.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/StopFinder.pm | 4 |
9 files changed, 20 insertions, 15 deletions
@@ -1,3 +1,8 @@ +Travel::Status::DE::DeutscheBahn 4.14 - Tue Aug 22 2023 + + * Journey: Correctly calculate datetimes when requesting a cross-midnight + journey after midnight. Previously, those were off by 24 hours. + Travel::Status::DE::DeutscheBahn 4.13 - Mon Aug 21 2023 * new_p: Return a Travel::Status::DE::HAFAS instance in addition to the diff --git a/bin/hafas-m b/bin/hafas-m index 9dc67b4..28e230c 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '4.13'; +our $VERSION = '4.14'; use utf8; use DateTime; @@ -373,7 +373,7 @@ B<hafas-m> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index d4351fe..347c332 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -6,7 +6,7 @@ use 5.014; use parent 'Travel::Status::DE::HAFAS'; -our $VERSION = '4.13'; +our $VERSION = '4.14'; sub new { my ( $class, %opt ) = @_; @@ -49,7 +49,7 @@ monitor operated by Deutsche Bahn =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 691d859..7cec3f3 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -22,7 +22,7 @@ use Travel::Status::DE::HAFAS::Journey; use Travel::Status::DE::HAFAS::StopFinder; use Travel::Status::DE::HAFAS::Stop; -our $VERSION = '4.13'; +our $VERSION = '4.14'; # {{{ Endpoint Definition @@ -903,7 +903,7 @@ monitors =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/HAFAS/Journey.pm b/lib/Travel/Status/DE/HAFAS/Journey.pm index 952a990..d856232 100644 --- a/lib/Travel/Status/DE/HAFAS/Journey.pm +++ b/lib/Travel/Status/DE/HAFAS/Journey.pm @@ -13,7 +13,7 @@ use DateTime::Format::Strptime; use List::Util qw(any); use Travel::Status::DE::HAFAS::Stop; -our $VERSION = '4.13'; +our $VERSION = '4.14'; Travel::Status::DE::HAFAS::Journey->mk_ro_accessors( qw(datetime sched_datetime rt_datetime @@ -467,7 +467,7 @@ journey received by Travel::Status::DE::HAFAS =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/HAFAS/Message.pm b/lib/Travel/Status/DE/HAFAS/Message.pm index b723c9d..dfdecf0 100644 --- a/lib/Travel/Status/DE/HAFAS/Message.pm +++ b/lib/Travel/Status/DE/HAFAS/Message.pm @@ -6,7 +6,7 @@ use 5.014; use parent 'Class::Accessor'; -our $VERSION = '4.13'; +our $VERSION = '4.14'; Travel::Status::DE::HAFAS::Message->mk_ro_accessors( qw(short text code prio is_him ref_count)); @@ -45,7 +45,7 @@ Travel::Status::DE::HAFAS::Message - An arrival/departure-related message. =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/HAFAS/Polyline.pm b/lib/Travel/Status/DE/HAFAS/Polyline.pm index 1e0729d..05c262d 100644 --- a/lib/Travel/Status/DE/HAFAS/Polyline.pm +++ b/lib/Travel/Status/DE/HAFAS/Polyline.pm @@ -16,7 +16,7 @@ use 5.014; use parent 'Exporter'; our @EXPORT_OK = qw(decode_polyline); -our $VERSION = '4.13'; +our $VERSION = '4.14'; # Translated this php script # <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/> diff --git a/lib/Travel/Status/DE/HAFAS/Stop.pm b/lib/Travel/Status/DE/HAFAS/Stop.pm index b43f13b..f0dae74 100644 --- a/lib/Travel/Status/DE/HAFAS/Stop.pm +++ b/lib/Travel/Status/DE/HAFAS/Stop.pm @@ -8,7 +8,7 @@ use 5.014; use parent 'Class::Accessor'; -our $VERSION = '4.13'; +our $VERSION = '4.14'; Travel::Status::DE::HAFAS::Stop->mk_ro_accessors( qw(eva name lat lon distance_m weight)); @@ -76,7 +76,7 @@ Travel::Status::DE::HAFAS::Stop - Information about a HAFAS stop. =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm index fb98650..a4edc74 100644 --- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm +++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm @@ -12,7 +12,7 @@ use Encode qw(decode); use JSON; use LWP::UserAgent; -our $VERSION = '4.13'; +our $VERSION = '4.14'; # {{{ Constructors @@ -182,7 +182,7 @@ finder services =head1 VERSION -version 4.13 +version 4.14 =head1 DESCRIPTION |