Changelog for
apache2-mod_scgi-1.14-11.1.x86_64.rpm :
Tue Apr 23 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.14:
+ Improve logic for reaping dead child processes.
+ Properly handle interrupted system calls while doing a restart.
+ Drop GIL when passing file descriptors.
+ Add target to build multi-architecture mod_scgi for Mac OS.
- Rebase python-scgi-newstyle-classes.patch.
- Add python-scgi-apache24.patch: Port to Apache 2.4.
Wed Jan 25 13:00:00 2012 cfarrellAATTsuse.com
- license update: SUSE-Python-1.6
License is the old Python license (CNRI on Fedora). Use proprietary
SUSE-prefix until Python-1.6 is accepted upstream at spdx.org
Wed Apr 29 14:00:00 2009 mrueckertAATTsuse.de
- update to version 1.13:
- Send Content-Length provided by client, rather than
r->remaining.
- Fix error message typo in passfd.c.
- Remove duplicated text from Apache error messages.
- Ensure that PATH_INFO is correct even with mod_rewrite
mod_rewrite can modify r->path_info. One way this could happen
is if the path being served by SCGI exists on the filesystem.
Ensure that PATH_INFO is correct. Thanks to David Binger for
point out the fix.
- add python-scgi-1.13_documentation_path.patch:
fix path to documentation (bnc#482477)
- include guide.html (bnc#482477)
- move cgi2scgi.c to the main package
Fri Mar 6 13:00:00 2009 mawAATTpobox.com
- Add python-scgi-newstyle-classes.patch, converting several
classes from oldstyle to newstyle.
Fri Apr 13 14:00:00 2007 mrueckertAATTsuse.de
- update to version 1.12:
- Provide a new overridable method in SCGIHandler, produce(), as
a more user-friendly alternative to handle_connection().
Another new alternative is produce_cgilike() which receives the
request payload on standard input and is expected to write its
results to standard output.
(Jeroen T. Vermeulen
)
- Define the CMSG_LEN and CMSG_SPACE macros if the platform
doesn\'t provide them. (Neil Schemenauer )
- Add guide.html document.
(Jeroen T. Vermeulen )
Fri Sep 22 14:00:00 2006 poemlAATTsuse.de
- remove libapr-util1-devel from Buildrequires, since the correct
one comes with apache2-devel
Wed Aug 30 14:00:00 2006 mrueckertAATTsuse.de
- Update to version 1.11:
o Allow SCGIServer to use an open socket if provided by the
calling procedure. The existing serve() method remains the same.
o Improve portability of the passfd module (solves at least one
bug on AMD64 machines).
o Fix a mod_scgi bug that caused a segfault (due to a NULL pointer
dereference) with certain configurations.
o Don\'t send duplicated headers for SCRIPT_NAME and HTTPS.
- removed apache2-mod_scgi-1.9_apache-2.2.0.patch:
Patch was applied upstream in 1.10 (only change in 1.10)
- install docs with the apache module too
Sat Mar 4 13:00:00 2006 ajAATTsuse.de
- updated to reflect python changes due to #149809
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Mon Jan 16 13:00:00 2006 mrueckertAATTsuse.de
- update the patch so it works with apache 2.0 again