comparison ChangeLog @ 172:6954d315aaa8

move version-info into main configure.in, and set it properly. prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 16:00:48 -0700
parents 6c1e75bc4cac
children d9393349ab29
comparison
equal deleted inserted replaced
171:6c1e75bc4cac 172:6954d315aaa8
1 LibPST 0.6.35 (2009-xx-xx) 1 LibPST 0.6.35 (2009-xx-xx)
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
8 * prefix all external symbols in the shared library with pst_ to
9 avoid symbol clashes with other shared libraries.
7 10
8 LibPST 0.6.34 (2009-03-19) 11 LibPST 0.6.34 (2009-03-19)
9 =============================== 12 ===============================
10 * improve consistency checking when fetching items from the pst file. 13 * improve consistency checking when fetching items from the pst file.
11 * avoid putting mixed item types into the same output folder. 14 * avoid putting mixed item types into the same output folder.