Mercurial > libpst
changeset 283:6a9f92d4e449 stable-0-6-52
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 May 2011 16:58:34 -0700 |
parents | 57c3bcf22c4f |
children | da7ae999ffa7 |
files | ChangeLog NEWS configure.in libpst.spec.in |
diffstat | 4 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun May 22 16:40:01 2011 -0700 +++ b/ChangeLog Sun May 22 16:58:34 2011 -0700 @@ -1,3 +1,9 @@ +LibPST 0.6.52 (2011-05-22) +=============================== + * fix dangling freed pointer in embedded rfc822 message processing + * allow broken outlook internet header field - it sometimes contains + fragments of the message body rather than headers + LibPST 0.6.51 (2011-04-17) =============================== * fix for buffer overrun; attachment size from the secondary
--- a/NEWS Sun May 22 16:40:01 2011 -0700 +++ b/NEWS Sun May 22 16:58:34 2011 -0700 @@ -1,3 +1,4 @@ +0.6.52 2011-05-22 fix dangling freed pointer; allow broken outlook internet header field 0.6.51 2011-04-17 fix for buffer overrun; attachment size fetched twice 0.6.50 2010-12-24 rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames 0.6.49 2010-09-13 fix to ignore embedded objects that are not email messages
--- a/configure.in Sun May 22 16:40:01 2011 -0700 +++ b/configure.in Sun May 22 16:58:34 2011 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.51,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.52,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -19,7 +19,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:1:1' +libpst_version_info='5:2:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -36,6 +36,7 @@ # 0.6.49 libpst.so.4 libpst.so.4.0.4 # 0.6.50 libpst.so.4 libpst.so.4.1.0 # 0.6.51 libpst.so.4 libpst.so.4.1.1 +# 0.6.52 libpst.so.4 libpst.so.4.1.2
--- a/libpst.spec.in Sun May 22 16:40:01 2011 -0700 +++ b/libpst.spec.in Sun May 22 16:58:34 2011 -0700 @@ -147,6 +147,11 @@ %changelog +* Sun May 22 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.52-1 +- fix dangling freed pointer in embedded rfc822 message processing +- allow broken outlook internet header field - it sometimes contains + fragments of the message body rather than headers + * Sun Apr 17 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.51-1 - fix for buffer overrun; attachment size from the secondary list of mapi elements overwrote proper size from the primary