comparison ChangeLog @ 164:ab384fed78c5

Compensate for iconv conversion to utf-7 that produces strings that are not null terminated. Don't produce empty attachment files in separate mode.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Mar 2009 18:31:39 -0700
parents 03fbb0269f3c
children 6194e4a10406
comparison
equal deleted inserted replaced
163:03fbb0269f3c 164:ab384fed78c5
2 =============================== 2 ===============================
3 3
4 * fix fedora 11 type mismatch warning (actually an error in this case). 4 * fix fedora 11 type mismatch warning (actually an error in this case).
5 * fix large file support, some sytems require config.h to be included 5 * fix large file support, some sytems require config.h to be included
6 earlier in the compilation. 6 earlier in the compilation.
7 * compensate for iconv conversion to utf-7 that produces strings that
8 are not null terminated.
9 * don't produce empty attachment files in separate mode.
7 10
8 LibPST 0.6.32 (2009-03-14) 11 LibPST 0.6.32 (2009-03-14)
9 =============================== 12 ===============================
10 13
11 * fix ppc64 compile error. 14 * fix ppc64 compile error.