summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-12 19:40:37 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-12 19:40:37 +0100
commit70033e0073c04903e228f0535bf68d55106779e0 (patch)
treef98bf4a7a55011da611681ebf3ffccfce0316ee1
parent1bb9d02f171ecd081063e7bceead972b6b117e34 (diff)
version bump0.08
-rw-r--r--Changelog11
-rwxr-xr-xbin/db-iris4
-rw-r--r--lib/Travel/Status/DE/IRIS.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Result.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Stations.pm4
5 files changed, 16 insertions, 11 deletions
diff --git a/Changelog b/Changelog
index 22a9a59..d7e21ba 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,13 @@
+Travel::Status::DE::IRIS 0.08 - Thu Mar 12 2015
+
+ * Clarify Result->train_id documentation
+ * Add IRIS delay/qos keys 13, 60, 75, 76
+
Travel::Status::DE::IRIS 0.07 - Fri Jan 09 2015
- * Fix a crash related to unscheduled additional stops in a train's route
- * Improve Travel::Status::DE::IRIS::Stations matching
- * Add IRIS delay/qos keys 56, 59, 61, 65, 73, 74, 77
+ * Fix a crash related to unscheduled additional stops in a train's route
+ * Improve Travel::Status::DE::IRIS::Stations matching
+ * Add IRIS delay/qos keys 56, 59, 61, 65, 73, 74, 77
Travel::Status::DE::IRIS 0.06 - Mon Nov 03 2014
diff --git a/bin/db-iris b/bin/db-iris
index f05e718..73592ba 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -6,7 +6,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use Carp;
use DateTime;
@@ -387,7 +387,7 @@ I<station>
=head1 VERSION
-version 0.07
+version 0.08
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 9b5b46d..ae614dc 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 = '0.07';
+our $VERSION = '0.08';
use Carp qw(confess cluck);
use DateTime;
@@ -327,7 +327,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
=head1 VERSION
-version 0.07
+version 0.08
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 9cb3ddb..d4e3821 100644
--- a/lib/Travel/Status/DE/IRIS/Result.pm
+++ b/lib/Travel/Status/DE/IRIS/Result.pm
@@ -14,7 +14,7 @@ use DateTime::Format::Strptime;
use List::Compare;
use List::MoreUtils qw(none uniq firstval);
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -672,7 +672,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 0.07
+version 0.08
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index e26b024..466699c 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm
@@ -7,7 +7,7 @@ use utf8;
use List::MoreUtils qw(firstval);
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my @stations = (
@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
-version 0.07
+version 0.08
=head1 DESCRIPTION