]> granicus.if.org Git - mutt/commitdiff
smime_keys: use Time::Local module. Closes #3277.
authorAlexey Tourbin <at@altlinux.org>
Mon, 22 Jun 2009 15:21:02 +0000 (17:21 +0200)
committerAlexey Tourbin <at@altlinux.org>
Mon, 22 Jun 2009 15:21:02 +0000 (17:21 +0200)
ChangeLog
smime_keys.pl

index 7f33b4e74a921aae2582102ff41bf7a002a2a824..f2b0657db50de5e4d66f22d0c3fd1ab7c7a21410 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-22 17:17 +0200  Rocco Rutte  <pdmef@gmx.net>  (4899f140ec25)
+
+       * mbyte.c: Fix included iswupper(). Closes #3276.
+
+2009-06-22 17:13 +0200  Rocco Rutte  <pdmef@gmx.net>  (bdf80e095fe5)
+
+       * ChangeLog, lib.c: Catch range errors when converting to long.
+
 2009-06-21 21:57 +0200  Rocco Rutte  <pdmef@gmx.net>  (ed7eb5de7536)
 
        * attach.c, commands.c, crypt.c, editmsg.c, handler.c, headers.c,
index 3c51bc955da449eb60b6dc6acdb5d0fdf69a3bf6..a82535883aa820c8e9f17b607512ad56a40c1dc4 100755 (executable)
@@ -24,7 +24,7 @@ use File::Glob ':glob';
 
 umask 077;
 
-require "timelocal.pl";
+use Time::Local;
 
 sub usage ();
 sub newfile ($;$$);