File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,13 @@ Fixed:
4444 thanks W. Trevor King (John Kristensen)
4545- Fix basic authentication: instatiating the login action would fail if
4646 the user is not set. We now first set the user to anonymous and then
47- try basic authentication if enabled.
47+ try basic authentication if enabled. (Ralf Schlatterbeck)
4848- Fix xmlrpc permissions for lookup method: Allow if the key attribute
49- is either searchable or viewable, don't check id attribute
49+ is either searchable or viewable, don't check id attribute (Ralf
50+ Schlatterbeck)
51+ - Fix installation documentation (section Prerequisites) to require at
52+ least python 2.5, thanks to John P. Rouillard for discovering this.
53+ (committed by Ralf Schlatterbeck)
5054
5155
52562012-05-15: 1.4.20
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Roundup scripts
3030Prerequisites
3131=============
3232
33- Roundup requires Python 2.3 or newer (but not Python 3) with a functioning
33+ Roundup requires Python 2.5 or newer (but not Python 3) with a functioning
3434anydbm module. Download the latest version from http://www.python.org/.
3535It is highly recommended that users install the latest patch version
3636of python as these contain many fixes to serious bugs.
You can’t perform that action at this time.
0 commit comments