# HG changeset patch # User Richard Jones # Date 1105595520 0 # Node ID 904097de51c518341b440b905505bb7979b3e943 # Parent 6554fc102b2369e0551331a2a86c4030285594c9 pre-release stuff diff -r 6554fc102b23 -r 904097de51c5 BUILD.txt --- a/BUILD.txt Thu Jan 13 05:17:17 2005 +0000 +++ b/BUILD.txt Thu Jan 13 05:52:00 2005 +0000 @@ -2,10 +2,11 @@ ================= Roundup is currently a source-only release - it has no binary components. I -want it to stay that way, too. +want it to stay that way, too. This document describes how to build a +source release. Users of Roundup should read the doc/installation.txt file +to find out how to install this software. -This means that we only need to ever build source releases. This is done by -running: +Building a release of Roundup is done by running: 1. Make sure the unit tests run! "./run_tests.py" 2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new diff -r 6554fc102b23 -r 904097de51c5 CHANGES.txt --- a/CHANGES.txt Thu Jan 13 05:17:17 2005 +0000 +++ b/CHANGES.txt Thu Jan 13 05:52:00 2005 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2004-??-?? 0.8.0b2 +2005-01-13 0.8.0b2 Fixed: - note about how to run roundup demo in Windows (sf bug 1082090) - fix API for templating utils extensions - remove "utils" arg (sf bug 1081981) diff -r 6554fc102b23 -r 904097de51c5 doc/announcement.txt --- a/doc/announcement.txt Thu Jan 13 05:17:17 2005 +0000 +++ b/doc/announcement.txt Thu Jan 13 05:52:00 2005 +0000 @@ -22,6 +22,8 @@ - fix port number as int in mysql connection info (sf bug 1082530) - fix setup.py to work with