Saturday, November 21, 2009

Versions 3.0 and 2.7 of mod_wsgi are now available.

No problems were reported with last release candidate and no one took issue with Python 3.X support, so have finally released mod_wsgi 3.0. Have also released a very minor update of 2.X branch as well in form of mod_wsgi 2.7. Unless significant issues come up, there will be no more releases from the 2.X branch.

5 comments:

Dirkjan Ochtman said...

It seems 2.7 reacts weirdly to the Gentoo way of building it, at least...

>>> Compiling source in /var/tmp/portage/www-apache/mod_wsgi-2.7/work/mod_wsgi-2.7 ...
make -j2
/usr/sbin/apxs2 -c -I/usr/include/python2.6 -DNDEBUG -Os -march=native -pipe mod_wsgi.c -Wl,-O1 -L/usr/lib -L/usr/lib/python2.6/config -lpython2.6 -lpthread -ldl -lutil -lm
apxs:Error: Unknown option: O.
apxs:Error: Unknown option: s.
apxs:Error: Unknown option: m.
apxs:Error: Unknown option: r.
apxs:Error: Unknown option: h.
apxs:Error: Unknown option: =.

Graham Dumpleton said...

@djc: See discussion in 'http://groups.google.com/group/modwsgi/browse_frm/thread/667933ac958d1e6b'.

Graham Dumpleton said...

Fixes in trunk for 3.1 and branch for 2.8. New versions will come out in next day or so. The changes only affect building form package distribution scripts which inject CFLAGS into configure. If you have got existing versions compiled, no need to bother with update versions when they come out. If just want the patch, see mailing list discussion.

Graham Dumpleton said...

Version 2.8 and 3.1 of mod_wsgi are now available to address the CFLAGS issue.

Dirkjan Ochtman said...

Great, thanks. I committed a 2.8 ebuild to Gentoo's tree.