Mercurial > libpst
comparison ChangeLog @ 129:fc11b1d1ad34
fix initial from header in mbox format.
start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 12:09:04 -0800 |
parents | 23a36ac0514d |
children | 2d6bb72ad041 |
comparison
equal
deleted
inserted
replaced
128:7f747c8c9d02 | 129:fc11b1d1ad34 |
---|---|
1 LibPST 0.6.26 (2009-02-03) | 1 LibPST 0.6.26 (2009-02-05) |
2 =============================== | 2 =============================== |
3 * patch from Fridrich Strba for building on mingw and | 3 * patch from Fridrich Strba for building on mingw and |
4 general cleanup of autoconf files | 4 general cleanup of autoconf files |
5 * add processing for pst files of type 0x0f | 5 * add processing for pst files of type 0x0f |
6 * start adding support for properly building and installing | 6 * start adding support for properly building and installing |
19 include system .h files. define.h is never installed; common.h | 19 include system .h files. define.h is never installed; common.h |
20 is installed if we are building the shared library. | 20 is installed if we are building the shared library. |
21 * recover dropped pragma pack line, use int64_t rather than off_t | 21 * recover dropped pragma pack line, use int64_t rather than off_t |
22 to avoid forcing users of the shared library to enable large | 22 to avoid forcing users of the shared library to enable large |
23 file support. | 23 file support. |
24 * add pragma packing support for sun compilers. | |
25 * fix initial from header in mbox format. | |
26 * start moving to PST_LE_GET* rather than LE*_CPU macros so we | |
27 can eventually remove the pragma packing. | |
24 | 28 |
25 LibPST 0.6.25 (2009-01-16) | 29 LibPST 0.6.25 (2009-01-16) |
26 =============================== | 30 =============================== |
27 * improve handling of content-type charset values in mime parts | 31 * improve handling of content-type charset values in mime parts |
28 | 32 |