Changelog for
libpst-0.6.44-1.SEL6.i686.rpm :
* Fri Dec 10 2010 Eddy Nigg
- Rebuild for StartCom Linux 6.0.x
* Sun Sep 20 2009 Carl Byington - 0.6.44-1- patch from Lee Ayres to add file name extensions in separate mode.- allow mixed items types in a folder in separate mode.
* Sat Sep 12 2009 Carl Byington - 0.6.43-1- decode more of the pst format, some minor bug fixes- add support for code pages 1200 and 1201.- add readpst -t option to select output item types, which can now be used to process folders containing mixed item types.- fix segfault with embedded appointments- add readpst -u option for Thunderbird mode .size and .type files- better detection of embedded rfc822 message attachments
* Thu Sep 03 2009 Carl Byington - 0.6.42-1- patch from Fridrich Strba to build with DJGPP DOS cross-compiler.
* Sat Jul 25 2009 Fedora Release Engineering - 0.6.41-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jun 23 2009 Carl Byington - 0.6.41-1- fix ax_python detection - should not use locate command- checking for fedora versions is not needed
* Tue Jun 23 2009 Carl Byington - 0.6.40-1- fedora 11 has python2.6- remove pdf version of the man pages
* Sun Jun 21 2009 Carl Byington - 0.6.39-1- fedora > 10 moved to boost-python-devel
* Sun Jun 21 2009 Carl Byington - 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 - 0.6.37-1- add pst_attach_to_mem() back into the shared library interface.- fix memory leak caught by valgrind.
* Tue Apr 14 2009 Carl Byington - 0.6.36-1- build separate -doc and -devel-doc subpackages.- other spec file cleanup
* Wed Apr 08 2009 Carl Byington - 0.6.35-1- properly add trailing mime boundary in all modes.- build separate libpst, libpst-libs, libpst-devel rpms.
* Thu Mar 19 2009 Carl Byington - 0.6.34-1- avoid putting mixed item types into the same output folder.
* Tue Mar 17 2009 Carl Byington - 0.6.33-1- compensate for iconv conversion to utf-7 that produces strings that are not null terminated.- don\'t produce empty attachment files in separate mode.
* Sat Mar 14 2009 Carl Byington - 0.6.32-1- fix ppc64 compile error
* Sat Mar 14 2009 Carl Byington - 0.6.31-1- bump version for fedora cvs tagging mistake
* Sat Mar 14 2009 Carl Byington - 0.6.30-1- track character set individually for each mapi element.- remove charset option from pst2ldif since we get that from each object now.- avoid emitting bogus empty email messages into contacts and calendar files.
* Tue Feb 24 2009 Carl Byington - 0.6.29-1- fix for 64bit on Fedora 11
* Tue Feb 24 2009 Carl Byington - 0.6.28-1- improve decoding of multipart/report and message/rfc822 mime types.- improve character set handling.- fix embedded rfc822 messages with attachments.
* Sat Feb 07 2009 Carl Byington - 0.6.27-1- fix for const correctness on Fedora 11
* Sat Feb 07 2009 Carl Byington - 0.6.26-1- patch from Fridrich Strba for building on mingw and general- cleanup of autoconf files.- add processing for pst files of type 0x0f.- strip and regenerate all MIME headers to avoid duplicates.- do a better job of making unique MIME boundaries.- only use base64 coding when strictly necessary.
* Fri Jan 16 2009 Carl Byington - 0.6.25-1- improve handling of content-type charset values in mime parts
* Thu Dec 11 2008 Carl Byington - 0.6.24-1- patch from Chris Eagle to build on cygwin
* Thu Dec 04 2008 Carl Byington - 0.6.23-1- bump version to avoid cvs tagging mistake in fedora
* Fri Nov 28 2008 Carl Byington - 0.6.22-1- patch from David Cuadrado to process emails with type PST_TYPE_OTHER- base64_encode_multiple() may insert newline, needs larger malloc- subject lines shorter than 2 bytes could segfault
* Tue Oct 21 2008 Carl Byington - 0.6.21-1- fix title bug with old schema in pst2ldif.- also escape commas in distinguished names per rfc4514.
* Thu Oct 09 2008 Carl Byington - 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()- 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 - 0.6.19-1- Fix base64 encoding that could create long lines.- Initial work on a .so shared library from Bharath Acharya.
* Thu Aug 28 2008 Carl Byington - 0.6.18-1- Fixes for iconv on Mac from Justin Greer.
* Tue Aug 05 2008 Carl Byington - 0.6.17-1- More fixes for 32/64 bit portability on big endian ppc.
* Tue Aug 05 2008 Carl Byington - 0.6.16-1- Use inttypes.h for portable printing of 64 bit items.
* Wed Jul 30 2008 Carl Byington - 0.6.15-1- Patch from Robert Simpson for file handle leak in error case.- Fix for missing length on lz decompression, bug found by Chris White.
* Sun Jun 15 2008 Carl Byington - 0.6.14-1- Fix my mistake in debian packaging.
* Fri Jun 13 2008 Carl Byington - 0.6.13-1- Patch from Robert Simpson for encryption type 2.
* Tue Jun 10 2008 Carl Byington - 0.6.12-1- Patch from Joachim Metz for debian packaging and- fix for incorrect length on lz decompression
* Tue Jun 03 2008 Carl Byington - 0.6.11-1- Use ftello/fseeko to properly handle large files.- Document and properly use datasize field in b5 blocks.- Fix some MSVC compile issues and collect MSVC dependencies into one place.
* Thu May 29 2008 Carl Byington - 0.6.10-1- Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings.
* Fri May 16 2008 Carl Byington - 0.6.9- Patch from Joachim Metz for 64 bit compile.- Fix pst format documentation for 8 byte backpointers.
* Wed Mar 05 2008 Carl Byington - 0.6.8- Initial version of pst2dii to convert to Summation dii load file format- changes for Fedora packaging guidelines (#434727)
* Tue Jul 10 2007 Carl Byington - 0.5.5- merge changes from Joe Nahmias version
* Sun Feb 19 2006 Carl Byington - 0.5.3- initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html