Skip to content

Commit

Permalink
releng work for 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 7, 2010
1 parent 7c6b53e commit 9508330
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
15 changes: 11 additions & 4 deletions README
Expand Up @@ -6,9 +6,9 @@ Name
installation instructions.

Version
This document describes headers-more-nginx-module v0.12
(<http://github.com/agentzh/headers-more-nginx-module/tarball/v0.12 >)
released on June 22, 2010.
This document describes headers-more-nginx-module v0.13
(<http://github.com/agentzh/headers-more-nginx-module/tarball/v0.13 >)
released on July 7, 2010.

Synopsis
# set the Server output header
Expand Down Expand Up @@ -239,7 +239,7 @@ Installation
Compatibility
The following versions of Nginx should work with this module:

* 0.8.x (last tested version is 0.8.42)
* 0.8.x (last tested version is 0.8.44)

* 0.7.x >= 0.7.44 (last tested version is 0.7.67)

Expand All @@ -264,6 +264,13 @@ Source Repository
(<http://github.com/agentzh/headers-more-nginx-module >).

ChangeLog
v0.13
* fixed a bug in rewrite phase postponing algorithm which may cause
ngx_eval (<http://www.grid.net.ru/nginx/eval.en.html >)'s eval block
running *after* ngx_rewrite
(<http://wiki.nginx.org/NginxHttpRewriteModule >)'s directives.
thanks Liseen Wan (xunxin).

v0.12
* fixed a bug in the Content-Type output header setting handler. we
should always clear "r->headers_out.content_type_lowcase", or it'll
Expand Down
7 changes: 5 additions & 2 deletions doc/readme.wiki
Expand Up @@ -6,7 +6,7 @@

= Version =

This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tarball/v0.12 v0.12] released on June 22, 2010.
This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tarball/v0.13 v0.13] released on July 7, 2010.

= Synopsis =

Expand Down Expand Up @@ -247,7 +247,7 @@ Download the latest version of the release tarball of this module from [http://g

The following versions of Nginx should work with this module:

* '''0.8.x''' (last tested version is 0.8.42)
* '''0.8.x''' (last tested version is 0.8.44)
* '''0.7.x >= 0.7.44''' (last tested version is 0.7.67)
Earlier versions of Nginx like 0.6.x and 0.5.x will ''not'' work.
Expand All @@ -267,6 +267,9 @@ Available on github at [http://github.com/agentzh/headers-more-nginx-module agen

= ChangeLog =

== v0.13 ==
* fixed a bug in rewrite phase postponing algorithm which may cause [http://www.grid.net.ru/nginx/eval.en.html ngx_eval]'s eval block running ''after'' [http://wiki.nginx.org/NginxHttpRewriteModule ngx_rewrite]'s directives. thanks Liseen Wan (xunxin).
== v0.12 ==
* fixed a bug in the Content-Type output header setting handler. we should always clear <code>r->headers_out.content_type_lowcase</code>, or it'll confuse output filters like that of the gzip module.
Expand Down

0 comments on commit 9508330

Please sign in to comment.