summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-06-09 13:24:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-06-09 13:24:53 +0200
commit47f7950b9aaf5a30c5bed0290e98c5d4a5e58541 (patch)
tree535e4932ee05a77e11b589fd23e2b4b399a101bf
parent0c2910e15aa1fb6a9a6d2cce1840202c14ec7a57 (diff)
version bump1.08
-rw-r--r--Changelog7
-rwxr-xr-xbin/db-iris8
-rw-r--r--lib/Travel/Status/DE/IRIS.pm6
-rw-r--r--lib/Travel/Status/DE/IRIS/Result.pm6
4 files changed, 15 insertions, 12 deletions
diff --git a/Changelog b/Changelog
index 609640e..c80bd99 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,12 @@
-git HEAD
+Travel::Status::DE::IRIS 1.08 - Thu Jun 09 2016
* New dependency: Geo::Distance
* Update DS100 code list. Station names are now unabbreviated, e.g.
"Dortmund Univeristät" instead of "Do Universität". Also, stations
- without train service are no longer included
+ without train service are no longer included. Note that this list might
+ contain errors. If you get "Request error: Station ... has no associated
+ timetable" for a station which worked with previous versions, please
+ submit a bug report.
* Travel::Status::DE::IRIS::Stations now also returns international
station number, longitude and latitutde for most stations
* New method Travel::Status::DE::IRIS::Stations::get_station_by_location
diff --git a/bin/db-iris b/bin/db-iris
index 526129c..81c8081 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.07';
+our $VERSION = '1.08';
use Carp;
use DateTime;
@@ -505,7 +505,7 @@ I<station>
=head1 VERSION
-version 1.07
+version 1.08
=head1 DESCRIPTION
@@ -726,9 +726,9 @@ Unknown.
=head1 AUTHOR
-Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
-The station data used by this script is Copyright (C) 2016 by DB
+The station data used by this script is provided by DB
Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available
under a CC-BY 4.0 license on
L<http://data.deutschebahn.com/datasets/haltestellen/>.
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 269ea6e..4ca08d7 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.07';
+our $VERSION = '1.08';
use Carp qw(confess cluck);
use DateTime;
@@ -536,7 +536,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
=head1 VERSION
-version 1.07
+version 1.08
=head1 DESCRIPTION
@@ -653,7 +653,7 @@ L<https://github.com/derf/Travel-Status-DE-IRIS>
=head1 AUTHOR
-Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 8ae21d5..e3957f5 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.07';
+our $VERSION = '1.08';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -736,7 +736,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 1.07
+version 1.08
=head1 DESCRIPTION
@@ -1332,7 +1332,7 @@ Travel::Status::DE::IRIS(3pm).
=head1 AUTHOR
-Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE