diff options
-rw-r--r-- | Echolot/Log.pm | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
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) = @_; @@ -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. |