File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ Roundup 0.2.7 - an issue tracking system
2+
3+ This is a bugfix release.
4+
5+ [CHANGES.txt entries for this version go here]
6+
7+ Roundup is a simple-to-use and -install issue-tracking system with
8+ command-line, web and e-mail interfaces. It is based on the winning design
9+ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
10+
11+ Note: Ping is not responsible for this project. The contact for this project
12+ 13+
14+ Roundup manages a number of issues (with flexible properties such as
15+ "description", "priority", and so on) and provides the ability to
16+ (a) submit new issues,
17+ (b) find and edit existing issues, and
18+ (c) discuss issues with other participants.
19+ The system will facilitate communication among the participants by managing
20+ discussions and notifying interested parties when issues are edited. One of
21+ the major design goals for Roundup that it be simple to get going. Roundup
22+ is therefore usable "out of the box" with any python 2.0+ installation. It
23+ doesn't even need to be "installed" to be operational, though a
24+ disutils-based install script is provided.
25+
26+ It comes with two issue tracker templates and three database back-ends.
27+ Back-ends for relational databases are being developed.
28+
29+ Source is available at the website:
30+ http://sourceforge.net/projects/roundup/
31+
You can’t perform that action at this time.
0 commit comments