diff libpst.spec.in @ 100:1e4a7610d525

fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
author Carl Byington <carl@five-ten-sg.com>
date Thu, 02 Oct 2008 15:29:36 -0700
parents b7f456946c5b
children 1fc33da23175
line wrap: on
line diff
--- a/libpst.spec.in	Sun Sep 28 17:08:52 2008 -0700
+++ b/libpst.spec.in	Thu Oct 02 15:29:36 2008 -0700
@@ -47,9 +47,12 @@
 
 
 %changelog
-* Sun Sep 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
+* Thu Oct 02 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
+- fix from Justin Greer to add missing email headers
+- fix from Justin Greer for my_stristr()
 
 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1
 - Fix base64 encoding that could create long lines.