Code

. We now use weakrefs in the Classes to keep the database reference, so
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 2 Dec 2001 05:06:16 +0000 (05:06 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 2 Dec 2001 05:06:16 +0000 (05:06 +0000)
commitc9a6e38350dadf4b07a6438ad3d6e85df95a3789
treedc0157b4839145cd819505fc5067aef91bb81c39
parentc1fb0c81c783a6741f47e3f4abcd78a3f1cad1ad
. We now use weakrefs in the Classes to keep the database reference, so
  the close() method on the database is no longer needed.
  I bumped the minimum python requirement up to 2.1 accordingly.
. #487480 ] roundup-server
. #487476 ] INSTALL.txt

I also cleaned up the change message / post-edit stuff in the cgi client.
There's now a clearly marked "TODO: append the change note" where I believe
the change note should be added there. The "changes" list will obviously
have to be modified to be a dict of the changes, or somesuch.

More testing needed.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@443 57a73879-2fb5-44c3-a270-3262357dd7e2
13 files changed:
CHANGES.txt
INSTALL.txt
cgi-bin/roundup.cgi
roundup-admin
roundup-mailgw
roundup-server
roundup/backends/back_anydbm.py
roundup/cgi_client.py
roundup/hyperdb.py
roundup/mailgw.py
roundup/templates/classic/dbinit.py
roundup/templates/extended/dbinit.py
test/test_db.py