comparison ChangeLog @ 103:0af0bbe166e1

create dummy top-of-folder descriptor if needed for corrupt pst files
author Carl Byington <carl@five-ten-sg.com>
date Tue, 07 Oct 2008 10:45:50 -0700
parents 8c4482be0b4c
children 39ba19372732
comparison
equal deleted inserted replaced
102:8c4482be0b4c 103:0af0bbe166e1
1 LibPST 0.6.20 (2008-10-05) 1 LibPST 0.6.20 (2008-10-07)
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 8 * fix for orphan children when building descriptor tree
9 * avoid writing uninitialized data to debug log file 9 * avoid writing uninitialized data to debug log file
10 * remove unreachable code 10 * remove unreachable code
11 * create dummy top-of-folder descriptor if needed for corrupt pst files
11 12
12 LibPST 0.6.19 (2008-09-14) 13 LibPST 0.6.19 (2008-09-14)
13 =============================== 14 ===============================
14 * Fix base64 encoding that could create long lines 15 * Fix base64 encoding that could create long lines
15 * Initial work on a .so shared library from Bharath Acharya. 16 * Initial work on a .so shared library from Bharath Acharya.