diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Changes in version - 2004 +Changes in version 2.1.3 - 2004-04-20 * Improvements to pingd.conf(5) by Colin. * Use 'Apr' instead of 'Arp' for April. closes: DebianBug#243504. diff --git a/debian/changelog b/debian/changelog index 2a367e9..1ab68cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ -echolot (2.1.3-0) unstable; urgency=low +echolot (2.1.3-1) unstable; urgency=low - * New upstream version. (NOT RELEASED YET) + * New upstream version. closes: #243504 echolot: typo in month abbreviations * Document exim's local_part_suffix in the recipient_delimiter debconf question. closes: #243496 Exim4 mailbox delimiter - -- Peter Palfrader <weasel@debian.org> Tue, 20 Apr 2004 13:39:52 +0200 + -- Peter Palfrader <weasel@debian.org> Tue, 20 Apr 2004 13:42:32 +0200 echolot (2.1.2-1) unstable; urgency=low @@ -318,7 +318,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.2+cvs'; +my $VERSION = '2.1.3'; my $redirected_stdio = 0; |