File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ Building Releases
22=================
33
44Roundup is currently a source-only release - it has no binary components. I
5- want it to stay that way, too.
5+ want it to stay that way, too. This document describes how to build a
6+ source release. Users of Roundup should read the doc/installation.txt file
7+ to find out how to install this software.
68
7- This means that we only need to ever build source releases. This is done by
8- running:
9+ Building a release of Roundup is done by running:
910
10111. Make sure the unit tests run! "./run_tests.py"
11122. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4- 2004-??-?? 0.8.0b2
4+ 2005-01-13 0.8.0b2
55Fixed:
66- note about how to run roundup demo in Windows (sf bug 1082090)
77- fix API for templating utils extensions - remove "utils" arg (sf bug 1081981)
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ This is a bugfix release, fixing:
2222- fix port number as int in mysql connection info (sf bug 1082530)
2323- fix setup.py to work with <Python2.3 (sf bug 1082801)
2424- fix permissions checks in cgi templating (sf bug 1082755)
25+ - fix "Users may only edit their issues" example in docs
26+ - handle ~/.my.cnf files for MySQL defaults (sf bug 1096031)
2527
2628If you're upgrading from an older version of Roundup you *must* follow
2729the "Software Upgrade" guidelines given in the maintenance documentation.
You can’t perform that action at this time.
0 commit comments