comparison ChangeLog @ 101:1fc33da23175

fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Oct 2008 09:56:32 -0700
parents 1e4a7610d525
children 8c4482be0b4c
comparison
equal deleted inserted replaced
100:1e4a7610d525 101:1fc33da23175
1 LibPST 0.6.20 (2008-10-02) 1 LibPST 0.6.20 (2008-10-04)
2 =============================== 2 ===============================
3 * add configure option --enable-dii=no to remove dependency on libgd. 3 * add configure option --enable-dii=no to remove dependency on libgd.
4 * many fixes in pst2ldif by Robert Harris. 4 * many fixes in pst2ldif by Robert Harris.
5 * add -D option to include deleted items, from Justin Greer 5 * add -D option to include deleted items, from Justin Greer
6 * fix from Justin Greer to add missing email headers 6 * fix from Justin Greer to add missing email headers
7 * fix from Justin Greer for my_stristr() 7 * fix from Justin Greer for my_stristr()
8 * fix for orphan children when building descriptor tree
9 * avoid writing uninitialized data to debug log file
8 10
9 LibPST 0.6.19 (2008-09-14) 11 LibPST 0.6.19 (2008-09-14)
10 =============================== 12 ===============================
11 * Fix base64 encoding that could create long lines 13 * Fix base64 encoding that could create long lines
12 * Initial work on a .so shared library from Bharath Acharya. 14 * Initial work on a .so shared library from Bharath Acharya.