summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog3
-rwxr-xr-xbin/efa2
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 8ea6c13..cbbc58a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
-git HEAD
+efa 1.2 - Sat Jun 5 2010
* Rewrite efa parser using HTML::TreeBuilder::XPath
+ * Fixes information about late trains (was broken by efa.vrr.de changes)
efa 1.1.2 - Wed May 12 2010
diff --git a/bin/efa b/bin/efa
index 513ce49..2ddc0c6 100755
--- a/bin/efa
+++ b/bin/efa
@@ -13,7 +13,7 @@ use WWW::Mechanize;
my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr';
my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
-my $version = '1.1.2+git';
+my $version = '1.2+git';
my $content;
my $connections;
my %post;