Skip to content

Commit

Permalink
bumped version to 0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 26, 2013
1 parent 376b7bc commit 0df17d0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions README
Expand Up @@ -6,9 +6,9 @@ Name
installation instructions.

Version
This document describes headers-more-nginx-module v0.19
This document describes headers-more-nginx-module v0.20
(<http://github.com/agentzh/headers-more-nginx-module/tags>) released on
20 November 2012.
26 April 2013.

Synopsis
# set the Server output header
Expand Down Expand Up @@ -237,12 +237,12 @@ Limitations

Installation
Grab the nginx source code from nginx.org (<http://nginx.org/>), for
example, the version 1.2.7 (see nginx compatibility), and then build the
example, the version 1.2.8 (see nginx compatibility), and then build the
source with this module:

wget 'http://nginx.org/download/nginx-1.2.7.tar.gz'
tar -xzvf nginx-1.2.7.tar.gz
cd nginx-1.2.7/
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
tar -xzvf nginx-1.2.8.tar.gz
cd nginx-1.2.8/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -263,7 +263,7 @@ Compatibility

* 1.3.x (last tested: 1.3.7)

* 1.2.x (last tested: 1.2.7)
* 1.2.x (last tested: 1.2.8)

* 1.1.x (last tested: 1.1.5)

Expand Down Expand Up @@ -355,10 +355,10 @@ Copyright & License
The code base is borrowed directly from the standard headers module in
Nginx 0.8.24. This part of code is copyrighted by Igor Sysoev.

Copyright (c) 2009-2012, Yichun "agentzh" Zhang (章亦春)
Copyright (c) 2009-2013, Yichun "agentzh" Zhang (章亦春)
<agentzh@gmail.com>, CloudFlare Inc.

Copyright (c) 2010-2012, Bernd Dorn.
Copyright (c) 2010-2013, Bernd Dorn.

This module is licensed under the terms of the BSD license.

Expand Down
16 changes: 8 additions & 8 deletions README.markdown
Expand Up @@ -13,7 +13,7 @@ Name
Version
=======

This document describes headers-more-nginx-module [v0.19](http://github.com/agentzh/headers-more-nginx-module/tags) released on 20 November 2012.
This document describes headers-more-nginx-module [v0.20](http://github.com/agentzh/headers-more-nginx-module/tags) released on 26 April 2013.

Synopsis
========
Expand Down Expand Up @@ -262,12 +262,12 @@ Installation
============

Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
the version 1.2.7 (see [nginx compatibility](http://wiki.nginx.org/HttpHeadersMoreModule#Compatibility)), and then build the source with this module:
the version 1.2.8 (see [nginx compatibility](http://wiki.nginx.org/HttpHeadersMoreModule#Compatibility)), and then build the source with this module:


wget 'http://nginx.org/download/nginx-1.2.7.tar.gz'
tar -xzvf nginx-1.2.7.tar.gz
cd nginx-1.2.7/
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
tar -xzvf nginx-1.2.8.tar.gz
cd nginx-1.2.8/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -287,7 +287,7 @@ Compatibility
The following versions of Nginx should work with this module:

* **1.3.x** (last tested: 1.3.7)
* **1.2.x** (last tested: 1.2.7)
* **1.2.x** (last tested: 1.2.8)
* **1.1.x** (last tested: 1.1.5)
* **1.0.x** (last tested: 1.0.11)
* **0.9.x** (last tested: 0.9.4)
Expand Down Expand Up @@ -379,9 +379,9 @@ Copyright & License

The code base is borrowed directly from the standard [headers](http://wiki.nginx.org/HttpHeadersModule) module in Nginx 0.8.24. This part of code is copyrighted by Igor Sysoev.

Copyright (c) 2009-2012, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
Copyright (c) 2009-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.

Copyright (c) 2010-2012, Bernd Dorn.
Copyright (c) 2010-2013, Bernd Dorn.

This module is licensed under the terms of the BSD license.

Expand Down
16 changes: 8 additions & 8 deletions doc/HttpHeadersMoreModule.wiki
Expand Up @@ -6,7 +6,7 @@

= Version =

This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tags v0.19] released on 20 November 2012.
This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tags v0.20] released on 26 April 2013.

= Synopsis =

Expand Down Expand Up @@ -246,12 +246,12 @@ See [[#more_set_input_headers|more_set_input_headers]] for more details.
= Installation =

Grab the nginx source code from [http://nginx.org/ nginx.org], for example,
the version 1.2.7 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
the version 1.2.8 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:

<geshi lang="bash">
wget 'http://nginx.org/download/nginx-1.2.7.tar.gz'
tar -xzvf nginx-1.2.7.tar.gz
cd nginx-1.2.7/
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
tar -xzvf nginx-1.2.8.tar.gz
cd nginx-1.2.8/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -270,7 +270,7 @@ Also, this module is included and enabled by default in the [http://openresty.or
The following versions of Nginx should work with this module:

* '''1.3.x''' (last tested: 1.3.7)
* '''1.2.x''' (last tested: 1.2.7)
* '''1.2.x''' (last tested: 1.2.8)
* '''1.1.x''' (last tested: 1.1.5)
* '''1.0.x''' (last tested: 1.0.11)
* '''0.9.x''' (last tested: 0.9.4)
Expand Down Expand Up @@ -351,9 +351,9 @@ This wiki page is also maintained by the author himself, and everybody is encour

The code base is borrowed directly from the standard [[HttpHeadersModule|headers]] module in Nginx 0.8.24. This part of code is copyrighted by Igor Sysoev.

Copyright (c) 2009-2012, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
Copyright (c) 2009-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.

Copyright (c) 2010-2012, Bernd Dorn.
Copyright (c) 2010-2013, Bernd Dorn.

This module is licensed under the terms of the BSD license.

Expand Down

0 comments on commit 0df17d0

Please sign in to comment.