Mercurial > libpst
comparison ChangeLog @ 125:23a36ac0514d
recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Feb 2009 15:01:47 -0800 |
parents | ab2a11e72250 |
children | fc11b1d1ad34 |
comparison
equal
deleted
inserted
replaced
124:cbf63dd3f109 | 125:23a36ac0514d |
---|---|
1 LibPST 0.6.26 (2009-02-02) | 1 LibPST 0.6.26 (2009-02-03) |
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 |
7 libpst.so and the header files required to use it. | 7 libpst.so and the header files required to use it. |
8 * remove version.h since the version number is now in config.h | 8 * remove version.h since the version number is now in config.h |
9 * more const correctness issues regarding getopt() | 9 * more const correctness issues regarding getopt() |
10 * disable building pst2dii on cygwin, since the convert program | |
11 on the path is part of windows, not image magic. | |
12 * consistent ordering of our include files. all system includes | 10 * consistent ordering of our include files. all system includes |
13 protected by ifdef HAVE_ from autoconf. | 11 protected by ifdef HAVE_ from autoconf. |
14 * strip and regenerate all MIME headers to avoid duplicates. | 12 * strip and regenerate all MIME headers to avoid duplicates. |
15 problem found by Michael Watson on Mac OSX. | 13 problem found by Michael Watson on Mac OSX. |
16 * do a better job of making unique MIME boundaries. | 14 * do a better job of making unique MIME boundaries. |
18 * more cleanup of #include files. common.h is the only file | 16 * more cleanup of #include files. common.h is the only file |
19 allowed to include system .h files unprotected by autoconf | 17 allowed to include system .h files unprotected by autoconf |
20 HAVE_ symbols. define.h is the only other file allowed to | 18 HAVE_ symbols. define.h is the only other file allowed to |
21 include system .h files. define.h is never installed; common.h | 19 include system .h files. define.h is never installed; common.h |
22 is installed if we are building the shared library. | 20 is installed if we are building the shared library. |
23 | 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 | |
23 file support. | |
24 | 24 |
25 LibPST 0.6.25 (2009-01-16) | 25 LibPST 0.6.25 (2009-01-16) |
26 =============================== | 26 =============================== |
27 * improve handling of content-type charset values in mime parts | 27 * improve handling of content-type charset values in mime parts |
28 | 28 |