From 34ac708eae35982d21248a9b0a29f0d8ac8a3a78 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 2 Jul 2003 16:47:29 +0000 Subject: Use gmtime_r() instead of using gmtime() and memcpy() to try and be 2003-07-01 Jeffrey Stedfast * camel-mime-utils.c (header_format_date): Use gmtime_r() instead of using gmtime() and memcpy() to try and be "atomic". svn path=/trunk/; revision=21725 --- camel/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 578af8c0cf..4e53989aea 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2003-07-01 Jeffrey Stedfast + + * camel-mime-utils.c (header_format_date): Use gmtime_r() instead + of using gmtime() and memcpy() to try and be "atomic". + 2003-06-30 Dan Winship * camel-folder-search.c (camel_folder_search_finalize): free the -- cgit v1.2.3