Mercurial > libpst
comparison libpst.spec.in @ 110:7133b39975f7 stable-0-6-22
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
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 28 Nov 2008 11:36:53 -0800 |
parents | 1b2a4fac1303 |
children | 554e9a422778 |
comparison
equal
deleted
inserted
replaced
109:7947334d53ad | 110:7133b39975f7 |
---|---|
45 %docdir %{_datadir}/doc/%{name}-%{version} | 45 %docdir %{_datadir}/doc/%{name}-%{version} |
46 %{_datadir}/doc/%{name}-%{version} | 46 %{_datadir}/doc/%{name}-%{version} |
47 | 47 |
48 | 48 |
49 %changelog | 49 %changelog |
50 * Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.22-1 | |
51 - patch from David Cuadrado to process emails with type PST_TYPE_OTHER | |
52 - base64_encode_multiple() may insert newline, needs larger malloc | |
53 - subject lines shorter than 2 bytes could segfault | |
54 | |
50 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1 | 55 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1 |
51 - fix title bug with old schema in pst2ldif. | 56 - fix title bug with old schema in pst2ldif. |
52 - also escape commas in distinguished names per rfc4514. | 57 - also escape commas in distinguished names per rfc4514. |
53 | 58 |
54 * Thu Oct 09 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1 | 59 * Thu Oct 09 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1 |