Mercurial > libpst
comparison ChangeLog @ 46:b2a7f2e0926a
more fixes for 64 bit format
author | carl |
---|---|
date | Sat, 12 Jan 2008 15:20:53 -0800 |
parents | f6db1f060a95 |
children | 5fb8d997feed |
comparison
equal
deleted
inserted
replaced
45:b961bcdadd0e | 46:b2a7f2e0926a |
---|---|
1 LibPST 0.6.2 (2008-01-12) | |
2 =============================== | |
3 | |
4 * More fixes for Outlook 2003 64 bit parsing. | |
5 * All buffer sizes changed to size_t, all file offsets changed to off_t, | |
6 all function names start with pst_, many other type consistency issues | |
7 found by splint. Many changes to #llx in debug printing for 64 bit items. | |
8 | |
1 LibPST 0.6.1 (2008-01-06) | 9 LibPST 0.6.1 (2008-01-06) |
2 =============================== | 10 =============================== |
3 | 11 |
4 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau | 12 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau |
5 <alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>. | 13 <alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>. |