Mercurial > libpst
comparison ChangeLog @ 59:7d5c637aaafb
General cleanup and code fixes.
Use autoscan to cleanup our autoconf system.
Use autoconf to detect when we need to use our XGetopt files and other header files.
Decode BCC field.
Fix missing LE32_CPU byte swapping for FILETIME types.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 14 Feb 2008 14:55:32 -0800 |
parents | e109391424b5 |
children | 97b7706bdda2 |
comparison
equal
deleted
inserted
replaced
58:a8b772313ff4 | 59:7d5c637aaafb |
---|---|
1 LibPST 0.6.7 (2008-xx-xx) | |
2 =============================== | |
3 * Use autoscan to cleanup our autoconf system. | |
4 * Use autoconf to detect when we need to use our XGetopt files | |
5 and other header files. | |
6 * More fields, including BCC. | |
7 * Fix missing LE32_CPU byte swapping for FILETIME types. | |
8 | |
1 LibPST 0.6.6 (2008-01-31) | 9 LibPST 0.6.6 (2008-01-31) |
2 =============================== | 10 =============================== |
3 | 11 |
4 * More code cleanup, removing unnecessary null terminations on | 12 * More code cleanup, removing unnecessary null terminations on |
5 binary buffers. All pst file reads now go thru one function. | 13 binary buffers. All pst file reads now go thru one function. |