Skip to content

Commit 060c6b9

Browse files
committed
doc: bumped version to 0.27 and updated other stuff.
1 parent 04cd978 commit 060c6b9

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.markdown

+7-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This module is production ready.
7070
Version
7171
=======
7272

73-
This document describes srcache-nginx-module [v0.26](https://github.com/openresty/srcache-nginx-module/tags) released on 20 March 2014.
73+
This document describes srcache-nginx-module [v0.27](https://github.com/openresty/srcache-nginx-module/tags) released on 31 May 2014.
7474

7575
Synopsis
7676
========
@@ -1002,15 +1002,15 @@ It is recommended to install this module as well as the Nginx core and many othe
10021002

10031003
Alternatively, you can build Nginx with this module all by yourself:
10041004

1005-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.11 (see [Nginx Compatibility](#compatibility)),
1005+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.7.0 (see [Nginx Compatibility](#compatibility)),
10061006
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: <https://raw.github.com/openresty/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.)
10071007
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [file list](http://github.com/openresty/srcache-nginx-module/tags),
10081008
* and finally build the Nginx source with this module
10091009
```nginx
10101010
1011-
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
1012-
tar -xzvf nginx-1.5.11.tar.gz
1013-
cd nginx-1.5.11/
1011+
wget 'http://nginx.org/download/nginx-1.7.0.tar.gz'
1012+
tar -xzvf nginx-1.7.0.tar.gz
1013+
cd nginx-1.7.0/
10141014
10151015
# Here we assume you would install you nginx under /opt/nginx/.
10161016
./configure --prefix=/opt/nginx \
@@ -1027,7 +1027,8 @@ Compatibility
10271027

10281028
The following versions of Nginx should work with this module:
10291029

1030-
* 1.5.x (last tested: 1.5.11)
1030+
* 1.7.x (last tested: 1.7.0)
1031+
* 1.5.x (last tested: 1.5.12)
10311032
* 1.4.x (last tested: 1.4.4)
10321033
* 1.3.x (last tested: 1.3.7)
10331034
* 1.2.x (last tested: 1.2.9)

doc/HttpSRCacheModule.wiki

+7-6
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/openresty/srcache-nginx-module/tags v0.26] released on 20 March 2014.
13+
This document describes srcache-nginx-module [https://github.com/openresty/srcache-nginx-module/tags v0.27] released on 31 May 2014.
1414

1515
= Synopsis =
1616

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

824824
Alternatively, you can build Nginx with this module all by yourself:
825825

826-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.11 (see [[#Compatibility|Nginx Compatibility]]),
826+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.7.0 (see [[#Compatibility|Nginx Compatibility]]),
827827
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: https://raw.github.com/openresty/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.)
828828
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/openresty/srcache-nginx-module/tags file list],
829829
* and finally build the Nginx source with this module
830830
<geshi lang="nginx">
831-
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
832-
tar -xzvf nginx-1.5.11.tar.gz
833-
cd nginx-1.5.11/
831+
wget 'http://nginx.org/download/nginx-1.7.0.tar.gz'
832+
tar -xzvf nginx-1.7.0.tar.gz
833+
cd nginx-1.7.0/
834834

835835
# Here we assume you would install you nginx under /opt/nginx/.
836836
./configure --prefix=/opt/nginx \
@@ -844,7 +844,8 @@ Alternatively, you can build Nginx with this module all by yourself:
844844

845845
The following versions of Nginx should work with this module:
846846

847-
* 1.5.x (last tested: 1.5.11)
847+
* 1.7.x (last tested: 1.7.0)
848+
* 1.5.x (last tested: 1.5.12)
848849
* 1.4.x (last tested: 1.4.4)
849850
* 1.3.x (last tested: 1.3.7)
850851
* 1.2.x (last tested: 1.2.9)

0 commit comments

Comments
 (0)