diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-04-20 11:34:27 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-04-20 11:34:27 +0000 |
commit | 92b6de653298f402789546ed22478b70a3eb801e (patch) | |
tree | 8c7b802f3c554b5dd95cfe00d5bd8d7347ff285f | |
parent | 616f3d50416af44d71a00d6ee5177638d33ebcfc (diff) |
Use 'Apr' instead of 'Arp' for April. closes: DebianBug#243504.
-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. |