comparison ChangeLog @ 204:268458c79e9b

more cleanup of the shared library interface, but still not fully thread safe
author Carl Byington <carl@five-ten-sg.com>
date Sat, 06 Jun 2009 11:39:02 -0700
parents 2f38c4ce606f
children 5f3fa53cb0e1
comparison
equal deleted inserted replaced
203:9fb600ef4e03 204:268458c79e9b
7 * remove readpst -C switch, obsolete debugging code. 7 * remove readpst -C switch, obsolete debugging code.
8 * update version to 4:0:0 since we made many changes to the interface. 8 * update version to 4:0:0 since we made many changes to the interface.
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 some 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 14 * remove readpstlog - the debug log files are now plain ascii. Add locking
15 if needed so parallel jobs can produce debug logs. 15 if needed so parallel jobs can produce debug logs.
16 * more cleanup of the shared library interface, but still not fully
17 thread safe.
16 18
17 LibPST 0.6.37 (2009-04-17) 19 LibPST 0.6.37 (2009-04-17)
18 =============================== 20 ===============================
19 * add pst_attach_to_mem() back into the shared library interface. 21 * add pst_attach_to_mem() back into the shared library interface.
20 * improve developer documentation. 22 * improve developer documentation.