Mercurial > p > roundup > code
changeset 2993:b9725abb0048
more pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Dec 2004 02:21:52 +0000 |
| parents | 6fe75dcb0b34 |
| children | 29e7a2ff6434 |
| files | CHANGES.txt doc/announcement.txt roundup/__init__.py |
| diffstat | 3 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Dec 08 01:24:42 2004 +0000 +++ b/CHANGES.txt Wed Dec 08 02:21:52 2004 +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-05-?? 0.8.0 +2004-12-08 0.8.0b1 Feature: - added MD5 scheme for password hiding - added support for HTTP charset selection
--- a/doc/announcement.txt Wed Dec 08 01:24:42 2004 +0000 +++ b/doc/announcement.txt Wed Dec 08 02:21:52 2004 +0000 @@ -7,6 +7,14 @@ Some highlights: +* i18n of the user interface (not just web), +* a re-working of the tracker home configuration to make it much cleaner, +* several speed optimisations, +* integration of the python logging module, +* optional configuration of roundup-server through a configuration file, +* Permissions definable on a per-property basis, +* Permissions may include a fragment of code to run to check, and +* a bunch of smaller feature additions... If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
--- a/roundup/__init__.py Wed Dec 08 01:24:42 2004 +0000 +++ b/roundup/__init__.py Wed Dec 08 02:21:52 2004 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.30 2004-05-05 02:05:59 richard Exp $ +# $Id: __init__.py,v 1.31 2004-12-08 02:21:52 richard Exp $ '''Roundup - issue tracking for knowledge workers. @@ -68,6 +68,6 @@ ''' __docformat__ = 'restructuredtext' -__version__ = '0.7.0' +__version__ = '0.8.0b1' # vim: set filetype=python ts=4 sw=4 et si
