Mercurial > libpst
comparison ChangeLog @ 198:7c60d6d1c681
decode more recurrence mapi elements
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 12 May 2009 19:34:49 -0700 |
parents | 07ceebd115ce |
children | d360f96f71f6 |
comparison
equal
deleted
inserted
replaced
197:07ceebd115ce | 198:7c60d6d1c681 |
---|---|
3 * add python module interface to the shared library for easy scripting. | 3 * add python module interface to the shared library for easy scripting. |
4 * the shared library must never write to stdout or stderr. | 4 * the shared library must never write to stdout or stderr. |
5 * fix pst_attach_to_mem so the caller does not need to initialize | 5 * fix pst_attach_to_mem so the caller does not need to initialize |
6 the buffer pointer. | 6 the buffer pointer. |
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. | |
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. | |
11 * decode more recurrence mapi elements. | |
8 | 12 |
9 LibPST 0.6.37 (2009-04-17) | 13 LibPST 0.6.37 (2009-04-17) |
10 =============================== | 14 =============================== |
11 * add pst_attach_to_mem() back into the shared library interface. | 15 * add pst_attach_to_mem() back into the shared library interface. |
12 * improve developer documentation. | 16 * improve developer documentation. |