summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-13 19:18:30 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-13 19:18:30 +0200
commitabb23bee42bcc64bdc03a6c760b1ae081bf876ce (patch)
treebef00d1c433eaa53926b94e1cf5fef05c3a781d8
parent00bd0c0e6b77e234fe9dfa6eb7fa26182e5ee907 (diff)
Release v0.07HEAD0.07main
-rw-r--r--Changelog8
-rwxr-xr-xbin/hafas4
-rw-r--r--lib/Travel/Routing/DE/HAFAS.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Connection.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Connection/Section.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Utils.pm2
6 files changed, 17 insertions, 9 deletions
diff --git a/Changelog b/Changelog
index 3eef6d0..af76a88 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+Travel::Routing::DE::HAFAS 0.07 - Sat Apr 13 2024
+
+ * Replace built-in HAFAS service list with the one provided by
+ Travel::Status::DE::HAFAS
+ * Convert non-local time stamps to backend-specific time zone
+ * hafas: Add -x / --exclude-infeasible and -j / --with-jid options
+ * HAFAS::Connection::Section: Support unspecified local transit (TRSF)
+
Travel::Routing::DE::HAFAS 0.06 - Thu Mar 28 2024
* hafas: Add -C / --change-time option
diff --git a/bin/hafas b/bin/hafas
index 86cac23..9358843 100755
--- a/bin/hafas
+++ b/bin/hafas
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.014;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
use utf8;
use DateTime;
@@ -477,7 +477,7 @@ B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>]
=head1 VERSION
-version 0.06
+version 0.07
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS.pm b/lib/Travel/Routing/DE/HAFAS.pm
index ee846ba..f4a47e6 100644
--- a/lib/Travel/Routing/DE/HAFAS.pm
+++ b/lib/Travel/Routing/DE/HAFAS.pm
@@ -19,7 +19,7 @@ use Travel::Status::DE::HAFAS;
use Travel::Status::DE::HAFAS::Location;
use Travel::Status::DE::HAFAS::Message;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
# {{{ Endpoint Definition
@@ -535,7 +535,7 @@ Travel::Routing::DE::HAFAS - Interface to HAFAS itinerary services
=head1 VERSION
-version 0.06
+version 0.07
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection.pm b/lib/Travel/Routing/DE/HAFAS/Connection.pm
index 05341cc..e70dd26 100644
--- a/lib/Travel/Routing/DE/HAFAS/Connection.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Connection.pm
@@ -11,7 +11,7 @@ use DateTime::Duration;
use Travel::Routing::DE::HAFAS::Utils;
use Travel::Routing::DE::HAFAS::Connection::Section;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
Travel::Routing::DE::HAFAS::Connection->mk_ro_accessors(
qw(changes duration sched_dep rt_dep sched_arr rt_arr dep arr dep_platform arr_platform dep_loc arr_loc dep_cancelled arr_cancelled is_cancelled load)
@@ -210,7 +210,7 @@ Travel::Routing::DE::HAFAS::Connection - A single connection between two stops
=head1 VERSION
-version 0.06
+version 0.07
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
index 477900f..be7b9ca 100644
--- a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
@@ -11,7 +11,7 @@ use DateTime::Duration;
use Travel::Routing::DE::HAFAS::Utils;
use Travel::Status::DE::HAFAS::Journey;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
Travel::Routing::DE::HAFAS::Connection::Section->mk_ro_accessors(
qw(type schep_dep rt_dep sched_arr rt_arr dep arr arr_delay dep_delay journey distance duration transfer_duration dep_loc arr_loc
@@ -212,7 +212,7 @@ Travel::Routing::DE::HAFAS::Connection::Section - A single trip between two stop
=head1 VERSION
-version 0.06
+version 0.07
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Utils.pm b/lib/Travel/Routing/DE/HAFAS/Utils.pm
index 45ee5db..ffd1688 100644
--- a/lib/Travel/Routing/DE/HAFAS/Utils.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Utils.pm
@@ -53,7 +53,7 @@ None.
=head1 VERSION
-version 0.06
+version 0.07
=head1 METHODS