changeset 112:554e9a422778 stable-0-6-23

bump version to avoid cvs tagging mistake in fedora
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Dec 2008 10:36:25 -0800
parents cddceda66e9e
children f04499f1ef90
files ChangeLog NEWS configure.in libpst.spec.in
diffstat 4 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.
--- 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])
 
--- 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 <carl@five-ten-sg.com> - 0.6.23-1
+- bump version to avoid cvs tagging mistake in fedora
+
 * Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 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