Issue Details (XML | Word | Printable)

Key: MODPYTHON-174
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jim Gallacher
Reporter: David Fraser
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
mod_python

Update requirements to Apache 2.0.47 or greater

Created: 23/Jun/06 07:50 PM   Updated: 17/Apr/07 10:57 AM
Return to search
Component/s: documentation
Affects Version/s: 3.2.x, 3.2.7, 3.2.8
Fix Version/s: 3.2.10, 3.3.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works apache-2.0.47-req-doc.patch 2006-06-23 07:51 PM David Fraser 0.5 kB

Resolution Date: 27/Jun/06 02:02 AM


 Description  « Hide
Usage of the apr_table_compress function requires Apache 2.0.47, but the docs only specify version 2.0.40

See the following URLs for details
http://www.modpython.org/pipermail/mod_python/2006-February/020280.html
http://www.modpython.org/pipermail/mod_python/2006-May/021135.html
http://www.modpython.org/pipermail/mod_python/2006-May/021133.html

More details: apr_table_compress was was committed in r263916 to mod_python.c

Log message:
Fixed crash and memory leak in python_merge_config function in mod_python.c
described in MODPYTHON-75. Boyan Boyadjiev provided the code which corrected
the problem. This also fixes the memory leak resulting in the use of any
PythonOption directive as described in MODPYTHON-60.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Fraser added a comment - 23/Jun/06 07:51 PM
Added patch to update the docs requirement strings

David Fraser added a comment - 26/Jun/06 10:26 PM
This is now fixed for 3.2.9 (as of rc3) so can be marked fixed...

Jim Gallacher added a comment - 27/Jun/06 02:02 AM
Commited patch, but didn't state the JIRA issue id in the commit message, so the subversion commit is not showing in this issue, but it is fixed.