Mercurial > libpst
changeset 155:84e0f6222adf stable-0-6-30
add changelog entry in rpm spec file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 14 Mar 2009 15:27:16 -0700 |
parents | 581fab9f1dc7 |
children | 1c7f724adc2d |
files | NEWS libpst.spec.in |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Sat Mar 14 15:13:27 2009 -0700 +++ b/NEWS Sat Mar 14 15:27:16 2009 -0700 @@ -1,4 +1,4 @@ -0.6.30 2009-xx-xx improve documentation of .pst format. +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. 0.6.29 2009-02-24 fix for 64bit on Fedora 11 0.6.28 2009-02-24 improve decoding of multipart/report and message/rfc822 mime types. 0.6.27 2009-02-07 fix for const correctness on Fedora 11
--- a/libpst.spec.in Sat Mar 14 15:13:27 2009 -0700 +++ b/libpst.spec.in Sat Mar 14 15:27:16 2009 -0700 @@ -47,6 +47,13 @@ %changelog +* Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.30-1 +- track character set individually for each mapi element. +- remove charset option from pst2ldif since we get that from each + object now. +- avoid emitting bogus empty email messages into contacts and + calendar files. + * Tue Feb 24 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.29-1 - fix for 64bit on Fedora 11