Logoj0ke.net Open Build Service > Projects > internetx:projects:http > nginx > Changes
Sign Up | Log In

Changes of Revision 101

[-] Changed nginx.spec
x
 
1
@@ -20,7 +20,7 @@
2
 %define ngxpurge_version   2.3
3
 
4
 Name:           nginx
5
-Version:        1.9.5
6
+Version:        1.9.7
7
 Release:        1
8
 Summary:        Robust, small and high performance http and reverse proxy server
9
 Group:          System Environment/Daemons   
10
@@ -169,6 +169,7 @@
11
     --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.3 \
12
 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
13
     --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \
14
+    --with-threads \
15
 %endif
16
 %if 0%{with_rtmp_ext}
17
     --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \
18
@@ -271,6 +272,11 @@
19
 
20
 
21
 %changelog
22
+* Tue Dec 08 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.7-1
23
+- version bump 1.9.7
24
+- enabled http2
25
+- enabled thread pool support
26
+
27
 * Wed May 12 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.1-1
28
 - Version Bump 1.9.1 Codename Putin
29
 
30