Mercurial > libpst
changeset 361:a2da2bbe393a stable-0-6-67
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 06 Jul 2016 11:57:20 -0700 |
parents | 26c48ea9d896 |
children | c42273d817c7 |
files | AUTHORS ChangeLog NEWS configure.in libpst.spec.in regression/regression-tests.bash xml/libpst.in |
diffstat | 7 files changed, 25 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Wed Jul 06 10:21:08 2016 -0700 +++ b/AUTHORS Wed Jul 06 11:57:20 2016 -0700 @@ -40,6 +40,7 @@ AJ Shankar <aj@everlaw.com> Jeffrey Morlan <jeffrey@everlaw.com> Hans Liss <Hans@Liss.pp.se> + Igor Stroh <igor.stroh@rulim.de> Testing team: Mac OSX - Michael Watson <mike@mikeandgayle.com>
--- a/ChangeLog Wed Jul 06 10:21:08 2016 -0700 +++ b/ChangeLog Wed Jul 06 11:57:20 2016 -0700 @@ -1,3 +1,8 @@ +LibPST 0.6.67 (2016-07-06) +=============================== + * Jeffrey Morlan - multiple bug fixes and an optimization + see 'hg log -v' for details + LibPST 0.6.66 (2015-12-21) =============================== * Igor Stroh - Added Content-ID header support
--- a/NEWS Wed Jul 06 10:21:08 2016 -0700 +++ b/NEWS Wed Jul 06 11:57:20 2016 -0700 @@ -1,3 +1,4 @@ +0.6.67 2016-07-06 Jeffrey Morlan - multiple bug fixes and an optimization 0.6.66 2015-12-21 Igor Stroh - Added Content-ID header support 0.6.65 2015-09-11 Jeffrey Morlan - fix multiple Content-Type headers; Hans Liss - debug level output 0.6.64 2015-03-09 AJ Shankar fixes for attachment processing and body encodings that contain embedded null chars
--- a/configure.in Wed Jul 06 10:21:08 2016 -0700 +++ b/configure.in Wed Jul 06 11:57:20 2016 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.66,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.67,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -21,7 +21,7 @@ # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x # and x=current-age, y=age, z=revision -libpst_version_info='5:11:1' +libpst_version_info='5:12:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -51,6 +51,7 @@ # 0.6.62 libpst.so.4 libpst.so.4.1.9 # 0.6.63 libpst.so.4 libpst.so.4.1.10 # 0.6.66 libpst.so.4 libpst.so.4.1.11 +# 0.6.67 libpst.so.4 libpst.so.4.1.12
--- a/libpst.spec.in Wed Jul 06 10:21:08 2016 -0700 +++ b/libpst.spec.in Wed Jul 06 11:57:20 2016 -0700 @@ -160,6 +160,15 @@ %changelog +* Wed Jul 06 2016 Carl Byington <carl@five-ten-sg.com> 0.6.67-1 +- Jeffrey Morlan - multiple bug fixes and an optimization + +* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.66-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.6.66-2 +- Rebuilt for Boost 1.60 + * Mon Dec 21 2015 Carl Byington <carl@five-ten-sg.com> 0.6.66-1 - Igor Stroh - Added Content-ID header support
--- a/regression/regression-tests.bash Wed Jul 06 10:21:08 2016 -0700 +++ b/regression/regression-tests.bash Wed Jul 06 11:57:20 2016 -0700 @@ -12,7 +12,8 @@ grep '^0x' xml/libpst.in | awk '{print $1}' | (for i in {1..19}; do read a; done; cat) | sort >$f2 diff $f1 $f2 less $f1 - rm -f $f1 $f2 + #rm -f $f1 $f2 + ls -al $f1 $f2 ) } @@ -88,6 +89,8 @@ } +#consistency +#exit pushd ..
--- a/xml/libpst.in Wed Jul 06 10:21:08 2016 -0700 +++ b/xml/libpst.in Wed Jul 06 11:57:20 2016 -0700 @@ -1671,6 +1671,7 @@ 0x200 - NRN Pending 0x0e08 Message Size 0x0e0a Sentmail EntryID +0x0e1d Normalized subject 0x0e1f Compressed RTF in Sync 0x0e20 Attachment Size 0x0ff9 binary record header @@ -1713,6 +1714,7 @@ 0x370b Attachment Position 0x370e Attachment mime encoding 0x3710 Attachment mime Sequence +0x3712 Content ID 0x3a00 Contact's Account name 0x3a01 Contact Alternate Recipient 0x3a02 Callback telephone number