comparison 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
comparison
equal deleted inserted replaced
194:885b47107036 195:320cfcba8058
1 LibPST 0.6.38 (2009-xx-xx)
2 ===============================
3 * add python module interface to the shared library for easy scripting.
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
6 the buffer pointer.
7
1 LibPST 0.6.37 (2009-04-17) 8 LibPST 0.6.37 (2009-04-17)
2 =============================== 9 ===============================
3 * add pst_attach_to_mem() back into the shared library interface. 10 * add pst_attach_to_mem() back into the shared library interface.
4 * improve developer documentation. 11 * improve developer documentation.
5 * fix memory leak caught by valgrind. 12 * fix memory leak caught by valgrind.