
For version Alpha_29.5

(Note to self: you can run some/all of this in emacs: M-x term,
 when finished type "exit: and then you can go back and view buffer.)

[*] Update Version in configure.ac
[*] Rebuild configure with autoconf
[*] Update RELEASE_NOTES
[*] Update ChangeLog
[*] Update INSTALL
[*] Make sure all files are checked into CVS

[*] cvs tag version
[*] checkout into /pub using: cvs co -r alpha_XX -d objectify-alpha_XX objectify
[*] cvs release directory
[*] cvs remove CVS directories: rm -rv `find objectify-alpha_XX -name CVS`
[*] create tarball

[*] untar tarball in /tmp
[*] diff with /pub directory

[*] ./configure and make

[*] run the test - if running in emacs term be sure to cd to /tmp/objectify-alpha_XX

     export OBJECTIFY_PRIVATE_PATH=/home/sedwards/.objectify_test/private.obj
     export OBJECTIFY_LOG_FILE_PATH=/home/sedwards/.objectify_test/objectify_log
     export OBJECTIFY_BACKUP_PATH=/home/sedwards/.objectify_test
     export OBJECTIFY_TEST_ONLY_DO_NOT_USE="This is a test."
     rm -r ~/.objectify_test
     testing/test_import_export.sh script

[ ] prep_disk --no-private          ** Need to create an old repository to test with! **
[ ] expand_sparse old repository
[ ] export files
[ ] verify_file --remove

[] upload: rsync -avP -e ssh FILES jsedwards@frs.sourceforge.net:uploads/

