Changelog for
apache2-mod_wsgi-4.2.5-2.2.3.i586.rpm :
Thu Jul 10 14:00:00 2014 mcAATTsuse.de
- change URL to new location
Wed Jul 9 14:00:00 2014 mcAATTsuse.de
- provide short module name
Wed Jul 9 14:00:00 2014 mcAATTsuse.de
- Update to version 4.2.5
- remove mod_wsgi-3.4-connsbh.patch - included in upstream version
- remove mod_wsgi-setuid-patch.diff - included in upstream version
- No longer support the use of mod_python in conjunction with
mod_wsgi
- Adding a lot of new configuration option
- fix off-by-one error in setgroups (bnc#883229)
Sat May 24 14:00:00 2014 mcAATTsuse.com
- fix Local privilege escalation (bnc#878550)
CVE-2014-0240
Mon Apr 28 14:00:00 2014 adaugherityAATTtamu.edu
- Fix module name sent to a2enmod/a2dismod and fix/cleanup
post/postun scripts.
Sat Nov 30 13:00:00 2013 agrafAATTsuse.com
- Add patch \"mod_wsgi-3.4-connsbh.patch\" to fix segmentation faults
with apache 2.4 (https://bugzilla.redhat.com/show_bug.cgi?id=831701)
Wed Jan 30 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 3.4:
+ New support for Apache 2.4
+ Support for Python 3.2
+ Is now guaranteed that mod_ssl access handler is run before
that for mod_wsgi so that any per request variables setup by
mod_ssl are available in the mod_wsgi access handler as
implemented by WSGIAccessScript directive.
+ Added \'python-home\' option to WSGIDaemonProcess.
+ Added \'lang\' and \'locale\' options to WSGIDaemonProcess.
+ Split combined WWW-Authenticate header returned from daemon
process back into separate headers.
- Introduce build compatibility with apache 2.4: apxs2 was moved
from %{_sbindir} to %{_bindir}
Fri Nov 16 13:00:00 2012 saschpeAATTsuse.de
- Require apache2, a module makes little sense without
Fri Dec 16 13:00:00 2011 chrisAATTcomputersalat.de
- add post/postun section
* enable module after install (a2enmod)
* disable module after deinstall (a2enmod -d)
- fix License as required by http://spdx.org/licenses/
* Apache-2.0
- fix build for CentOS/RHEL
- spec-cleanup
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
Wed Oct 27 14:00:00 2010 termimAATTgmail.com
- update to 3.3:
http://code.google.com/p/modwsgi/wiki/ChangesInVersion0303
Wed May 13 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 2.5:
http://code.google.com/p/modwsgi/wiki/ChangesInVersion0205
- minor spec file fixes (use %configure, -j%jobs)