comparison ChangeLog @ 102:8c4482be0b4c

remove unreachable code
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Oct 2008 11:54:37 -0700
parents 1fc33da23175
children 0af0bbe166e1
comparison
equal deleted inserted replaced
101:1fc33da23175 102:8c4482be0b4c
1 LibPST 0.6.20 (2008-10-04) 1 LibPST 0.6.20 (2008-10-05)
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 11
11 LibPST 0.6.19 (2008-09-14) 12 LibPST 0.6.19 (2008-09-14)
12 =============================== 13 ===============================
13 * Fix base64 encoding that could create long lines 14 * Fix base64 encoding that could create long lines
14 * Initial work on a .so shared library from Bharath Acharya. 15 * Initial work on a .so shared library from Bharath Acharya.