comparison ChangeLog @ 197:07ceebd115ce

remove readpst -C switch, obsolete debugging code
author Carl Byington <carl@five-ten-sg.com>
date Wed, 06 May 2009 10:37:46 -0700
parents 320cfcba8058
children 7c60d6d1c681
comparison
equal deleted inserted replaced
196:ffd1503a7530 197:07ceebd115ce
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.
7 * remove readpst -C switch, obsolete debugging code.
7 8
8 LibPST 0.6.37 (2009-04-17) 9 LibPST 0.6.37 (2009-04-17)
9 =============================== 10 ===============================
10 * add pst_attach_to_mem() back into the shared library interface. 11 * add pst_attach_to_mem() back into the shared library interface.
11 * improve developer documentation. 12 * improve developer documentation.