diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0beta28 - 2002-08-13 * Write a standard mix.cfg configuration file for mixmaster. It only sets PUBRING and TYPE2LIST. Needed for systems where those values are overriden by systemwide defaults. diff --git a/debian/changelog b/debian/changelog index 972f33e..eaddcf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ +echolot (000.2.0beta28-1) unstable; urgency=low + + * New upstream version + + -- Peter Palfrader <weasel@debian.org> Tue, 13 Aug 2002 07:58:31 +0200 + echolot (000.2.0beta27-1) unstable; urgency=low + * New upstream version * Set the mixmaster binary path. * Use --quiet when starting echolot. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.64 2002/08/13 00:50:20 weasel Exp $ +# $Id: pingd,v 1.65 2002/08/13 05:59:06 weasel Exp $ # =pod @@ -287,7 +287,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta27'; +my $VERSION = '2.0beta28'; my $redirected_stdio = 0; |