Mercurial > libpst
diff ChangeLog @ 195:320cfcba8058
add python module interface to the shared library for easy scripting.
the shared library must never write to stdout or stderr.
fix pst_attach_to_mem so the caller does not need to initialize the buffer pointer.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 20 Apr 2009 19:39:26 -0700 |
parents | cf3df962f1e5 |
children | 07ceebd115ce |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 17 13:08:31 2009 -0700 +++ b/ChangeLog Mon Apr 20 19:39:26 2009 -0700 @@ -1,3 +1,10 @@ +LibPST 0.6.38 (2009-xx-xx) +=============================== + * add python module interface to the shared library for easy scripting. + * the shared library must never write to stdout or stderr. + * fix pst_attach_to_mem so the caller does not need to initialize + the buffer pointer. + LibPST 0.6.37 (2009-04-17) =============================== * add pst_attach_to_mem() back into the shared library interface.