Mercurial > libpst
comparison ChangeLog @ 108:1b2a4fac1303 stable-0-6-21
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 21 Oct 2008 14:37:13 -0700 |
parents | 39ba19372732 |
children | 7133b39975f7 |
comparison
equal
deleted
inserted
replaced
107:9f303a9ad042 | 108:1b2a4fac1303 |
---|---|
1 LibPST 0.6.21 (2008-10-21) | |
2 =============================== | |
3 * fix title bug with old schema in pst2ldif. | |
4 * also escape commas in distinguished names per rfc4514. | |
5 | |
1 LibPST 0.6.20 (2008-10-09) | 6 LibPST 0.6.20 (2008-10-09) |
2 =============================== | 7 =============================== |
3 * add configure option --enable-dii=no to remove dependency on libgd. | 8 * add configure option --enable-dii=no to remove dependency on libgd. |
4 * many fixes in pst2ldif by Robert Harris. | 9 * many fixes in pst2ldif by Robert Harris. |
5 * add -D option to include deleted items, from Justin Greer | 10 * add -D option to include deleted items, from Justin Greer |
6 * fix from Justin Greer to add missing email headers | 11 * fix from Justin Greer to add missing email headers |
7 * fix from Justin Greer for my_stristr() | 12 * fix from Justin Greer for my_stristr() |
8 * fix for orphan children when building descriptor tree | 13 * fix for orphan children when building descriptor tree |
9 * avoid writing uninitialized data to debug log file | 14 * avoid writing uninitialized data to debug log file |
10 * remove unreachable code | 15 * remove unreachable code |
11 * create dummy top-of-folder descriptor if needed for corrupt pst files | 16 * create dummy top-of-folder descriptor if needed for corrupt pst files |
12 | 17 |
13 LibPST 0.6.19 (2008-09-14) | 18 LibPST 0.6.19 (2008-09-14) |
14 =============================== | 19 =============================== |
15 * Fix base64 encoding that could create long lines | 20 * Fix base64 encoding that could create long lines |
16 * Initial work on a .so shared library from Bharath Acharya. | 21 * Initial work on a .so shared library from Bharath Acharya. |
17 | 22 |
18 LibPST 0.6.18 (2008-08-28) | 23 LibPST 0.6.18 (2008-08-28) |
19 =============================== | 24 =============================== |
20 * Fixes for iconv on Mac from Justin Greer. | 25 * Fixes for iconv on Mac from Justin Greer. |
21 | 26 |
22 LibPST 0.6.17 (2008-08-05) | 27 LibPST 0.6.17 (2008-08-05) |
23 =============================== | 28 =============================== |
24 * More fixes for 32/64 bit portability on big endian ppc. | 29 * More fixes for 32/64 bit portability on big endian ppc. |
25 | 30 |
26 LibPST 0.6.16 (2008-08-05) | 31 LibPST 0.6.16 (2008-08-05) |
27 =============================== | 32 =============================== |
28 * Use inttypes.h for portable printing of 64 bit items. | 33 * Use inttypes.h for portable printing of 64 bit items. |
29 | 34 |
30 LibPST 0.6.15 (2008-07-30) | 35 LibPST 0.6.15 (2008-07-30) |
31 =============================== | 36 =============================== |
32 * Patch from Robert Simpson for file handle leak in error case. | 37 * Patch from Robert Simpson for file handle leak in error case. |
33 * Fix for missing length on lz decompression, bug found by Chris White. | 38 * Fix for missing length on lz decompression, bug found by Chris White. |
34 | 39 |
35 LibPST 0.6.14 (2008-06-15) | 40 LibPST 0.6.14 (2008-06-15) |
36 =============================== | 41 =============================== |
37 * Fix my mistake in debian packaging. | 42 * Fix my mistake in debian packaging. |
38 | 43 |