Mercurial > p > roundup > code
changeset 3105:904097de51c5 maint-0.8 0.8.0-b2
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 Jan 2005 05:52:00 +0000 |
| parents | 6554fc102b23 |
| children | 33fd894a1172 |
| files | BUILD.txt CHANGES.txt doc/announcement.txt |
| diffstat | 3 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)
--- 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 <Python2.3 (sf bug 1082801) - fix permissions checks in cgi templating (sf bug 1082755) +- fix "Users may only edit their issues" example in docs +- handle ~/.my.cnf files for MySQL defaults (sf bug 1096031) If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
