Skip to content

Commit

Permalink
Release: SEnginx v1.5.12
Browse files Browse the repository at this point in the history
Changes:

    *) Feature: upgrade to original nginx 1.5.12, which fixes CVE-2014-0133 security problem.

    *) Feature: SEnginx supports OpenStack LBaaS now. Find more at:
                https://github.com/NeusoftSecurity/SEnginx-LBaaS-Driver

    *) Bugfix: In ngx_http_whitelist module, if resovler is not response/not reachable, nginx
               workers will hang up while reloading or shutting down due to socket leaks.

    *) Bugfix: Fix upstream checking issues when using tcp method.

    *) Bugfix: Segmentation fault may occur in ngx_http_neteye_security module.

Signed-off-by: paulyang <[email protected]>
  • Loading branch information
paulyang committed Mar 20, 2014
1 parent af79d1e commit 69c6d91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.senginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

Changes with senginx 1.5.12 20 Mar 2014

*) Feature: upgrade to original nginx 1.5.12, which fixes CVE-2014-0133 security problem.

*) Feature: SEnginx supports OpenStack LBaaS now. Find more at:
https://github.com/NeusoftSecurity/SEnginx-LBaaS-Driver

*) Bugfix: In ngx_http_whitelist module, if resovler is not response/not reachable, nginx
workers will hang up while reloading or shutting down due to socket leaks.

*) Bugfix: Fix upstream checking issues when using tcp method.

*) Bugfix: Segmentation fault may occur in ngx_http_neteye_security module.


Changes with senginx 1.5.11 05 Mar 2014

*) Feature: upgrade to original nginx 1.5.11, which fixes CVE-2014-0088 security problem.
Expand Down

0 comments on commit 69c6d91

Please sign in to comment.