diff libpst.spec.in @ 211:94bde95d7e18

the shared library interface should now be thread safe
author Carl Byington <carl@five-ten-sg.com>
date Mon, 08 Jun 2009 11:49:39 -0700
parents 5ee62ba37705
children fef2214083a4
line wrap: on
line diff
--- a/libpst.spec.in	Sat Jun 06 13:53:34 2009 -0700
+++ b/libpst.spec.in	Mon Jun 08 11:49:39 2009 -0700
@@ -148,12 +148,13 @@
 
 
 %changelog
-* Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
+* Mon Jun 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
 - add python interface to the shared library.
 - bump soname to version 4 for many changes to the interface.
 - better decoding of recurrence data in appointments.
 - remove readpstlog since debug log files are now plain text.
 - add readpst -j option for parallel jobs for each folder.
+- make nested mime multipart/alternative to hold the text/html parts.
 
 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
 - add pst_attach_to_mem() back into the shared library interface.