summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-12 03:46:33 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-12 03:46:33 +0000
commit959766c9b8789e531f8ff24e4918473b3e6e2cad (patch)
tree7f34efb83eb2e1e48d9494d6cec673500e8f0dae
parent517f4107b655fe332f9486fa8edf1e7c82298e95 (diff)
Prepare 2.0beta26
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rwxr-xr-xpingd4
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 <weasel@debian.org> Sun, 11 Aug 2002 16:21:18 +0200
+ -- Peter Palfrader <weasel@debian.org> 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 <peter@palfrader.org>
-# $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;