Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
210:2d1111fd70cf | 211:94bde95d7e18 |
---|---|
146 %{_datadir}/doc/%{name}-%{version}/NEWS | 146 %{_datadir}/doc/%{name}-%{version}/NEWS |
147 %{_datadir}/doc/%{name}-%{version}/README | 147 %{_datadir}/doc/%{name}-%{version}/README |
148 | 148 |
149 | 149 |
150 %changelog | 150 %changelog |
151 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 | 151 * Mon Jun 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 |
152 - add python interface to the shared library. | 152 - add python interface to the shared library. |
153 - bump soname to version 4 for many changes to the interface. | 153 - bump soname to version 4 for many changes to the interface. |
154 - better decoding of recurrence data in appointments. | 154 - better decoding of recurrence data in appointments. |
155 - remove readpstlog since debug log files are now plain text. | 155 - remove readpstlog since debug log files are now plain text. |
156 - add readpst -j option for parallel jobs for each folder. | 156 - add readpst -j option for parallel jobs for each folder. |
157 - make nested mime multipart/alternative to hold the text/html parts. | |
157 | 158 |
158 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1 | 159 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1 |
159 - add pst_attach_to_mem() back into the shared library interface. | 160 - add pst_attach_to_mem() back into the shared library interface. |
160 - fix memory leak caught by valgrind. | 161 - fix memory leak caught by valgrind. |
161 | 162 |