From 92b6de653298f402789546ed22478b70a3eb801e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 20 Apr 2004 11:34:27 +0000 Subject: Use 'Apr' instead of 'Arp' for April. closes: DebianBug#243504. --- Echolot/Log.pm | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Echolot/Log.pm b/Echolot/Log.pm index 7e60612..a3b4492 100644 --- a/Echolot/Log.pm +++ b/Echolot/Log.pm @@ -33,7 +33,7 @@ my $LOGLEVEL; my $LOGFILE; my $LOGFH; -my @monnames = qw{Jan Feb Mar Arp May Jun Jul Aug Sep Oct Nov Dec}; +my @monnames = qw{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec}; sub header_log($$) { my ($level, $msg) = @_; diff --git a/NEWS b/NEWS index f185a4b..456f747 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ Changes in version - 2004 * Improvements to pingd.conf(5) by Colin. + * Use 'Apr' instead of 'Arp' for April. closes: DebianBug#243504. Changes in version 2.1.2 - 2003-11-04 * Also ignore testing remailers in the thesaurus. -- cgit v1.2.3