annotate libpst.spec.in @ 176:ac6e22c8a9cf

build separate libpst, libpst-libs, libpst-devel rpms. remove many functions from the interface by making them static.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 08 Apr 2009 14:13:06 -0700
parents c1a2fd06ffe6
children 83cb32e41f80
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
1 Summary: Utilities to convert Outlook .pst files to other formats
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 Name: @PACKAGE@
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 Version: @VERSION@
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
4 Release: 1%{?dist}
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
5 License: GPLv2+
51
06c0262ad689 code cleanup
carl
parents: 31
diff changeset
6 Group: Applications/Productivity
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
9 URL: http://www.five-ten-sg.com/%{name}/
66
32f771bc9c1c remove redundant requires from the spec file
Carl Byington <carl@five-ten-sg.com>
parents: 65
diff changeset
10 Requires: ImageMagick
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
11 Requires: %{name}-libs = %{version}-%{release}
65
800c6fde1cf6 build requires ImageMagick to see convert needed by pst2dii
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
12 BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
13
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
14 %description
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
15 The Libpst utilities include readpst which can convert email messages
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
16 to both mbox and MH mailbox formats, pst2ldif which can convert the
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
17 contacts to .ldif format for import into ldap databases, and pst2dii
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
18 which can convert email messages to the DII load file format used by
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
19 Summation.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
20
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
21
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
22 %package libs
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
23 Summary: Shared library used by the pst utilities
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
24 Group: Development/Libraries
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
25
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
26 %description libs
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
27 libpst-libs contains the shared library used by the pst utilities.
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
28
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
29
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
30 %package devel
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
31 Summary: Library links and header files for libpst application development
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
32 Group: Development/Libraries
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
33 Requires: pkgconfig freetype-devel gd-devel libjpeg-devel zlib-devel
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
34 Requires: %{name}-libs = %{version}-%{release}
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
35
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
36 %description devel
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
37 libpst-devel contains the library links and header fles you'll
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
38 need to develop applications using the libpst shared library.
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
39 You do not need to install it if you just want to use the libpst
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
40 utilities.
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
41
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
42
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
43
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
44 %prep
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
45 %setup -q
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
46
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
47
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
48 %build
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
49 %configure --enable-libpst-shared
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
50 make %{?_smp_mflags}
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
51
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
52
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
53 %install
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
54 rm -rf $RPM_BUILD_ROOT
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
55 make DESTDIR=$RPM_BUILD_ROOT install
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
56 rm $RPM_BUILD_ROOT%{_libdir}/libpst.la
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
57 rm $RPM_BUILD_ROOT%{_libdir}/libpst.a
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
58
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
59
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
60 %clean
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
61 rm -rf $RPM_BUILD_ROOT
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
62
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
63
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
64 %post libs -p /sbin/ldconfig
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
65
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
66
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
67 %postun libs -p /sbin/ldconfig
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
68
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
69
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
70 %files
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
71 %defattr(-,root,root,-)
24
f4643b609bdf switch to automake/autoconf
carl
parents: 16
diff changeset
72 %{_bindir}/*
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
73 %{_mandir}/man1/*
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
74 %{_mandir}/man5/*
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
75 %docdir %{_datadir}/doc/%{name}-%{version}
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
76 %{_datadir}/doc/%{name}-%{version}
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
77
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
78
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
79 %files libs
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
80 %{_libdir}/libpst.so.*
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
81
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
82
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
83 %files devel
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
84 %{_libdir}/libpst.so
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
85 %dir %{_includedir}/%{name}-@LIBPST_SO_MAJOR@
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
86 %{_includedir}/%{name}-@LIBPST_SO_MAJOR@/*
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
87 %{_libdir}/pkgconfig/libpst.pc
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
88
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
89
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
90 %changelog
176
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
91 * Wed Apr 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.35-1
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
92 - properly add trailing mime boundary in all modes.
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
93 - build separate libpst, libpst-libs, libpst-devel rpms.
ac6e22c8a9cf build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents: 168
diff changeset
94
168
c1a2fd06ffe6 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 165
diff changeset
95 * Thu Mar 19 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.34-1
c1a2fd06ffe6 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 165
diff changeset
96 - avoid putting mixed item types into the same output folder.
c1a2fd06ffe6 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 165
diff changeset
97
165
6194e4a10406 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 160
diff changeset
98 * Tue Mar 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.33-1
6194e4a10406 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 160
diff changeset
99 - compensate for iconv conversion to utf-7 that produces strings that
6194e4a10406 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 160
diff changeset
100 are not null terminated.
6194e4a10406 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 160
diff changeset
101 - don't produce empty attachment files in separate mode.
6194e4a10406 prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 160
diff changeset
102
160
252ad66d3d6e fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents: 157
diff changeset
103 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.32-1
252ad66d3d6e fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents: 157
diff changeset
104 - fix ppc64 compile error
252ad66d3d6e fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents: 157
diff changeset
105
157
cc3c71da9fe6 bump version for fedora cvs tagging mistake
Carl Byington <carl@five-ten-sg.com>
parents: 155
diff changeset
106 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.31-1
cc3c71da9fe6 bump version for fedora cvs tagging mistake
Carl Byington <carl@five-ten-sg.com>
parents: 155
diff changeset
107 - bump version for fedora cvs tagging mistake
cc3c71da9fe6 bump version for fedora cvs tagging mistake
Carl Byington <carl@five-ten-sg.com>
parents: 155
diff changeset
108
155
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
109 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.30-1
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
110 - track character set individually for each mapi element.
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
111 - remove charset option from pst2ldif since we get that from each
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
112 object now.
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
113 - avoid emitting bogus empty email messages into contacts and
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
114 calendar files.
84e0f6222adf add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents: 146
diff changeset
115
146
0695de3b5a98 fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 143
diff changeset
116 * Tue Feb 24 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.29-1
0695de3b5a98 fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 143
diff changeset
117 - fix for 64bit on Fedora 11
0695de3b5a98 fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 143
diff changeset
118
143
fdc58ad2c758 fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents: 141
diff changeset
119 * Tue Feb 24 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.28-1
141
fd4297884319 improve decoding of multipart/report and message/rfc822 mime types
Carl Byington <carl@five-ten-sg.com>
parents: 136
diff changeset
120 - improve decoding of multipart/report and message/rfc822 mime types.
143
fdc58ad2c758 fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents: 141
diff changeset
121 - improve character set handling.
fdc58ad2c758 fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents: 141
diff changeset
122 - fix embedded rfc822 messages with attachments.
141
fd4297884319 improve decoding of multipart/report and message/rfc822 mime types
Carl Byington <carl@five-ten-sg.com>
parents: 136
diff changeset
123
136
16770fc77139 fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 134
diff changeset
124 * Sat Feb 07 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.27-1
16770fc77139 fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 134
diff changeset
125 - fix for const correctness on Fedora 11
16770fc77139 fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents: 134
diff changeset
126
134
2d6bb72ad041 update changelog and dates
Carl Byington <carl@five-ten-sg.com>
parents: 129
diff changeset
127 * Sat Feb 07 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.26-1
118
0f1492b7fe8b patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents: 116
diff changeset
128 - patch from Fridrich Strba for building on mingw and general
124
cbf63dd3f109 NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
129 - cleanup of autoconf files.
cbf63dd3f109 NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
130 - add processing for pst files of type 0x0f.
cbf63dd3f109 NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
131 - strip and regenerate all MIME headers to avoid duplicates.
cbf63dd3f109 NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
132 - do a better job of making unique MIME boundaries.
cbf63dd3f109 NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
133 - only use base64 coding when strictly necessary.
118
0f1492b7fe8b patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents: 116
diff changeset
134
116
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
135 * Fri Jan 16 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.25-1
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
136 - improve handling of content-type charset values in mime parts
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
137
114
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
138 * Thu Dec 11 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.24-1
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
139 - patch from Chris Eagle to build on cygwin
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
140
112
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
141 * Thu Dec 04 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.23-1
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
142 - bump version to avoid cvs tagging mistake in fedora
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
143
110
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
144 * Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.22-1
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
145 - patch from David Cuadrado to process emails with type PST_TYPE_OTHER
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
146 - base64_encode_multiple() may insert newline, needs larger malloc
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
147 - subject lines shorter than 2 bytes could segfault
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
148
108
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
149 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
150 - fix title bug with old schema in pst2ldif.
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
151 - also escape commas in distinguished names per rfc4514.
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
152
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 103
diff changeset
153 * Thu Oct 09 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 96
diff changeset
154 - add configure option --enable-dii=no to remove dependency on libgd.
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 96
diff changeset
155 - many fixes in pst2ldif by Robert Harris.
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()
Carl Byington <carl@five-ten-sg.com>
parents: 99
diff changeset
156 - add -D option to include deleted items, from Justin Greer
1e4a7610d525 fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents: 99
diff changeset
157 - fix from Justin Greer to add missing email headers
1e4a7610d525 fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents: 99
diff changeset
158 - fix from Justin Greer for my_stristr()
101
1fc33da23175 fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
Carl Byington <carl@five-ten-sg.com>
parents: 100
diff changeset
159 - fix for orphan children when building descriptor tree
1fc33da23175 fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
Carl Byington <carl@five-ten-sg.com>
parents: 100
diff changeset
160 - avoid writing uninitialized data to debug log file
102
8c4482be0b4c remove unreachable code
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
161 - remove unreachable code
103
0af0bbe166e1 create dummy top-of-folder descriptor if needed for corrupt pst files
Carl Byington <carl@five-ten-sg.com>
parents: 102
diff changeset
162 - create dummy top-of-folder descriptor if needed for corrupt pst files
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 96
diff changeset
163
96
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
164 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
165 - Fix base64 encoding that could create long lines.
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
166 - Initial work on a .so shared library from Bharath Acharya.
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
167
93
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
168 * Thu Aug 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.18-1
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
169 - Fixes for iconv on Mac from Justin Greer.
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
170
90
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
171 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.17-1
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
172 - More fixes for 32/64 bit portability on big endian ppc.
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
173
88
c664302d1606 release 0.6.16
Carl Byington <carl@five-ten-sg.com>
parents: 87
diff changeset
174 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.16-1
87
3ec5ad97e926 Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents: 85
diff changeset
175 - Use inttypes.h for portable printing of 64 bit items.
3ec5ad97e926 Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents: 85
diff changeset
176
85
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
177 * Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
178 - Patch from Robert Simpson for file handle leak in error case.
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
179 - Fix for missing length on lz decompression, bug found by Chris White.
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
180
82
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
181 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
182 - Fix my mistake in debian packaging.
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
183
79
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
184 * Fri Jun 13 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.13-1
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
185 - Patch from Robert Simpson for encryption type 2.
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
186
78
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
187 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.12-1
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
188 - Patch from Joachim Metz for debian packaging and
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
189 - fix for incorrect length on lz decompression
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
190
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
191 * Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
192 - Use ftello/fseeko to properly handle large files.
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
193 - Document and properly use datasize field in b5 blocks.
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
194 - Fix some MSVC compile issues and collect MSVC dependencies into one place.
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
195
73
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
196 * Thu May 29 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.10-1
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
197 - Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings.
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
198
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 70
diff changeset
199 * Fri May 16 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.9
73
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
200 - Patch from Joachim Metz for 64 bit compile.
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 70
diff changeset
201 - Fix pst format documentation for 8 byte backpointers.
70
b12f4e50e2e8 Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents: 67
diff changeset
202
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 66
diff changeset
203 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.8
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
204 - Initial version of pst2dii to convert to Summation dii load file format
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
205 - changes for Fedora packaging guidelines (#434727)
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
206
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
207 * Tue Jul 10 2007 Carl Byington <carl@five-ten-sg.com> - 0.5.5
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 24
diff changeset
208 - merge changes from Joe Nahmias version
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 24
diff changeset
209
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 51
diff changeset
210 * Sun Feb 19 2006 Carl Byington <carl@five-ten-sg.com> - 0.5.3
24
f4643b609bdf switch to automake/autoconf
carl
parents: 16
diff changeset
211 - initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html
f4643b609bdf switch to automake/autoconf
carl
parents: 16
diff changeset
212