Re: [DRAFT] ANNOUNCE: Mod_python 3.2.7

2006-02-09 Thread Jim Gallacher
Looks good. As soon as you make the official announcement I'll create branches/3.2.x in svn and we can start on 3.3. Jim Gregory (Grisha) Trubetskoy wrote: Here is the announcement draft - if you see anything that needs changing, let me know, otherwise i'll send it out in a couple of days.

Re: [DRAFT] ANNOUNCE: Mod_python 3.2.7

2006-02-09 Thread Deron Meranda
Will you also be putting the new 3.2.7 HTML/PDF docs on http://modpython.org/ ? It also might be useful if you provide a link to Appendix C along with the announcement so people can easily find the what's new information. Oh, and for the older docs on the website, is the 3.2 documentation really

3.2.x branch

2006-02-09 Thread Gregory (Grisha) Trubetskoy
On Thu, 9 Feb 2006, Jim Gallacher wrote: Looks good. As soon as you make the official announcement I'll create branches/3.2.x in svn and we can start on 3.3. I don't think we need to wait for the announcement - 3.2.7 is already out if you look on the download page, the announcement is more

Re: 3.2.x branch

2006-02-09 Thread Jim Gallacher
I've created the a 3.2.x branch. Just so we are all clear, the branches/3.2.x branch gets bug fixes *only*. This will be the source repository for future 3.2 bug fix releases. New features and major code modifications continue to go into trunk. I think any other new branches we create such as

[jira] Created: (MODPYTHON-128) Have assigning req.filename automatically update req.finfo.

2006-02-09 Thread Graham Dumpleton (JIRA)
Have assigning req.filename automatically update req.finfo. --- Key: MODPYTHON-128 URL: http://issues.apache.org/jira/browse/MODPYTHON-128 Project: mod_python Type: Improvement Components: core

[jira] Commented: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-02-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=comments#action_12365805 ] Graham Dumpleton commented on MODPYTHON-109: The problem is actually bigger than just Py_Finalize(). When a server cleanup handler is registered using either

[jira] Commented: (MODPYTHON-126) PythonHandler in Files directive sets req.hlist.directory to useless value.

2006-02-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-126?page=comments#action_12365820 ] Graham Dumpleton commented on MODPYTHON-126: It is impossible to fix this in a way that wouldn't require additional configuration directives to be added to

Re: apache 2.2 support

2006-02-09 Thread Graham Dumpleton
Jim Gallacher wrote .. Graham Dumpleton wrote: The next section of code has: b = APR_BRIGADE_FIRST(self-bb_in); if (b == APR_BRIGADE_SENTINEL(self-bb_in)) return PyString_FromString(); Now I am assuming here that the check with APR_BRIGADE_SENTINEL() is