comparison ChangeLog @ 50:fb3818370dd6 stable-0-6-4

more fixes for 64 bit format
author carl
date Sat, 19 Jan 2008 16:30:16 -0800
parents 17654fbdf76b
children 06c0262ad689
comparison
equal deleted inserted replaced
49:17654fbdf76b 50:fb3818370dd6
4 * More fixes for Outlook 2003 64 bit parsing. We observed cases of 4 * More fixes for Outlook 2003 64 bit parsing. We observed cases of
5 compressed RTF bodies (type 0x1009) with zero length. 5 compressed RTF bodies (type 0x1009) with zero length.
6 * Document type 0x0101 descriptor blocks and process them. 6 * Document type 0x0101 descriptor blocks and process them.
7 * Fix large file support - we need to include config.h before any 7 * Fix large file support - we need to include config.h before any
8 standard headers. 8 standard headers.
9 * Merge following changes from svn snapshot from Alioth:
10 * Add new fields to appointment for recurring events
11 (SourceForge #304198)
12 * Map IPM.Task items to PST_TYPE_TASK.
13 * Applied patch to remove compiler warnings, thanks!
14 (SourceForge #304314)
15 * Fix crash with unknown reference type
16 * Fix more memory issues detected by valgrind
17 * lspst - add usage mesage and option parsing using getopt
18 (SourceForge #304199)
19 * Fix crash caused by invalid free calls
20 * Fix crash when email subject is empty
21 * Fix memory and information leak in hex debug dump
9 22
10 LibPST 0.6.3 (2008-01-13) 23 LibPST 0.6.3 (2008-01-13)
11 =============================== 24 ===============================
12 25
13 * More type consistency issues found by splint. 26 * More type consistency issues found by splint.