diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-03 00:47:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-03 00:47:29 +0800 |
commit | 34ac708eae35982d21248a9b0a29f0d8ac8a3a78 (patch) | |
tree | 5d2fc607da7eeb2690947b04bd45e1e7e288462f /camel/ChangeLog | |
parent | bb4c3e2cd457dc99c7346e574111442dfe1ba81c (diff) | |
download | gsoc2013-evolution-34ac708eae35982d21248a9b0a29f0d8ac8a3a78.tar.gz gsoc2013-evolution-34ac708eae35982d21248a9b0a29f0d8ac8a3a78.tar.zst gsoc2013-evolution-34ac708eae35982d21248a9b0a29f0d8ac8a3a78.zip |
Use gmtime_r() instead of using gmtime() and memcpy() to try and be
2003-07-01 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <fejj@ximian.com> + + * 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 <danw@ximian.com> * camel-folder-search.c (camel_folder_search_finalize): free the |