Changes of Revision 80
[-] | Changed | nginx.spec |
x 1
2 --with-http_secure_link_module \ 3 --with-http_degradation_module \ 4 --with-http_stub_status_module \ 5 + --with-threads \ 6 --with-debug \ 7 --with-ipv6 \ 8 --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 9
10 11 12 %changelog 13 +* Wed Mar 25 2015 Juergen Gotteswinter <jg@internetx.com> - 1.7.11-1 14 +- pushed bundled openssl to latest 1.0.2 15 +- enabled thread pool support (appeared in 1.7.11) 16 +- updated rtmp module to latest git (previous version does not build with 1.7.11) 17 + 18 * Thu Dec 31 2014 Juergen Gotteswinter <jg@internetx.com> - 1.7.9-2 19 - added nginx pagespeed module - rhel/centos 7.x only 20 - added nginx pagespeed sample config 21 |