comparison ChangeLog @ 121:8399ef94c11b

strip and regenerate all MIME headers to avoid duplicates. do a better job of making unique MIME boundaries. only use base64 coding when strictly necessary.
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 19:21:47 -0800
parents 6395ced2b8b2
children bdb38b434c0a
comparison
equal deleted inserted replaced
120:6395ced2b8b2 121:8399ef94c11b
1 LibPST 0.6.26 (2009-01-31) 1 LibPST 0.6.26 (2009-02-01)
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 10 * disable building pst2dii on cygwin, since the convert program
11 on the path is part of windows, not image magic. 11 on the path is part of windows, not image magic.
12 * consistent ordering of our include files. all systems includes 12 * consistent ordering of our include files. all system includes
13 protected by ifdef HAVE_ from autoconf. 13 protected by ifdef HAVE_ from autoconf.
14 * strip and regenerate all MIME headers to avoid duplicates.
15 * do a better job of making unique MIME boundaries.
16 * only use base64 coding when strictly necessary.
14 17
15 LibPST 0.6.25 (2009-01-16) 18 LibPST 0.6.25 (2009-01-16)
16 =============================== 19 ===============================
17 * improve handling of content-type charset values in mime parts 20 * improve handling of content-type charset values in mime parts
18 21