comparison libpst.spec.in @ 103:0af0bbe166e1

create dummy top-of-folder descriptor if needed for corrupt pst files
author Carl Byington <carl@five-ten-sg.com>
date Tue, 07 Oct 2008 10:45:50 -0700
parents 8c4482be0b4c
children 39ba19372732
comparison
equal deleted inserted replaced
102:8c4482be0b4c 103:0af0bbe166e1
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 * Sun Oct 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1 50 * Tue Oct 07 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
51 - add configure option --enable-dii=no to remove dependency on libgd. 51 - add configure option --enable-dii=no to remove dependency on libgd.
52 - many fixes in pst2ldif by Robert Harris. 52 - many fixes in pst2ldif by Robert Harris.
53 - add -D option to include deleted items, from Justin Greer 53 - add -D option to include deleted items, from Justin Greer
54 - fix from Justin Greer to add missing email headers 54 - fix from Justin Greer to add missing email headers
55 - fix from Justin Greer for my_stristr() 55 - fix from Justin Greer for my_stristr()
56 - fix for orphan children when building descriptor tree 56 - fix for orphan children when building descriptor tree
57 - avoid writing uninitialized data to debug log file 57 - avoid writing uninitialized data to debug log file
58 - remove unreachable code 58 - remove unreachable code
59 - create dummy top-of-folder descriptor if needed for corrupt pst files
59 60
60 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1 61 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1
61 - Fix base64 encoding that could create long lines. 62 - Fix base64 encoding that could create long lines.
62 - Initial work on a .so shared library from Bharath Acharya. 63 - Initial work on a .so shared library from Bharath Acharya.
63 64