File libpst.changes of Package libpst
-------------------------------------------------------------------
Sat Jan 5 22:12:16 UTC 2013 - dimstar@opensuse.org
- Update to version 0.6.57:
+ Remove useless dependencies (only in tarball shipped .spec
file).
- Changes from version 0.6.56:
+ Merge -m .msg files code into main branch.
- Add libgsf-devel BuildRequires: new dependency for the .msg files
code.
-------------------------------------------------------------------
Tue Aug 14 09:07:14 UTC 2012 - dimstar@opensuse.org
- Update to version 0.6.55:
+ preserve bcc headers, space after colon is not required in
header fields.
-------------------------------------------------------------------
Fri Dec 30 10:05:49 CET 2011 - zaitor@opensuse.org
- Update to version 0.6.54:
+ Embedded rfc822 messages might contain rtf encoded bodies.
-------------------------------------------------------------------
Mon Jul 11 20:56:12 CEST 2011 - dimstar@opensuse.org
- Update to version 0.6.53:
+ Add Status: header in output
+ Allow fork for parallel processing of individual email folders
in separate mode
- Drop libpst-no-date-time.patch: fixed upstream.
- No longer SUSE_ASNEEDED=0: the build system no longer causes an
issue.
-------------------------------------------------------------------
Fri Jun 17 09:00:08 CEST 2011 - vuntz@opensuse.org
- Stop using source service to download the tarball, as Factory
will move away from this.
-------------------------------------------------------------------
Fri May 27 08:31:24 UTC 2011 - dimstar@opensuse.org
- Add libpst-no-date-time.patch: do not embed date/time stamps in
the binaries. Patch taken from upstream:
http://hg.five-ten-sg.com/libpst/raw-rev/898118c3675e
-------------------------------------------------------------------
Mon May 23 19:02:38 UTC 2011 - dimstar@opensuse.org
- Update to version 0.6.52:
+ Fix dangling freed pointer in embedded rfc822 message
processing
+ Allow broken outlook internet header field; it sometimes
contains fragments of the message body rather than headers
-------------------------------------------------------------------
Fri Apr 29 19:50:49 UTC 2011 - dimstar@opensuse.org
- Update to version 0.6.51:
+ Fix for buffer overrun; attachment size from the secondary
+ List of mapi elements overwrote proper size from the primary
list of mapi elements.
- Changes from version 0.6.50:
+ rfc2047 and rfc2231 encoding for non-ascii headers and
attachment filenames.
- Use source services: download_url, recompress and set_version.
-------------------------------------------------------------------
Tue Sep 14 13:49:45 CEST 2010 - vuntz@opensuse.org
- Update to version 0.6.49:
+ fix to ignore embedded objects that are not email messages
-------------------------------------------------------------------
Fri Sep 3 14:51:52 CEST 2010 - dimstar@opensuse.org
- Update to version 0.6.48:
+ fix for broken internet headers from Outlook.
+ fix ax_python.m4 to look for python2.7.
+ use mboxrd from quoting for output formats with multiple.
messages per file.
+ use no from quoting for output formats with single message per
file.
-------------------------------------------------------------------
Mon Jul 19 10:17:04 CEST 2010 - dimstar@opensuse.org
- Update to version 0.6.47:
+ Solaris fixes.
+ Fix output file name numbering to start at 1 rather than 2.
- Changes from version 0.6.46:
+ Prefer libpthread over librt for finding sem_init function.
+ Changes in implicit dso linking semantics.
-------------------------------------------------------------------
Sat Dec 12 10:32:17 CET 2009 - dimstar@opensuse.org
- Update to version 0.6.45:
+ Export categories and notes into vcards and vcalendar
appointments.
-------------------------------------------------------------------
Tue Sep 22 11:36:06 CEST 2009 - dimstar@opensuse.org
- Update to version 0.6.44:
+ patch from Lee Ayres to add file name extensions in separate
mode
+ patches from Justin Greer, Chris White, Roberto Polli; better
rfc822 embedded message decoding
+ patch from Fridrich Strba to build with DJGPP DOS
cross-compiler
-------------------------------------------------------------------
Thu Jul 30 16:03:19 CEST 2009 - dominique-obs@leuenberger.net
- Update to version 0.6.41
+ fix ax_python detection - should not use locate command
+ fedora 11 has python2.6, remove pdf version of the man pages
+ fedora > 10 moved to boost-python-devel
+ many changes including shared library soname
+ add pst_attach_to_mem() back into the shared library interface.
+ properly add trailing mime boundary in all modes.
+ avoid putting mixed item types into the same output folder
+ fix utf-7 conversions, don't produce empty attachment files
in separate mode
+ bump version for fedora cvs tagging mistake
+ track character set individually for each mapi element, avoid
emitting bogus empty email messages into contacts and calendar.
+ improve decoding of multipart/report and message/rfc822
mime types.
+ patch from Fridrich Strba for building on mingw, and autoconf
cleanup, better mime headers
+ improve handling of content-type charset values in mime parts
+ patch from Chris Eagle to build on cygwin
+ process emails with type PST_TYPE_OTHER, fix malloc error and
possible segfault
+ fix title bug with old schema in pst2ldif, also escape commas
in distinguished names per rfc4514.
+ add configure option --enable-dii=no, fixes from Robert Harris
for pst2ldif.
+ Initial work on a .so shared library from Bharath Acharya.
+ Fixes for iconv on Mac from Justin Greer.
- Removed AutoReqProv: on; it's default now
- Library soname was bumped, so renamed libpst0 to libpst4
- Removed so_fixes.patch and bug_fix.patch (upstreamed)
- Export SUSE_ASNEEDED to fix build. Will need a patch.
- Pass --enable-libpst-shared and --disable-python to configure.
- Use more appropriate RPM group.
-------------------------------------------------------------------
Tue Sep 9 03:51:49 CEST 2008 - abharath@suse.de
- Added
+ so_fixes.patch - Generate shared libraries
+ bug_fix.patch - Add a current_attach member to the pst_item structure.
-------------------------------------------------------------------
Tue Sep 5 03:51:49 CEST 2008 - abharath@suse.de
- Release version 0.6.17:
+ Initial check-in.