diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,7 +1,8 @@ -Changes in version XXXXX - 2004 +Changes in version 2.1.5 - 2004-06-22 * Fix use of an illegal filedescriptor when we know of a remailer, but do not have keys for it yet/anymore. - * Check if syswrite's return value is defined. + * Check if syswrite's return value is defined + (also is: do not write to gpg forever, once it has died). * Tell Mixmaster to create no dummies. It has no remailer keys and reliability information anyway. * Increase the number of remailers that need to list an address diff --git a/debian/changelog b/debian/changelog index e4d5e08..0efeed1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.1.4-2) unstable; urgency=low + + * New upstream version. + + -- Peter Palfrader <weasel@debian.org> Tue, 22 Jun 2004 11:33:37 +0200 + echolot (2.1.4-1) unstable; urgency=low * New upstream version. @@ -350,7 +350,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.4'; +my $VERSION = '2.1.5'; my $redirected_stdio = 0; |