comparison ChangeLog @ 202:2f38c4ce606f

remove readpstlog, switch to plain ascii debug log files
author Carl Byington <carl@five-ten-sg.com>
date Mon, 18 May 2009 15:55:05 -0700
parents d360f96f71f6
children 268458c79e9b
comparison
equal deleted inserted replaced
201:3850a3b11745 202:2f38c4ce606f
9 * removed contact->access_method since we don't have a mapi element for it. 9 * removed contact->access_method since we don't have a mapi element for it.
10 * changed pst_attach_to_mem to return pst_binary structure. 10 * changed pst_attach_to_mem to return pst_binary structure.
11 * decode more recurrence mapi elements. 11 * decode more recurrence mapi elements.
12 * change interfaces to be thread safe. 12 * change interfaces to be thread safe.
13 * readpst changes for parallel operation on multi processor machines. 13 * readpst changes for parallel operation on multi processor machines.
14 * remove readpstlog - the debug log files are now plain ascii. Add locking
15 if needed so parallel jobs can produce debug logs.
14 16
15 LibPST 0.6.37 (2009-04-17) 17 LibPST 0.6.37 (2009-04-17)
16 =============================== 18 ===============================
17 * add pst_attach_to_mem() back into the shared library interface. 19 * add pst_attach_to_mem() back into the shared library interface.
18 * improve developer documentation. 20 * improve developer documentation.