Mercurial > libpst
comparison ChangeLog @ 211:94bde95d7e18
the shared library interface should now be thread safe
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 08 Jun 2009 11:49:39 -0700 |
parents | 5f3fa53cb0e1 |
children | 8e17efed33c1 |
comparison
equal
deleted
inserted
replaced
210:2d1111fd70cf | 211:94bde95d7e18 |
---|---|
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 some interfaces to be thread safe. | |
13 * readpst changes for parallel operation on multi processor machines. | 12 * readpst changes for parallel operation on multi processor machines. |
14 * remove readpstlog - the debug log files are now plain ascii. Add locking | 13 * remove readpstlog - the debug log files are now plain ascii. Add locking |
15 if needed so parallel jobs can produce debug logs. | 14 if needed so parallel jobs can produce debug logs. |
16 * more cleanup of the shared library interface, but still not fully | 15 * more cleanup of the shared library interface, but still not fully |
17 thread safe. | 16 thread safe. |
18 * make nested mime multipart/alternative to hold the text/html parts | 17 * make nested mime multipart/alternative to hold the text/html parts |
19 so the topmost level is almost always multipart/mixed. | 18 so the topmost level is almost always multipart/mixed. |
19 * the shared library interface should now be thread safe. | |
20 | 20 |
21 LibPST 0.6.37 (2009-04-17) | 21 LibPST 0.6.37 (2009-04-17) |
22 =============================== | 22 =============================== |
23 * add pst_attach_to_mem() back into the shared library interface. | 23 * add pst_attach_to_mem() back into the shared library interface. |
24 * improve developer documentation. | 24 * improve developer documentation. |