Skip to content

Commit fa6f91a

Browse files
author
Richard Jones
committed
more pre-release stuff
1 parent 3c7215d commit fa6f91a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2004-05-?? 0.8.0
4+
2004-12-08 0.8.0b1
55
Feature:
66
- added MD5 scheme for password hiding
77
- added support for HTTP charset selection

doc/announcement.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ together a What's New page:
77

88
Some highlights:
99

10+
* i18n of the user interface (not just web),
11+
* a re-working of the tracker home configuration to make it much cleaner,
12+
* several speed optimisations,
13+
* integration of the python logging module,
14+
* optional configuration of roundup-server through a configuration file,
15+
* Permissions definable on a per-property basis,
16+
* Permissions may include a fragment of code to run to check, and
17+
* a bunch of smaller feature additions...
1018

1119
If you're upgrading from an older version of Roundup you *must* follow
1220
the "Software Upgrade" guidelines given in the maintenance documentation.

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.30 2004-05-05 02:05:59 richard Exp $
18+
# $Id: __init__.py,v 1.31 2004-12-08 02:21:52 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '0.7.0'
71+
__version__ = '0.8.0b1'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)