# HG changeset patch # User Carl Byington # Date 1228415785 28800 # Node ID 554e9a42277809752afe9f1152a65a56cd744be4 # Parent cddceda66e9e1f0e715e2cbb2bb766c0487da25b bump version to avoid cvs tagging mistake in fedora diff -r cddceda66e9e -r 554e9a422778 ChangeLog --- a/ChangeLog Fri Nov 28 11:47:38 2008 -0800 +++ b/ChangeLog Thu Dec 04 10:36:25 2008 -0800 @@ -1,3 +1,7 @@ +LibPST 0.6.23 (2008-12-04) +=============================== + * bump version to avoid cvs tagging mistake in fedora + LibPST 0.6.22 (2008-11-28) =============================== * patch from David Cuadrado to process emails with type PST_TYPE_OTHER diff -r cddceda66e9e -r 554e9a422778 NEWS --- a/NEWS Fri Nov 28 11:47:38 2008 -0800 +++ b/NEWS Thu Dec 04 10:36:25 2008 -0800 @@ -1,3 +1,4 @@ +0.6.23 2008-12-04 bump version to avoid cvs tagging mistake in fedora 0.6.22 2008-11-28 process emails with type PST_TYPE_OTHER, fix malloc error and possible segfault 0.6.21 2008-10-21 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514. 0.6.20 2008-10-09 add configure option --enable-dii=no, fixes from Robert Harris for pst2ldif. diff -r cddceda66e9e -r 554e9a422778 configure.in --- a/configure.in Fri Nov 28 11:47:38 2008 -0800 +++ b/configure.in Thu Dec 04 10:36:25 2008 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.22,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.23,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) diff -r cddceda66e9e -r 554e9a422778 libpst.spec.in --- a/libpst.spec.in Fri Nov 28 11:47:38 2008 -0800 +++ b/libpst.spec.in Thu Dec 04 10:36:25 2008 -0800 @@ -47,6 +47,9 @@ %changelog +* Thu Dec 04 2008 Carl Byington - 0.6.23-1 +- bump version to avoid cvs tagging mistake in fedora + * Fri Nov 28 2008 Carl Byington - 0.6.22-1 - patch from David Cuadrado to process emails with type PST_TYPE_OTHER - base64_encode_multiple() may insert newline, needs larger malloc