From 959766c9b8789e531f8ff24e4918473b3e6e2cad Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 12 Aug 2002 03:46:33 +0000 Subject: Prepare 2.0beta26 --- NEWS | 2 +- debian/changelog | 4 ++-- pingd | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ff157fa..6a8afeb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0beta26 - 2002-08-12 * Fix a few typos in the echolot.html template. * Added /etc/echolot/pingd.conf to the list of configfiles. * Have a debian/ directory to build a Debian package. diff --git a/debian/changelog b/debian/changelog index 23c22ae..c5d6704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -echolot (2.0-0.beta25.1) unstable; urgency=low +echolot (2.0-0.beta26.1) unstable; urgency=low * Initial Release. - -- Peter Palfrader Sun, 11 Aug 2002 16:21:18 +0200 + -- Peter Palfrader Mon, 12 Aug 2002 05:44:24 +0200 diff --git a/pingd b/pingd index a4ba927..31824d9 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.62 2002/08/12 03:35:58 weasel Exp $ +# $Id: pingd,v 1.63 2002/08/12 03:46:33 weasel Exp $ # =pod @@ -287,7 +287,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta25'; +my $VERSION = '2.0beta26'; my $redirected_stdio = 0; -- cgit v1.2.3