Mercurial > libpst
comparison ChangeLog @ 215:fef2214083a4 stable-0-6-38
ready for new release
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 21 Jun 2009 15:06:37 -0700 |
parents | 8e17efed33c1 |
children | 5d0358f94031 |
comparison
equal
deleted
inserted
replaced
214:7fcff97ca5a9 | 215:fef2214083a4 |
---|---|
1 LibPST 0.6.38 (2009-xx-xx) | 1 LibPST 0.6.38 (2009-06-21) |
2 =============================== | 2 =============================== |
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. |
16 thread safe. | 16 thread safe. |
17 * make nested mime multipart/alternative to hold the text/html parts | 17 * make nested mime multipart/alternative to hold the text/html parts |
18 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. | 19 * the shared library interface should now be thread safe. |
20 * patch from Fridrich Strba to build on win32. | 20 * patch from Fridrich Strba to build on win32. |
21 * remove unreferenced code. | |
21 | 22 |
22 LibPST 0.6.37 (2009-04-17) | 23 LibPST 0.6.37 (2009-04-17) |
23 =============================== | 24 =============================== |
24 * add pst_attach_to_mem() back into the shared library interface. | 25 * add pst_attach_to_mem() back into the shared library interface. |
25 * improve developer documentation. | 26 * improve developer documentation. |