Mercurial > libpst
comparison ChangeLog @ 200:d360f96f71f6
start changes for parallel readpst on multi-processor machines
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 13 May 2009 20:06:53 -0700 |
parents | 7c60d6d1c681 |
children | 2f38c4ce606f |
comparison
equal
deleted
inserted
replaced
199:e3a46f66332b | 200:d360f96f71f6 |
---|---|
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. | |
13 * readpst changes for parallel operation on multi processor machines. | |
12 | 14 |
13 LibPST 0.6.37 (2009-04-17) | 15 LibPST 0.6.37 (2009-04-17) |
14 =============================== | 16 =============================== |
15 * add pst_attach_to_mem() back into the shared library interface. | 17 * add pst_attach_to_mem() back into the shared library interface. |
16 * improve developer documentation. | 18 * improve developer documentation. |