summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-16 16:57:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-16 16:58:42 +0200
commit58a6b8326f4b4d71b729e469f6de6297bc336074 (patch)
tree9829632209046f4efb6ff32a0cdf9f6bd6e33424
parent9f331253629a050adfd2b488f02705215d17083b (diff)
Release v1.2. ffs.1.2
-rw-r--r--Changelog5
-rw-r--r--README5
-rwxr-xr-xbin/ekgping4
3 files changed, 10 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 9bacdee..390d17b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
-git HEAD
+ekgping 1.2 - Thu Jun 16 2011
- * Fix ping -n parser - apparently it was based on a buggy ping output.
+ * Fix ping -n parser - it was based on a buggy(?) ping output,
+ making it fail on older Debian/Ubuntu (and possibly other) systems
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609853>
ekgping 1.1 - Thu Jun 16 2011
diff --git a/README b/README
index e6a15dd..db105e0 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Dependencies
* perl >= 5.10
* File::ShareDir
* IPC::Run
+ * Module::Build
* SDL
* Term::Size
@@ -19,3 +20,7 @@ Installation
$ perl Build.PL
$ perl Build
$ sudo perl Build install
+
+Note for Debian/Ubuntu users: There seem to be installation problems with perl
+5.10. If ekgping fails to find beep.ogg, try reinstalling it after installing
+libmodule-build-perl.
diff --git a/bin/ekgping b/bin/ekgping
index f7a4368..43142ae 100755
--- a/bin/ekgping
+++ b/bin/ekgping
@@ -13,7 +13,7 @@ use SDL::Music;
use Term::Size;
use Time::HiRes qw(usleep);
-our $VERSION = '1.1';
+our $VERSION = '1.2';
my $beep = 0;
my $id = 0;
@@ -161,7 +161,7 @@ B<ekgping> [B<-q>] [B<-t> I<timeout>] [B<-f> I<file>] I<host> [B<--> I<ping opti
=head1 VERSION
-version 1.1
+version 1.2
=head1 DESCRIPTION