# HG changeset patch # User Carl Byington # Date 1356401360 28800 # Node ID af6ae20be5ba35dbd6d368077531c2ccccb380b0 # Parent c4537664ff50b8b34b8fad051ecfc81ce54360c5 update version number diff -r c4537664ff50 -r af6ae20be5ba ChangeLog --- a/ChangeLog Mon Dec 24 17:51:12 2012 -0800 +++ b/ChangeLog Mon Dec 24 18:09:20 2012 -0800 @@ -1,3 +1,7 @@ +LibPST 0.6.56 (2012-12-24) +=============================== + * merge -m .msg files code into main branch + LibPST 0.6.55 (2012-05-08) =============================== * preserve bcc headers @@ -54,14 +58,6 @@ * prefer libpthread over librt for finding sem_init function. * rebuild for fedora 13 change in implicit dso linking semantics. -LibPST 0.6.48 (2010-05-24) -=============================== - * fix to/cc/bcc recipients in .msg file output format - -LibPST 0.6.46 (2009-12-11) -=============================== - * add readpst -m switch to produce Outlook .msg files - LibPST 0.6.45 (2009-11-18) =============================== * patch from Hugo DesRosiers to export categories and notes into vcards. diff -r c4537664ff50 -r af6ae20be5ba NEWS --- a/NEWS Mon Dec 24 17:51:12 2012 -0800 +++ b/NEWS Mon Dec 24 18:09:20 2012 -0800 @@ -1,3 +1,4 @@ +0.6.56 2012-12-24 merge -m .msg files code into main branch 0.6.55 2012-05-08 preserve bcc headers, space after colon is not required in header fields 0.6.54 2011-11-04 embedded rfc822 messages might contain rtf encoded bodies 0.6.53 2011-07-10 allow fork for parallel processing of individual email folders in separate mode @@ -8,8 +9,6 @@ 0.6.48 2010-09-02 fix for broken internet headers from Outlook, change to mboxrd quoting 0.6.47 2010-05-07 patches from Kenneth Berland for solaris 0.6.46 2010-02-13 fixes for fedora 13 change in implicit dso linking semantics -0.6.48 2010-05-24 fix to/cc/bcc recipients in .msg file output format -0.6.46 2009-12-11 add readpst -m switch to produce Outlook .msg files 0.6.45 2009-11-18 patch from Hugo DesRosiers to export categories and notes into vcards 0.6.44 2009-09-20 patch from Lee Ayres to add file name extensions in separate mode 0.6.43 2009-09-12 patches from Justin Greer, Chris White, Roberto Polli; better rfc822 embedded message decoding diff -r c4537664ff50 -r af6ae20be5ba configure.in --- a/configure.in Mon Dec 24 17:51:12 2012 -0800 +++ b/configure.in Mon Dec 24 18:09:20 2012 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.55,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.56,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:5:1' +libpst_version_info='5:6:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -40,6 +40,7 @@ # 0.6.53 libpst.so.4 libpst.so.4.1.3 # 0.6.54 libpst.so.4 libpst.so.4.1.4 # 0.6.55 libpst.so.4 libpst.so.4.1.5 +# 0.6.56 libpst.so.4 libpst.so.4.1.6 diff -r c4537664ff50 -r af6ae20be5ba libpst.spec.in --- a/libpst.spec.in Mon Dec 24 17:51:12 2012 -0800 +++ b/libpst.spec.in Mon Dec 24 18:09:20 2012 -0800 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 3%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -149,7 +149,7 @@ %changelog -* Mon Dec 24 2012 Carl Byington - 0.6.55-3 +* Mon Dec 24 2012 Carl Byington - 0.6.56-1 - filter private provides from rpm * Tue Aug 09 2012 Carl Byington - 0.6.55-2 diff -r c4537664ff50 -r af6ae20be5ba xml/libpst.in --- a/xml/libpst.in Mon Dec 24 17:51:12 2012 -0800 +++ b/xml/libpst.in Mon Dec 24 18:09:20 2012 -0800 @@ -65,6 +65,7 @@ +