diff ChangeLog @ 43:f6db1f060a95

start on outlook 2003 64 bit format
author carl
date Sun, 06 Jan 2008 14:47:06 -0800
parents 183ae993b9ad
children b2a7f2e0926a
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 02 16:10:36 2007 -0700
+++ b/ChangeLog	Sun Jan 06 14:47:06 2008 -0800
@@ -1,3 +1,15 @@
+LibPST 0.6.1 (2008-01-06)
+===============================
+
+	* Outlook 2003 64 bit parsing. Some documentation from Alexander Grau
+	<alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>.
+	* fix from Antonio Palama <palama@inwind.it> for email items
+	that happen to have item->contact non null, and were being processed
+	as contacts.
+	* Add large file support so we can read .pst files larger than 2gb.
+	* Change lspst to be similar to readpst, properly using recursion to walk
+	the tree, and testing item types. Add a man page for lspst.
+
 LibPST 0.5.12 (2007-10-02)
 ===============================
 
@@ -60,7 +72,7 @@
         * use 8.3 attachment filename if long filename isn't available.
         * new -b option to skip rtf-body.rtf attachments.
         * fix format of From header lines in mbox files.
-        * Add more appointment fields, thanks to Chris Hall for tracking
+        * Add more appointment fields, thanks to Chris Halls for tracking
         them down!