Mercurial > libpst
changeset 235:9d6bb722d0fe
update version numbers
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 11 Sep 2009 12:59:24 -0700 |
parents | ed0cb66b23d4 |
children | 093e0e9248bb |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 11 12:46:36 2009 -0700 +++ b/ChangeLog Fri Sep 11 12:59:24 2009 -0700 @@ -1,4 +1,4 @@ -LibPST 0.6.43 (2009-09-10) +LibPST 0.6.43 (2009-09-11) =============================== * patches from Justin Greer. add code pages 1200 and 1201 to the list for iconv @@ -11,6 +11,7 @@ * patch from Justin Greer to ignore b5 tables at offset zero. * output type filtering can now be used to handle folders with multiple item types. * better decoding of rfc822 embedded message attachments. + * better detection of dsn delivery reports LibPST 0.6.42 (2009-09-03) ===============================
--- a/configure.in Fri Sep 11 12:46:36 2009 -0700 +++ b/configure.in Fri Sep 11 12:59:24 2009 -0700 @@ -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='4:0:0' +libpst_version_info='4:1:0' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -29,6 +29,8 @@ # 0.6.35 libpst.so.2 libpst.so.2.0.0 # 0.6.37 libpst.so.2 libpst.so.2.1.0 # 0.6.38 libpst.so.2 libpst.so.2.1.0 +# 0.6.40 libpst.so.4 libpst.so.4.0.0 +# 0.6.43 libpst.so.4 libpst.so.4.0.1