# HG changeset patch # User Carl Byington # Date 1306108714 25200 # Node ID 6a9f92d4e449a52619cb9f380dee8c6b4d8f1459 # Parent 57c3bcf22c4f6d37ddfeabcacbe5874948fbea4b prep for fedora build diff -r 57c3bcf22c4f -r 6a9f92d4e449 ChangeLog --- 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 diff -r 57c3bcf22c4f -r 6a9f92d4e449 NEWS --- 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 diff -r 57c3bcf22c4f -r 6a9f92d4e449 configure.in --- 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 diff -r 57c3bcf22c4f -r 6a9f92d4e449 libpst.spec.in --- 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 - 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 - 0.6.51-1 - fix for buffer overrun; attachment size from the secondary list of mapi elements overwrote proper size from the primary