Mercurial > libpst
comparison ChangeLog @ 47:5fb8d997feed
more fixes for 64 bit format
author | carl |
---|---|
date | Sun, 13 Jan 2008 12:55:59 -0800 |
parents | b2a7f2e0926a |
children | f66078abed38 |
comparison
equal
deleted
inserted
replaced
46:b2a7f2e0926a | 47:5fb8d997feed |
---|---|
1 LibPST 0.6.3 (2008-01-13) | |
2 =============================== | |
3 | |
4 * More type consistency issues found by splint. | |
5 | |
1 LibPST 0.6.2 (2008-01-12) | 6 LibPST 0.6.2 (2008-01-12) |
2 =============================== | 7 =============================== |
3 | 8 |
4 * More fixes for Outlook 2003 64 bit parsing. | 9 * More fixes for Outlook 2003 64 bit parsing. |
5 * All buffer sizes changed to size_t, all file offsets changed to off_t, | 10 * 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 | 11 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. | 12 found by splint. Many changes to #llx in debug printing for 64 bit items. |
13 All id values are now uint64_t. | |
8 | 14 |
9 LibPST 0.6.1 (2008-01-06) | 15 LibPST 0.6.1 (2008-01-06) |
10 =============================== | 16 =============================== |
11 | 17 |
12 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau | 18 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau |