comparison ChangeLog @ 37:ddfb25318812 stable-0-5-8

more valgrind fixes
author carl
date Fri, 10 Aug 2007 08:06:13 -0700
parents 6fe121a971c9
children f5c024aa1dc5
comparison
equal deleted inserted replaced
36:6fe121a971c9 37:ddfb25318812
1 LibPST 0.5.8 (2007-08-10)
2 ===============================
3
4 * fix more valgrind errors. lzfu_decompress needs to return the
5 actual buffer size, since the lz header overestimates the size.
6 This caused base64_encode to encode undefined bytes into the
7 email attachment.
8
1 LibPST 0.5.7 (2007-08-09) 9 LibPST 0.5.7 (2007-08-09)
2 =============================== 10 ===============================
3 11
4 * fix valgrind errors, using uninitialized data. 12 * fix valgrind errors, using uninitialized data.
5 * improve debug logging and readpstlog for indented listings. 13 * improve debug logging and readpstlog for indented listings.