comparison ChangeLog @ 176:ac6e22c8a9cf

build separate libpst, libpst-libs, libpst-devel rpms. remove many functions from the interface by making them static.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 08 Apr 2009 14:13:06 -0700
parents d9393349ab29
children 83cb32e41f80
comparison
equal deleted inserted replaced
175:03dbd449290f 176:ac6e22c8a9cf
1 LibPST 0.6.35 (2009-xx-xx) 1 LibPST 0.6.35 (2009-04-08)
2 =============================== 2 ===============================
3 * fix bug where we failed to pickup the last extended attribute. 3 * fix bug where we failed to pickup the last extended attribute.
4 * patch from Emmanuel Andry to fix potential security bug in 4 * patch from Emmanuel Andry to fix potential security bug in
5 pst2dii with printf(err). 5 pst2dii with printf(err).
6 * properly add trailing mime boundary in all modes. 6 * properly add trailing mime boundary in all modes.
7 * move version-info into main configure.in, and set it properly 7 * move version-info into main configure.in, and set it properly
8 * prefix all external symbols in the shared library with pst_ to 8 * prefix all external symbols in the shared library with pst_ to
9 avoid symbol clashes with other shared libraries. 9 avoid symbol clashes with other shared libraries.
10 * new debianization from hggdh. 10 * new debianization from hggdh.
11 * build separate libpst, libpst-libs, libpst-devel rpms.
12 * remove many functions from the interface by making them static.
11 13
12 LibPST 0.6.34 (2009-03-19) 14 LibPST 0.6.34 (2009-03-19)
13 =============================== 15 ===============================
14 * improve consistency checking when fetching items from the pst file. 16 * improve consistency checking when fetching items from the pst file.
15 * avoid putting mixed item types into the same output folder. 17 * avoid putting mixed item types into the same output folder.