mod_python docs appendix A - changes in 3.2

2005-06-25 Thread Jim Gallacher
I'm working on putting the docs in order for the 3.2 release, and thought I'd update appendix A as I go. ie, http://www.modpython.org/live/current/doc-html/app-changes.html So, what are the changes from 3.1? Should major bug fixes be listed or just new features/changed behaviour? Feel free to

updated release instructions - please review

2005-06-25 Thread Jim Gallacher
I've split the release instructions from Doc/Makefile into Doc/release-instructions.txt. The instructions have been modifed for svn and checked into mod_python/trunk. Please review and comment as you see fit. http://svn.apache.org/repos/asf/httpd/mod_python/trunk/Doc/release-instructions.txt

Re: updated release instructions - please review

2005-06-25 Thread Sander Striker
Jim Gallacher wrote: I've split the release instructions from Doc/Makefile into Doc/release-instructions.txt. The instructions have been modifed for svn and checked into mod_python/trunk. Please review and comment as you see fit. http://svn.apache.org/repos/asf/httpd/mod_python/trunk/Doc/rel

Re: updated release instructions - please review

2005-06-25 Thread Jim Gallacher
Sander Striker wrote: Jim Gallacher wrote: I've split the release instructions from Doc/Makefile into Doc/release-instructions.txt. The instructions have been modifed for svn and checked into mod_python/trunk. Please review and comment as you see fit. http://svn.apache.org/repos/asf/httpd/

Re: mod_python docs appendix A - changes in 3.2

2005-06-25 Thread Nicolas Lehuen
Hi Jim, I don't have much time now but there should be a complete list here : http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=11060&styleName=Html&projectId=10640&Create=Create What you should add to your list are : - a fix/improvement for FieldStorage allowing for better file upl

[jira] Reopened: (MODPYTHON-8) Improve apache.load_module with a two-level locking scheme

2005-06-25 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-8?page=all ] Nicolas Lehuen reopened MODPYTHON-8: This is not really fixed. The publisher's implementation now uses its own system to load the published modules, but apache.import_module has not chan

[jira] Resolved: (MODPYTHON-15) Publisher : iterable return values should be corretly published

2005-06-25 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-15?page=all ] Nicolas Lehuen resolved MODPYTHON-15: - Fix Version: 3.2.0 Resolution: Fixed Fixed in subversion. > Publisher : iterable return values should be corretly published > ---

Re: mod_python docs appendix A - changes in 3.2

2005-06-25 Thread Graham Dumpleton
On 26/06/2005, at 1:28 AM, Jim Gallacher wrote: Changed import mechanism. (I wasn't paying too much attention to this whole discussion, so maybe someone else could comment on how this changed and the possible impact on user code?) New version attribute. Added publisher.get_page() which allows

Re: mod_python docs appendix A - changes in 3.2

2005-06-25 Thread Gregory (Grisha) Trubetskoy
On Sun, 26 Jun 2005, Graham Dumpleton wrote: Anyway, the point of this mail is simply to register my viewpoint that the new publisher specific import mechanism should not be included. What does everyone think? I'm inclined to agree, especially given that Graham is working on documenting the