Mercurial > libpst
comparison ChangeLog @ 51:06c0262ad689 stable-0-6-5
code cleanup
author | carl |
---|---|
date | Tue, 22 Jan 2008 14:39:02 -0800 |
parents | fb3818370dd6 |
children | 034641c26ab9 |
comparison
equal
deleted
inserted
replaced
50:fb3818370dd6 | 51:06c0262ad689 |
---|---|
1 LibPST 0.6.5 (2008-01-22) | |
2 =============================== | |
3 | |
4 * More code cleanup, removing obsolete code. All the boolean flags | |
5 of type 0xb have length 4, so these are all 32 bits in the file. | |
6 Libpst treats them all as 16 bits, but at least we are consistent. | |
7 * More fields decoded - for example, see | |
8 <http://msdn2.microsoft.com/en-us/library/aa454925.aspx> | |
9 We should be able to use that data for much more complete decoding. | |
10 * Move the rpm group to Applications/Productivity consistent with | |
11 Evolution. | |
12 | |
1 LibPST 0.6.4 (2008-01-19) | 13 LibPST 0.6.4 (2008-01-19) |
2 =============================== | 14 =============================== |
3 | 15 |
4 * More fixes for Outlook 2003 64 bit parsing. We observed cases of | 16 * More fixes for Outlook 2003 64 bit parsing. We observed cases of |
5 compressed RTF bodies (type 0x1009) with zero length. | 17 compressed RTF bodies (type 0x1009) with zero length. |