Mercurial > libpst
changeset 61:b4f025d95441 stable-0-6-7
bump the version number in configure.in
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 16 Feb 2008 12:43:07 -0800 |
parents | 97b7706bdda2 |
children | ee4e0d00bc94 |
files | ChangeLog configure.in package |
diffstat | 3 files changed, 15 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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) ===============================
--- 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])
--- 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/.."