Mercurial > libpst
comparison NEWS @ 244:f2ae612fa62b stable-0-6-46
fixes for fedora 13 change in implicit dso linking semantics
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 13 Feb 2010 10:14:19 -0800 |
parents | 67b24d6a45d6 |
children | 5a82d41c883d |
comparison
equal
deleted
inserted
replaced
243:0199af9730b2 | 244:f2ae612fa62b |
---|---|
1 0.6.46 2010-02-13 fixes for fedora 13 change in implicit dso linking semantics | |
1 0.6.45 2009-11-18 patch from Hugo DesRosiers to export categories and notes into vcards | 2 0.6.45 2009-11-18 patch from Hugo DesRosiers to export categories and notes into vcards |
2 0.6.44 2009-09-20 patch from Lee Ayres to add file name extensions in separate mode | 3 0.6.44 2009-09-20 patch from Lee Ayres to add file name extensions in separate mode |
3 0.6.43 2009-09-12 patches from Justin Greer, Chris White, Roberto Polli; better rfc822 embedded message decoding | 4 0.6.43 2009-09-12 patches from Justin Greer, Chris White, Roberto Polli; better rfc822 embedded message decoding |
4 0.6.42 2009-09-03 patch from Fridrich Strba to build with DJGPP DOS cross-compiler | 5 0.6.42 2009-09-03 patch from Fridrich Strba to build with DJGPP DOS cross-compiler |
5 0.6.41 2009-06-23 fix ax_python detection - should not use locate command | 6 0.6.41 2009-06-23 fix ax_python detection - should not use locate command |
6 0.6.40 2009-06-23 fedora 11 has python2.6, remove pdf version of the man pages | 7 0.6.40 2009-06-23 fedora 11 has python2.6, remove pdf version of the man pages |
7 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel | 8 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel |
8 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel | 9 0.6.39 2009-06-21 fedora > 10 moved to boost-python-devel |
9 0.6.38 2009-06-21 many changes including shared library soname | 10 0.6.38 2009-06-21 many changes including shared library soname |
10 0.6.37 2009-04-17 add pst_attach_to_mem() back into the shared library interface. | 11 0.6.37 2009-04-17 add pst_attach_to_mem() back into the shared library interface |
11 0.6.36 2009-04-14 build separate -doc and -devel-doc subpackages | 12 0.6.36 2009-04-14 build separate -doc and -devel-doc subpackages |
12 0.6.35 2009-04-08 properly add trailing mime boundary in all modes, build separate rpms with libpst.so shared. | 13 0.6.35 2009-04-08 properly add trailing mime boundary in all modes, build separate rpms with libpst.so shared. |
13 0.6.34 2009-03-19 avoid putting mixed item types into the same output folder | 14 0.6.34 2009-03-19 avoid putting mixed item types into the same output folder |
14 0.6.33 2009-03-17 fix utf-7 conversions, don't produce empty attachment files in separate mode | 15 0.6.33 2009-03-17 fix utf-7 conversions, don't produce empty attachment files in separate mode |
15 0.6.32 2009-03-14 fix ppc64 compile error | 16 0.6.32 2009-03-14 fix ppc64 compile error |
16 0.6.31 2009-03-14 bump version for fedora cvs tagging mistake | 17 0.6.31 2009-03-14 bump version for fedora cvs tagging mistake |
17 0.6.30 2009-03-14 track character set individually for each mapi element, avoid emitting bogus empty email messages into contacts and calendar files. | 18 0.6.30 2009-03-14 track character set individually for each mapi element, avoid emitting bogus empty email messages into contacts and calendar files. |
18 0.6.29 2009-02-24 fix for 64bit on Fedora 11 | 19 0.6.29 2009-02-24 fix for 64bit on Fedora 11 |
19 0.6.28 2009-02-24 improve decoding of multipart/report and message/rfc822 mime types. | 20 0.6.28 2009-02-24 improve decoding of multipart/report and message/rfc822 mime types |
20 0.6.27 2009-02-07 fix for const correctness on Fedora 11 | 21 0.6.27 2009-02-07 fix for const correctness on Fedora 11 |
21 0.6.26 2009-02-07 patch from Fridrich Strba for building on mingw, and autoconf cleanup, better mime headers | 22 0.6.26 2009-02-07 patch from Fridrich Strba for building on mingw, and autoconf cleanup, better mime headers |
22 0.6.25 2009-01-16 improve handling of content-type charset values in mime parts | 23 0.6.25 2009-01-16 improve handling of content-type charset values in mime parts |
23 0.6.24 2008-12-11 patch from Chris Eagle to build on cygwin | 24 0.6.24 2008-12-11 patch from Chris Eagle to build on cygwin |
24 0.6.23 2008-12-04 bump version to avoid cvs tagging mistake in fedora | 25 0.6.23 2008-12-04 bump version to avoid cvs tagging mistake in fedora |
25 0.6.22 2008-11-28 process emails with type PST_TYPE_OTHER, fix malloc error and possible segfault | 26 0.6.22 2008-11-28 process emails with type PST_TYPE_OTHER, fix malloc error and possible segfault |
26 0.6.21 2008-10-21 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514. | 27 0.6.21 2008-10-21 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514. |
27 0.6.20 2008-10-09 add configure option --enable-dii=no, fixes from Robert Harris for pst2ldif. | 28 0.6.20 2008-10-09 add configure option --enable-dii=no, fixes from Robert Harris for pst2ldif. |
28 0.6.19 2008-09-14 Initial work on a .so shared library from Bharath Acharya. | 29 0.6.19 2008-09-14 Initial work on a .so shared library from Bharath Acharya. |
29 0.6.18 2008-08-28 Fixes for iconv on Mac from Justin Greer. | 30 0.6.18 2008-08-28 Fixes for iconv on Mac from Justin Greer. |
30 0.6.17 2008-08-05 More fixes for 32/64 bit portability on big endian ppc. | 31 0.6.17 2008-08-05 More fixes for 32/64 bit portability on big endian ppc |
31 0.6.16 2008-08-05 Use inttypes.h for portable printing of 64 bit items. | 32 0.6.16 2008-08-05 Use inttypes.h for portable printing of 64 bit items |
32 0.6.15 2008-07-30 Fix file handle leak in error case, missing length on lz decompression. | 33 0.6.15 2008-07-30 Fix file handle leak in error case, missing length on lz decompression |
33 0.6.14 2008-06-15 Fix my mistake in debian packaging. | 34 0.6.14 2008-06-15 Fix my mistake in debian packaging |
34 0.6.13 2008-06-13 Patch from Robert Simpson for encryption type 2. | 35 0.6.13 2008-06-13 Patch from Robert Simpson for encryption type 2. |
35 0.6.12 2008-06-10 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression. | 36 0.6.12 2008-06-10 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression. |
36 0.6.11 2008-06-03 Use ftello/fseeko to properly handle large files. | 37 0.6.11 2008-06-03 Use ftello/fseeko to properly handle large files. |
37 0.6.10 2008-05-29 Patch from Robert Simpson for doubly-linked list and arrays of unicode strings. | 38 0.6.10 2008-05-29 Patch from Robert Simpson for doubly-linked list and arrays of unicode strings. |
38 0.6.9 2008-05-16 Patch from Joachim Metz for 64 bit compile. | 39 0.6.9 2008-05-16 Patch from Joachim Metz for 64 bit compile. |