summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog7
-rwxr-xr-xbin/db-iris2
-rw-r--r--lib/Travel/Status/DE/IRIS/Stations.pm2
-rwxr-xr-xscripts/acronyms.pl2
4 files changed, 10 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index c80bd99..7c6e799 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+git HEAD
+
+ * Travel::Status::DE::IRIS::Result: Fix ->classes accessor
+ (returned a string instead of a list)
+ * Fix DS100 codes for "Stuttgart Hbf (tief)" and "Stuttgart-Feuerbach"
+
+
Travel::Status::DE::IRIS 1.08 - Thu Jun 09 2016
* New dependency: Geo::Distance
diff --git a/bin/db-iris b/bin/db-iris
index 50c9f30..cabe6cc 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -755,7 +755,7 @@ Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
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/dataset/data-haltestellendaten>.
+L<http://data.deutschebahn.com/dataset/data-haltestellen>.
=head1 LICENSE
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index 3055a9c..579ea9a 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm
@@ -8684,6 +8684,6 @@ Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.org
This module is licensed under the same terms as Perl itself. Note that the
station data used by this module is also available under a CC-BY 4.0 license on
-L<http://data.deutschebahn.com/dataset/data-haltestellendaten>.
+L<http://data.deutschebahn.com/dataset/data-haltestellen>.
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl
index d4ba9cb..041d1d2 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -2055,6 +2055,6 @@ Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.org
This module is licensed under the same terms as Perl itself. Note that the
station data used by this module is also available under a CC-BY 4.0 license on
-L<http://data.deutschebahn.com/dataset/data-haltestellendaten>.
+L<http://data.deutschebahn.com/dataset/data-haltestellen>.
EOF