Mercurial > libpst
comparison ChangeLog @ 43:f6db1f060a95
start on outlook 2003 64 bit format
author | carl |
---|---|
date | Sun, 06 Jan 2008 14:47:06 -0800 |
parents | 183ae993b9ad |
children | b2a7f2e0926a |
comparison
equal
deleted
inserted
replaced
42:7a97f50c39c5 | 43:f6db1f060a95 |
---|---|
1 LibPST 0.6.1 (2008-01-06) | |
2 =============================== | |
3 | |
4 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau | |
5 <alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>. | |
6 * fix from Antonio Palama <palama@inwind.it> for email items | |
7 that happen to have item->contact non null, and were being processed | |
8 as contacts. | |
9 * Add large file support so we can read .pst files larger than 2gb. | |
10 * Change lspst to be similar to readpst, properly using recursion to walk | |
11 the tree, and testing item types. Add a man page for lspst. | |
12 | |
1 LibPST 0.5.12 (2007-10-02) | 13 LibPST 0.5.12 (2007-10-02) |
2 =============================== | 14 =============================== |
3 | 15 |
4 * security fix from Brad Hards <bradh@frogmouth.net> for buffer | 16 * security fix from Brad Hards <bradh@frogmouth.net> for buffer |
5 overruns in liv-zemple decoding for corrupted or malicious pst files. | 17 overruns in liv-zemple decoding for corrupted or malicious pst files. |
58 * fix for MIME multipart/alternative attachments. | 70 * fix for MIME multipart/alternative attachments. |
59 * added -c options to readpst manpage. | 71 * added -c options to readpst manpage. |
60 * use 8.3 attachment filename if long filename isn't available. | 72 * use 8.3 attachment filename if long filename isn't available. |
61 * new -b option to skip rtf-body.rtf attachments. | 73 * new -b option to skip rtf-body.rtf attachments. |
62 * fix format of From header lines in mbox files. | 74 * fix format of From header lines in mbox files. |
63 * Add more appointment fields, thanks to Chris Hall for tracking | 75 * Add more appointment fields, thanks to Chris Halls for tracking |
64 them down! | 76 them down! |
65 | 77 |
66 | 78 |
67 LibPST 0.5.4 (2006-02-25) | 79 LibPST 0.5.4 (2006-02-25) |
68 =============================== | 80 =============================== |