Skip to content

Commit

Permalink
updated docs for v0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jun 8, 2010
1 parent 87e6e73 commit b8c8721
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README
Expand Up @@ -6,9 +6,9 @@ Name
installation instructions.

Version
This document describes headers-more-nginx-module v0.10
(<http://github.com/agentzh/headers-more-nginx-module/tarball/v0.10 >)
released on June 6, 2010.
This document describes headers-more-nginx-module v0.11
(<http://github.com/agentzh/headers-more-nginx-module/tarball/v0.11 >)
released on June 8, 2010.

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

* 0.8.x (last tested version is 0.8.39)
* 0.8.x (last tested version is 0.8.40)

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

Earlier versions of Nginx like 0.6.x and 0.5.x will *not* work.

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

ChangeLog
v0.11
* fixed the variables-in-Range-header issue in more_set_input_headers
reported by Alexander Vetrin.

v0.10
* now we can remove an input and output header *completely*, including
both custom and builtin headers.
Expand Down
9 changes: 6 additions & 3 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.10 v0.10] released on June 6, 2010.
This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tarball/v0.11 v0.11] released on June 8, 2010.

= Synopsis =

Expand Down Expand Up @@ -247,8 +247,8 @@ 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.39)
* '''0.7.x >= 0.7.44''' (last tested version is 0.7.65)
* '''0.8.x''' (last tested version is 0.8.40)
* '''0.7.x >= 0.7.44''' (last tested version is 0.7.66)
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.11 ==
* fixed the variables-in-Range-header issue in [[#more_set_input_headers|more_set_input_headers]] reported by Alexander Vetrin.
== v0.10 ==
* now we can remove an input and output header ''completely'', including both custom and builtin headers.
Expand Down

0 comments on commit b8c8721

Please sign in to comment.