Upstream to 4.4.8.
- This version includes the fix for the segfault described in RHBZ#1178851.
This commit is contained in:
parent
5aafc98b6c
commit
4f87bb2759
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ mod_wsgi-3.2.tar.gz
|
||||
/4.4.1.tar.gz
|
||||
/mod_wsgi-4.4.1.tar.gz
|
||||
/mod_wsgi-4.4.3.tar.gz
|
||||
/mod_wsgi-4.4.8.tar.gz
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
%endif
|
||||
|
||||
Name: mod_wsgi
|
||||
Version: 4.4.3
|
||||
Version: 4.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A WSGI interface for Python web applications in Apache
|
||||
Group: System Environment/Libraries
|
||||
@ -117,6 +117,10 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2015 Richard W.M. Jones <rjones@redhat.com> - 4.4.8-1
|
||||
- Upstream to 4.4.8.
|
||||
- This version includes the fix for the segfault described in RHBZ#1178851.
|
||||
|
||||
* Mon Jan 5 2015 Jakub Dorňák <jdornak@redhat.com> - 4.4.3-1
|
||||
- update to new upstream version 4.4.3 (#1176914)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user