summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-01 13:51:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-01 13:51:15 +0200
commitb80548156c535ea264a75fb05afee313cf9bd2f4 (patch)
tree59ec1446e5e95396f5d7b1089e1f224fc8191c53
parentacc8d78c42e9fc20a865e69c878ae054c747a8a5 (diff)
Release v1.161.16
-rw-r--r--Changelog10
-rwxr-xr-xbin/efa-m4
-rw-r--r--lib/Travel/Status/DE/EFA.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Line.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Result.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm4
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
7 files changed, 21 insertions, 13 deletions
diff --git a/Changelog b/Changelog
index df2dd00..deaf48a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+Travel::Status::DE::VRR 1.16 - Fri May 01 2020
+
+ * Use HTTPS for DING, VOR, LinzAG, VGN, VRR, VRR2, VVS, NVBW, KVV and BSVG
+ services
+ * Update VGN, VVO, VMV and KVV service URLs
+ * Remove IVB, VVV and VRNdelfi services
+ * Re-add Verbundlinie service
+
Travel::Status::DE::VRR 1.15 - Wed Jul 05 2017
* Fix encoding issues caused by recent API changes
@@ -81,7 +89,7 @@ Travel::Status::DE::VRR 1.04 - Wed Oct 16 2013
* Add ->is_cancelled accessor to Travel::Status::DE::VRR::Result
* Travel::Status::DE::VRR::Result->delay will no longer return '-9999'
for cancelled departures, check ->is_cancelled instead
- * Allow Travel::Status::DE::VRR::Line and TraveL::Status::DE::VRR::Result
+ * Allow Travel::Status::DE::VRR::Line and Travel::Status::DE::VRR::Result
to be serialized to JSON (via TO_JSON method)
Travel::Status::DE::VRR 1.03 - Tue Sep 17 2013
diff --git a/bin/efa-m b/bin/efa-m
index 0ed811a..7e84863 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -6,7 +6,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '1.15';
+our $VERSION = '1.16';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -372,7 +372,7 @@ I<city> [I<type>B<:>]I<name>
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index a76a8ed..24eb578 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -7,7 +7,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '1.15';
+our $VERSION = '1.16';
use Carp qw(confess cluck);
use Encode qw(encode);
@@ -647,7 +647,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm
index 121e795..96c95d0 100644
--- a/lib/Travel/Status/DE/EFA/Line.pm
+++ b/lib/Travel/Status/DE/EFA/Line.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '1.15';
+our $VERSION = '1.16';
Travel::Status::DE::EFA::Line->mk_ro_accessors(
qw(direction mot name operator route type valid));
@@ -57,7 +57,7 @@ requested station
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm
index 0afdcaf..7f6e449 100644
--- a/lib/Travel/Status/DE/EFA/Result.pm
+++ b/lib/Travel/Status/DE/EFA/Result.pm
@@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
use parent 'Class::Accessor';
-our $VERSION = '1.15';
+our $VERSION = '1.16';
Travel::Status::DE::EFA::Result->mk_ro_accessors(
qw(countdown date delay destination is_cancelled info key line lineref
@@ -135,7 +135,7 @@ departure received by Travel::Status::DE::EFA
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index a15fad4..feb1d06 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
use parent 'Class::Accessor';
-our $VERSION = '1.15';
+our $VERSION = '1.16';
Travel::Status::DE::EFA::Stop->mk_ro_accessors(
qw(arr_date arr_time dep_date dep_time name name_suf platform));
@@ -48,7 +48,7 @@ in a Travel::Status::DE::EFA::Result's route
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm
index 2042d1a..f0e2090 100644
--- a/lib/Travel/Status/DE/VRR.pm
+++ b/lib/Travel/Status/DE/VRR.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => "experimental::smartmatch";
-our $VERSION = '1.15';
+our $VERSION = '1.16';
use parent 'Travel::Status::DE::EFA';
@@ -44,7 +44,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor.
=head1 VERSION
-version 1.15
+version 1.16
=head1 DESCRIPTION