Mercurial > libpst
comparison ChangeLog @ 363:3a1d25c579c6 stable-0-6-68
allow folders containing multiple item types; better detection of valid internet headers
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 29 Aug 2016 09:50:24 -0700 |
parents | a2da2bbe393a |
children | 6d30cd0d0bef |
comparison
equal
deleted
inserted
replaced
362:c42273d817c7 | 363:3a1d25c579c6 |
---|---|
1 LibPST 0.6.68 (2016-08-29) | |
2 =============================== | |
3 * allow folders containing multiple item types, e.g. email and calendar | |
4 * better detection of valid internet headers | |
5 | |
1 LibPST 0.6.67 (2016-07-06) | 6 LibPST 0.6.67 (2016-07-06) |
2 =============================== | 7 =============================== |
3 * Jeffrey Morlan - multiple bug fixes and an optimization | 8 * Jeffrey Morlan - multiple bug fixes and an optimization |
4 see 'hg log -v' for details | 9 see 'hg log -v' for details |
5 | 10 |
118 * allow mixed items types in a folder in separate mode. | 123 * allow mixed items types in a folder in separate mode. |
119 | 124 |
120 LibPST 0.6.43 (2009-09-12) | 125 LibPST 0.6.43 (2009-09-12) |
121 =============================== | 126 =============================== |
122 * patches from Justin Greer. | 127 * patches from Justin Greer. |
123 add code pages 1200 and 1201 to the list for iconv | 128 add code pages 1200 and 1201 to the list for iconv |
124 add support for 0x0201 indirect blocks that point to 0x0101 blocks | 129 add support for 0x0201 indirect blocks that point to 0x0101 blocks |
125 add readpst -t option to select output item types | 130 add readpst -t option to select output item types |
126 fix (remove) extra new line inside headers | 131 fix (remove) extra new line inside headers |
127 * cleanup base64 encoding to remove duplicate code. | 132 * cleanup base64 encoding to remove duplicate code. |
128 * patch from Chris White to avoid segfault with embedded appointments. | 133 * patch from Chris White to avoid segfault with embedded appointments. |
129 * patch from Roberto Polli to add creation of some Thunderbird specific meta files. | 134 * patch from Roberto Polli to add creation of some Thunderbird specific meta files. |
130 * patch from Justin Greer to ignore b5 tables at offset zero. | 135 * patch from Justin Greer to ignore b5 tables at offset zero. |
131 * output type filtering can now be used to handle folders with multiple item types. | 136 * output type filtering can now be used to handle folders with multiple item types. |