Mercurial > libpst
diff ChangeLog @ 51:06c0262ad689 stable-0-6-5
code cleanup
author | carl |
---|---|
date | Tue, 22 Jan 2008 14:39:02 -0800 |
parents | fb3818370dd6 |
children | 034641c26ab9 |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 19 16:30:16 2008 -0800 +++ b/ChangeLog Tue Jan 22 14:39:02 2008 -0800 @@ -1,3 +1,15 @@ +LibPST 0.6.5 (2008-01-22) +=============================== + + * More code cleanup, removing obsolete code. All the boolean flags + of type 0xb have length 4, so these are all 32 bits in the file. + Libpst treats them all as 16 bits, but at least we are consistent. + * More fields decoded - for example, see + <http://msdn2.microsoft.com/en-us/library/aa454925.aspx> + We should be able to use that data for much more complete decoding. + * Move the rpm group to Applications/Productivity consistent with + Evolution. + LibPST 0.6.4 (2008-01-19) ===============================