Mercurial > libpst
comparison ChangeLog @ 75:987aa872294e stable-0-6-11
Use ftello/fseeko to properly handle large files.
Document and properly use datasize field in b5 blocks.
Fix some MSVC compile issues and collect MSVC dependencies into one place.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2008 12:00:58 -0700 |
parents | 3cb02cb1e6cd |
children | 535075b4d261 |
comparison
equal
deleted
inserted
replaced
74:6f82d13e9300 | 75:987aa872294e |
---|---|
1 LibPST 0.6.11 (2008-06-03) | |
2 =============================== | |
3 * Use ftello/fseeko to properly handle large files. | |
4 * Document and properly use datasize field in b5 blocks. | |
5 * Fix some MSVC compile issues and collect MSVC dependencies into one place. | |
6 | |
1 LibPST 0.6.10 (2008-05-29) | 7 LibPST 0.6.10 (2008-05-29) |
2 =============================== | 8 =============================== |
3 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com> | 9 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com> |
4 fix doubly-linked list in the cache_ptr code, and allow | 10 fix doubly-linked list in the cache_ptr code, and allow |
5 arrays of unicode strings (without converting them). | 11 arrays of unicode strings (without converting them). |