# HG changeset patch # User Carl Byington # Date 1477787451 25200 # Node ID 6d30cd0d0befb40c058ba6fe5fc232d591cf061b # Parent 6b7c19a820e17b6c02f218b1a56f8f91ae4113cf prep for fedora build diff -r 6b7c19a820e1 -r 6d30cd0d0bef ChangeLog --- a/ChangeLog Mon Oct 24 11:11:02 2016 -0700 +++ b/ChangeLog Sat Oct 29 17:30:51 2016 -0700 @@ -1,3 +1,7 @@ +LibPST 0.6.69 (2016-10-29) +=============================== + * fix bugs in code allowing folders containing multiple item types + LibPST 0.6.68 (2016-08-29) =============================== * allow folders containing multiple item types, e.g. email and calendar diff -r 6b7c19a820e1 -r 6d30cd0d0bef NEWS --- a/NEWS Mon Oct 24 11:11:02 2016 -0700 +++ b/NEWS Sat Oct 29 17:30:51 2016 -0700 @@ -1,3 +1,4 @@ +0.6.69 2016-10-29 fix bugs in code allowing folders containing multiple item types 0.6.68 2016-08-29 allow folders containing multiple item types; better detection of valid internet headers 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 diff -r 6b7c19a820e1 -r 6d30cd0d0bef configure.in --- a/configure.in Mon Oct 24 11:11:02 2016 -0700 +++ b/configure.in Sat Oct 29 17:30:51 2016 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.68,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.69,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:13:1' +libpst_version_info='5:14:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -53,6 +53,7 @@ # 0.6.66 libpst.so.4 libpst.so.4.1.11 # 0.6.67 libpst.so.4 libpst.so.4.1.12 # 0.6.68 libpst.so.4 libpst.so.4.1.13 +# 0.6.69 libpst.so.4 libpst.so.4.1.14 diff -r 6b7c19a820e1 -r 6d30cd0d0bef libpst.spec.in --- a/libpst.spec.in Mon Oct 24 11:11:02 2016 -0700 +++ b/libpst.spec.in Sat Oct 29 17:30:51 2016 -0700 @@ -160,6 +160,9 @@ %changelog +* Sat Oct 29 2016 Carl Byington 0.6.69-1 +- fix bugs in code allowing folders containing multiple item types + * Mon Aug 29 2016 Carl Byington 0.6.68-1 - allow folders containing multiple item types, e.g. email and calendar - better detection of valid internet headers