Skip to content

Commit

Permalink
nginx 1.7.2 mainline
Browse files Browse the repository at this point in the history
*) Feature: the "hash" directive inside the "upstream" block.
*) Feature: defragmentation of free shared memory blocks.
    Thanks to Wandenberg Peixoto and Yichun Zhang.
*) Bugfix: a segmentation fault might occur in a worker process if the
default value of the "access_log" directive was used; the bug had
appeared in 1.7.0.
   Thanks to Piotr Sikora.
*) Bugfix: trailing slash was mistakenly removed from the last
parameter of the "try_files" directive.
*) Bugfix: nginx could not be built on OS X in some cases.
*) Bugfix: in the ngx_http_spdy_module.

Changelog: http://nginx.org/en/CHANGES
  • Loading branch information
denji committed Jun 19, 2014
1 parent 7340631 commit 3161e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-full.rb
Expand Up @@ -7,8 +7,8 @@ class NginxFull < Formula
sha1 '00eed38652d2cee36cc91a395f6703584658bb23'

devel do
url 'http://nginx.org/download/nginx-1.7.1.tar.gz'
sha1 'd1860abfc4f4a949361a46b835b69dede5472b02'
url 'http://nginx.org/download/nginx-1.7.2.tar.gz'
sha1 '2537cba3c9c7f70fcfe5732b46ace38bf2a161c1'
end

head 'http://hg.nginx.org/nginx/', :using => :hg
Expand Down

0 comments on commit 3161e61

Please sign in to comment.