Skip to content

Commit 3be1aa1

Browse files
author
Richard Jones
committed
pre-release machinations
1 parent 1904eb2 commit 3be1aa1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

doc/installation.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.48 $
5+
:Version: $Revision: 1.49 $
66

77
.. contents::
88

@@ -248,8 +248,12 @@ There's several to choose from, each with benefits and limitations:
248248
This backend is implemented over the metakit_ storage system, using Mk4Py as
249249
the interface. It scales much better than the dbm backends.
250250

251-
Note: you may set your tracker up with the anydbm backend (which is guaranteed
252-
to be available) and switch to one of the other backends at any time using the
251+
You should be wary of using all but the mysql backend with high-volume trackers
252+
(requests every second or two) as database locking is done on the whole
253+
database.
254+
255+
You may set your tracker up with the anydbm backend (which is guaranteed to be
256+
available) and switch to one of the other backends at any time using the
253257
instructions in the `maintenance documentation`_.
254258

255259

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.20 2003-02-25 10:19:31 richard Exp $
18+
# $Id: __init__.py,v 1.21 2003-05-08 07:04:08 richard Exp $
1919

2020
''' Roundup - issue tracking for knowledge workers.
2121
@@ -67,6 +67,6 @@
6767
much prettier cake :)
6868
'''
6969

70-
__version__ = '0.6.0pr1'
70+
__version__ = '0.6.0a1'
7171

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

0 commit comments

Comments
 (0)