changeset 232:f8dc1b7201ad

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Thu, 10 Sep 2009 15:29:13 -0700
parents fe64279df92b
children 1d50ff3c5091
files configure.in libpst.spec.in
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <carl@five-ten-sg.com> - 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 <carl@five-ten-sg.com> - 0.6.42-1
 - patch from Fridrich Strba to build with DJGPP DOS cross-compiler.