From 54d9504b6412695f4f9bb5187739cdc6363422ac Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 22 Oct 2014 21:05:45 +0200 Subject: Prepare 2.1.9 release --- NEWS | 2 +- debian/changelog | 6 ++++++ pingd | 2 +- 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 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; -- cgit v1.2.3