# HG changeset patch # User Carl Byington # Date 1252621753 25200 # Node ID f8dc1b7201ad262de6bf2239b1a9c8915960910a # Parent fe64279df92b7da4296d339b3151c0be96f3c80b prep for fedora build diff -r fe64279df92b -r f8dc1b7201ad configure.in --- a/configure.in Thu Sep 10 15:21:23 2009 -0700 +++ b/configure.in Thu Sep 10 15:29:13 2009 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.42,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.43,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff -r fe64279df92b -r f8dc1b7201ad libpst.spec.in --- a/libpst.spec.in Thu Sep 10 15:21:23 2009 -0700 +++ b/libpst.spec.in Thu Sep 10 15:29:13 2009 -0700 @@ -146,6 +146,13 @@ %changelog +* Thu Sep 10 2009 Carl Byington - 0.6.43-1 +- decode more of the pst format, some minor bug fixes +- add support for code pages 1200 and 1201. +- add readpst -t option to select output item types +- fix segfault with embedded appointments +- add readpst -u option for Thunderbird mode .size and .type files + * Thu Sep 03 2009 Carl Byington - 0.6.42-1 - patch from Fridrich Strba to build with DJGPP DOS cross-compiler.