1.9.8
diff --git a/debian/changelog b/debian/changelog index c828cf6..7313496 100644 --- a/debian/changelog +++ b/debian/changelog
@@ -1,3 +1,10 @@ +nginx (1.9.8-1) unstable; urgency=low + + * 1.9.8 + * http_slice module enabled + + -- Konstantin Pavlov <thresh@nginx.com> Tue, 08 Dec 2015 15:55:00 +0300 + nginx (1.9.7-1) unstable; urgency=low * 1.9.7
diff --git a/debian/rules b/debian/rules index 6db3066..7f030fc 100755 --- a/debian/rules +++ b/debian/rules
@@ -49,6 +49,7 @@ --with-threads \ --with-stream \ --with-stream_ssl_module \ + --with-http_slice_module \ --with-mail \ --with-mail_ssl_module \ --with-file-aio \ @@ -90,6 +91,7 @@ --with-threads \ --with-stream \ --with-stream_ssl_module \ + --with-http_slice_module \ --with-mail \ --with-mail_ssl_module \ --with-file-aio \
diff --git a/rpm/SPECS/nginx.spec b/rpm/SPECS/nginx.spec index bf58c49..74282c4 100644 --- a/rpm/SPECS/nginx.spec +++ b/rpm/SPECS/nginx.spec
@@ -51,7 +51,7 @@ Summary: High performance web server Name: nginx -Version: 1.9.7 +Version: 1.9.8 Release: 1%{?dist}.ngx Vendor: nginx inc. URL: http://nginx.org/ @@ -125,6 +125,7 @@ --with-threads \ --with-stream \ --with-stream_ssl_module \ + --with-http_slice_module \ --with-mail \ --with-mail_ssl_module \ --with-file-aio \ @@ -167,6 +168,7 @@ --with-threads \ --with-stream \ --with-stream_ssl_module \ + --with-http_slice_module \ --with-mail \ --with-mail_ssl_module \ --with-file-aio \ @@ -352,6 +354,10 @@ fi %changelog +* Tue Dec 8 2015 Konstantin Pavlov <thresh@nginx.com> +- 1.9.8 +- http_slice module enabled + * Tue Nov 17 2015 Konstantin Pavlov <thresh@nginx.com> - 1.9.7