diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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; |