# HG changeset patch # User Carl Byington # Date 1203194587 28800 # Node ID b4f025d95441460425270e6ed3f840f18475375e # Parent 97b7706bdda24503ed08a36f7f41b4d5c3a76962 bump the version number in configure.in diff -r 97b7706bdda2 -r b4f025d95441 ChangeLog --- a/ChangeLog Sat Feb 16 12:26:35 2008 -0800 +++ b/ChangeLog Sat Feb 16 12:43:07 2008 -0800 @@ -1,13 +1,13 @@ LibPST 0.6.7 (2008-02-16) =============================== - * Work around bogus 7c.b5 blocks in some messages that have been - read. They appear to have attachments, but of some unknown format. - Before the message was read, it did not have any attachments. - * Use autoscan to cleanup our autoconf system. - * Use autoconf to detect when we need to use our XGetopt files - and other header files. - * More fields, including BCC. - * Fix missing LE32_CPU byte swapping for FILETIME types. + * Work around bogus 7c.b5 blocks in some messages that have been + read. They appear to have attachments, but of some unknown format. + Before the message was read, it did not have any attachments. + * Use autoscan to cleanup our autoconf system. + * Use autoconf to detect when we need to use our XGetopt files + and other header files. + * More fields, including BCC. + * Fix missing LE32_CPU byte swapping for FILETIME types. LibPST 0.6.6 (2008-01-31) =============================== diff -r 97b7706bdda2 -r b4f025d95441 configure.in --- a/configure.in Sat Feb 16 12:26:35 2008 -0800 +++ b/configure.in Sat Feb 16 12:43:07 2008 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.6,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.7,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) diff -r 97b7706bdda2 -r b4f025d95441 package --- a/package Sat Feb 16 12:26:35 2008 -0800 +++ b/package Sat Feb 16 12:43:07 2008 -0800 @@ -10,6 +10,12 @@ web=/home/httpd/html/510sg/$NAME distlog=/tmp/distcheck repo=/usr/hg-repository/$NAME +oldone=$web/packages/$BALL + +if [ -f $oldone ]; then + echo "$oldone already exists, did you update the version in configure.in?" + exit 0 +fi # check for uncommitted changes a=$(hg status) @@ -85,7 +91,6 @@ else tail -10 $distlog fi -chown --recursive carl:carl * # throw away the packaging directory cd "$pack/.."