# HG changeset patch # User Carl Byington # Date 1450714705 28800 # Node ID 19b795b6f6a0d2e40d500b3ece7d2f7e7db18c83 # Parent 09dd5299d91c49da6cf6490eb87e34d9aa455d1a Added Content-ID header support diff -r 09dd5299d91c -r 19b795b6f6a0 ChangeLog --- a/ChangeLog Thu Dec 17 12:03:44 2015 +0100 +++ b/ChangeLog Mon Dec 21 08:18:25 2015 -0800 @@ -1,3 +1,7 @@ +LibPST 0.6.66 (2015-12-21) +=============================== + * Igor Stroh - Added Content-ID header support + LibPST 0.6.65 (2015-09-11) =============================== * Jeffrey Morlan - fix multiple Content-Type headers diff -r 09dd5299d91c -r 19b795b6f6a0 NEWS --- a/NEWS Thu Dec 17 12:03:44 2015 +0100 +++ b/NEWS Mon Dec 21 08:18:25 2015 -0800 @@ -1,3 +1,4 @@ +0.6.66 2015-12-21 Igor Stroh - Added Content-ID header support 0.6.65 2015-09-11 Jeffrey Morlan - fix multiple Content-Type headers; Hans Liss - debug level output 0.6.64 2015-03-09 AJ Shankar fixes for attachment processing and body encodings that contain embedded null chars 0.6.63 2013-12-27 Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME diff -r 09dd5299d91c -r 19b795b6f6a0 configure.in --- a/configure.in Thu Dec 17 12:03:44 2015 +0100 +++ b/configure.in Mon Dec 21 08:18:25 2015 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.65,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.66,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:10:1' +libpst_version_info='5:11:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -50,6 +50,7 @@ # 0.6.61 libpst.so.4 libpst.so.4.1.9 # 0.6.62 libpst.so.4 libpst.so.4.1.9 # 0.6.63 libpst.so.4 libpst.so.4.1.10 +# 0.6.66 libpst.so.4 libpst.so.4.1.11 diff -r 09dd5299d91c -r 19b795b6f6a0 libpst.spec.in --- a/libpst.spec.in Thu Dec 17 12:03:44 2015 +0100 +++ b/libpst.spec.in Mon Dec 21 08:18:25 2015 -0800 @@ -160,6 +160,9 @@ %changelog +* Mon Dec 21 2015 Carl Byington 0.6.66-1 +- Igor Stroh - Added Content-ID header support + * Fri Sep 11 2015 Carl Byington 0.6.65-1 - Jeffrey Morlan - fix multiple Content-Type headers - Hans Liss - debug level output