diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-14 03:56:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-14 03:56:23 +0800 |
commit | 1b78b5e2736c9187fa369f6c5014f6b3177273e8 (patch) | |
tree | 039669653f11f5e234d1e4a3b2c756cbcbe038e1 /camel/ChangeLog | |
parent | 86acc090af54e117c43072b7863b0835916073e5 (diff) | |
download | gsoc2013-evolution-1b78b5e2736c9187fa369f6c5014f6b3177273e8.tar.gz gsoc2013-evolution-1b78b5e2736c9187fa369f6c5014f6b3177273e8.tar.zst gsoc2013-evolution-1b78b5e2736c9187fa369f6c5014f6b3177273e8.zip |
added bug# to a changelog entry
svn path=/trunk/; revision=24741
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 893acdcebd..1330a2c001 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -26,7 +26,8 @@ * camel-file-utils.c (camel_file_util_encode_string): Since decoding a string doesn't allow strings longer than 65536, - truncate strings that are longer than 65536 here. + truncate strings that are longer than 65536 here. Fixes bug + #54319. 2004-02-09 Not Zed <NotZed@Ximian.com> |