Mercurial > p > roundup > code
changeset 4672:e90909162a79
Fix installation docs for correct python version
Fix installation documentation (section Prerequisites) to require at
least python 2.5, thanks to John P. Rouillard for discovering this.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Sat, 17 Nov 2012 10:48:24 +0100 |
| parents | c9b85ca1f985 |
| children | 0cd20c8b304d |
| files | CHANGES.txt doc/installation.txt |
| diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Oct 17 15:32:41 2012 +0200 +++ b/CHANGES.txt Sat Nov 17 10:48:24 2012 +0100 @@ -44,9 +44,13 @@ thanks W. Trevor King (John Kristensen) - Fix basic authentication: instatiating the login action would fail if the user is not set. We now first set the user to anonymous and then - try basic authentication if enabled. + try basic authentication if enabled. (Ralf Schlatterbeck) - Fix xmlrpc permissions for lookup method: Allow if the key attribute - is either searchable or viewable, don't check id attribute + is either searchable or viewable, don't check id attribute (Ralf + Schlatterbeck) +- Fix installation documentation (section Prerequisites) to require at + least python 2.5, thanks to John P. Rouillard for discovering this. + (committed by Ralf Schlatterbeck) 2012-05-15: 1.4.20
--- a/doc/installation.txt Wed Oct 17 15:32:41 2012 +0200 +++ b/doc/installation.txt Sat Nov 17 10:48:24 2012 +0100 @@ -30,7 +30,7 @@ Prerequisites ============= -Roundup requires Python 2.3 or newer (but not Python 3) with a functioning +Roundup requires Python 2.5 or newer (but not Python 3) with a functioning anydbm module. Download the latest version from http://www.python.org/. It is highly recommended that users install the latest patch version of python as these contain many fixes to serious bugs.
