diff libpst.spec.in @ 103:0af0bbe166e1

create dummy top-of-folder descriptor if needed for corrupt pst files
author Carl Byington <carl@five-ten-sg.com>
date Tue, 07 Oct 2008 10:45:50 -0700
parents 8c4482be0b4c
children 39ba19372732
line wrap: on
line diff
--- a/libpst.spec.in	Sun Oct 05 11:54:37 2008 -0700
+++ b/libpst.spec.in	Tue Oct 07 10:45:50 2008 -0700
@@ -47,7 +47,7 @@
 
 
 %changelog
-* Sun Oct 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
+* Tue Oct 07 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
 - add configure option --enable-dii=no to remove dependency on libgd.
 - many fixes in pst2ldif by Robert Harris.
 - add -D option to include deleted items, from Justin Greer
@@ -56,6 +56,7 @@
 - fix for orphan children when building descriptor tree
 - avoid writing uninitialized data to debug log file
 - remove unreachable code
+- create dummy top-of-folder descriptor if needed for corrupt pst files
 
 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1
 - Fix base64 encoding that could create long lines.