comparison ChangeLog @ 154:581fab9f1dc7

avoid emitting bogus empty email messages into contacts and calendar files
author Carl Byington <carl@five-ten-sg.com>
date Sat, 14 Mar 2009 15:13:27 -0700
parents 0b1766da9be8
children cc3c71da9fe6
comparison
equal deleted inserted replaced
153:0b1766da9be8 154:581fab9f1dc7
1 LibPST 0.6.30 (2009-xx-xx) 1 LibPST 0.6.30 (2009-03-14)
2 =============================== 2 ===============================
3 3
4 * improve documentation of .pst format. 4 * improve documentation of .pst format.
5 * remove decrypt option from getidblock - we always decrypt. 5 * remove decrypt option from getidblock - we always decrypt.
6 * rename some structure fields to reflect our better understanding 6 * rename some structure fields to reflect our better understanding
10 character set specified by the mapi object. remove charset option 10 character set specified by the mapi object. remove charset option
11 from pst2ldif since we get that from each object now. 11 from pst2ldif since we get that from each object now.
12 * more code cleanup. 12 * more code cleanup.
13 * use AM_ICONV for better portability of the library location. 13 * use AM_ICONV for better portability of the library location.
14 * structure renaming to be more specific. 14 * structure renaming to be more specific.
15 * improve internal doxygen documentation.
16 * avoid emitting bogus empty email messages into contacts and
17 calendar files.
15 18
16 LibPST 0.6.29 (2009-02-24) 19 LibPST 0.6.29 (2009-02-24)
17 =============================== 20 ===============================
18 * fix for 64bit on Fedora 11 21 * fix for 64bit on Fedora 11
19 22