summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-10-22 21:05:45 +0200
committerPeter Palfrader <peter@palfrader.org>2014-10-23 17:51:19 +0200
commit54d9504b6412695f4f9bb5187739cdc6363422ac (patch)
treefb7aa59139a2ea2a0931eaf19b8cec02c958f785
parent961b5621f7e57e3aac75b18861303a3eab54d735 (diff)
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8192043..315364a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in
+Changes in version 2.1.9 - 2014-10-23
* Several debian updates.
* Update FSF address in all files.
* Fix the name of an option in an example in pingd.conf(5).
diff --git a/debian/changelog b/debian/changelog
index 8942885..75e4fab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+echolot (2.1.9-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Peter Palfrader <weasel@debian.org> Wed, 22 Oct 2014 21:04:17 +0200
+
echolot (2.1.8-8) unstable; urgency=low
* Really fix the markup typo in the pingd manpage.
diff --git a/pingd b/pingd
index 9d7a40a..d43e981 100755
--- a/pingd
+++ b/pingd
@@ -349,7 +349,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.1.8';
+my $VERSION = '2.1.9';
my $redirected_stdio = 0;