Skip to content

Commit d4fed34

Browse files
committed
doc: bumped version to 0.26; also stated that we work with nginx 1.5.11.
1 parent 74a9e04 commit d4fed34

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This module is production ready.
6969
Version
7070
=======
7171

72-
This document describes srcache-nginx-module [v0.25](https://github.com/agentzh/srcache-nginx-module/tags) released on 10 January 2014.
72+
This document describes srcache-nginx-module [v0.26](https://github.com/agentzh/srcache-nginx-module/tags) released on 20 March 2014.
7373

7474
Synopsis
7575
========
@@ -972,15 +972,15 @@ It is recommended to install this module as well as the Nginx core and many othe
972972

973973
Alternatively, you can build Nginx with this module all by yourself:
974974

975-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.8 (see [Nginx Compatibility](#compatibility)),
975+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.11 (see [Nginx Compatibility](#compatibility)),
976976
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: <https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.4.3-upstream_truncation.patch> (you do NOT need this patch if you are using nginx 1.5.3 and later versions.)
977977
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [file list](http://github.com/agentzh/srcache-nginx-module/tags),
978978
* and finally build the Nginx source with this module
979979
```nginx
980980
981-
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
982-
tar -xzvf nginx-1.5.8.tar.gz
983-
cd nginx-1.5.8/
981+
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
982+
tar -xzvf nginx-1.5.11.tar.gz
983+
cd nginx-1.5.11/
984984
985985
# Here we assume you would install you nginx under /opt/nginx/.
986986
./configure --prefix=/opt/nginx \
@@ -997,7 +997,7 @@ Compatibility
997997

998998
The following versions of Nginx should work with this module:
999999

1000-
* 1.5.x (last tested: 1.5.8)
1000+
* 1.5.x (last tested: 1.5.11)
10011001
* 1.4.x (last tested: 1.4.4)
10021002
* 1.3.x (last tested: 1.3.7)
10031003
* 1.2.x (last tested: 1.2.9)

doc/HttpSRCacheModule.wiki

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module is production ready.
1010

1111
= Version =
1212

13-
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.25] released on 10 January 2014.
13+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.26] released on 20 March 2014.
1414

1515
= Synopsis =
1616

@@ -798,14 +798,14 @@ It is recommended to install this module as well as the Nginx core and many othe
798798

799799
Alternatively, you can build Nginx with this module all by yourself:
800800

801-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.8 (see [[#Compatibility|Nginx Compatibility]]),
801+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.11 (see [[#Compatibility|Nginx Compatibility]]),
802802
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.4.3-upstream_truncation.patch (you do NOT need this patch if you are using nginx 1.5.3 and later versions.)
803803
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/agentzh/srcache-nginx-module/tags file list],
804804
* and finally build the Nginx source with this module
805805
<geshi lang="nginx">
806-
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
807-
tar -xzvf nginx-1.5.8.tar.gz
808-
cd nginx-1.5.8/
806+
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
807+
tar -xzvf nginx-1.5.11.tar.gz
808+
cd nginx-1.5.11/
809809

810810
# Here we assume you would install you nginx under /opt/nginx/.
811811
./configure --prefix=/opt/nginx \
@@ -819,7 +819,7 @@ Alternatively, you can build Nginx with this module all by yourself:
819819

820820
The following versions of Nginx should work with this module:
821821

822-
* 1.5.x (last tested: 1.5.8)
822+
* 1.5.x (last tested: 1.5.11)
823823
* 1.4.x (last tested: 1.4.4)
824824
* 1.3.x (last tested: 1.3.7)
825825
* 1.2.x (last tested: 1.2.9)

0 commit comments

Comments
 (0)