Skip to content

Commit d0c7ff5

Browse files
committed
bumped version to 0.22.
1 parent b2d7896 commit d0c7ff5

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

README

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Status
99
This module is production ready.
1010

1111
Version
12-
This document describes srcache-nginx-module v0.21
13-
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 23
14-
May 2013.
12+
This document describes srcache-nginx-module v0.22
13+
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 6
14+
August 2013.
1515

1616
Synopsis
1717
upstream my_memcached {
@@ -922,21 +922,22 @@ Installation
922922
Alternatively, you can build Nginx with this module all by yourself:
923923

924924
* Grab the nginx source code from nginx.org (<http://nginx.org>), for
925-
example, the version 1.2.9 (see Nginx Compatibility),
925+
example, the version 1.4.1 (see Nginx Compatibility),
926926

927927
* and then apply the patch to your nginx source tree that fixes an
928928
important bug in the mainline Nginx core:
929-
https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.8-upstream_truncation.patch
929+
https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.
930+
4.1-upstream_truncation.patch
930931

931932
* after that, download the latest version of the release tarball of
932933
this module from srcache-nginx-module file list
933934
(<http://github.com/agentzh/srcache-nginx-module/tags>),
934935

935936
* and finally build the Nginx source with this module
936937

937-
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
938-
tar -xzvf nginx-1.2.9.tar.gz
939-
cd nginx-1.2.9/
938+
wget 'http://nginx.org/download/nginx-1.4.1.tar.gz'
939+
tar -xzvf nginx-1.4.1.tar.gz
940+
cd nginx-1.4.1/
940941

941942
# Here we assume you would install you nginx under /opt/nginx/.
942943
./configure --prefix=/opt/nginx \
@@ -948,6 +949,8 @@ Installation
948949
Compatibility
949950
The following versions of Nginx should work with this module:
950951

952+
* 1.4.x (last tested: 1.4.1)
953+
951954
* 1.3.x (last tested: 1.3.7)
952955

953956
* 1.2.x (last tested: 1.2.9)

README.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is production ready.
1818
Version
1919
=======
2020

21-
This document describes srcache-nginx-module [v0.21](https://github.com/agentzh/srcache-nginx-module/tags) released on 23 May 2013.
21+
This document describes srcache-nginx-module [v0.22](https://github.com/agentzh/srcache-nginx-module/tags) released on 6 August 2013.
2222

2323
Synopsis
2424
========
@@ -777,14 +777,14 @@ It is recommended to install this module as well as the Nginx core and many othe
777777

778778
Alternatively, you can build Nginx with this module all by yourself:
779779

780-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.9 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
781-
* 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.2.8-upstream_truncation.patch>
780+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.4.1 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
781+
* 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.1-upstream_truncation.patch>
782782
* 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),
783783
* and finally build the Nginx source with this module
784784

785-
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
786-
tar -xzvf nginx-1.2.9.tar.gz
787-
cd nginx-1.2.9/
785+
wget 'http://nginx.org/download/nginx-1.4.1.tar.gz'
786+
tar -xzvf nginx-1.4.1.tar.gz
787+
cd nginx-1.4.1/
788788
789789
# Here we assume you would install you nginx under /opt/nginx/.
790790
./configure --prefix=/opt/nginx \
@@ -799,6 +799,7 @@ Compatibility
799799

800800
The following versions of Nginx should work with this module:
801801

802+
* 1.4.x (last tested: 1.4.1)
802803
* 1.3.x (last tested: 1.3.7)
803804
* 1.2.x (last tested: 1.2.9)
804805
* 1.1.x (last tested: 1.1.5)

doc/HttpSRCacheModule.wiki

Lines changed: 7 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.21] released on 23 May 2013.
13+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.22] released on 6 August 2013.
1414

1515
= Synopsis =
1616

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

738738
Alternatively, you can build Nginx with this module all by yourself:
739739

740-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.9 (see [[#Compatibility|Nginx Compatibility]]),
741-
* 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.2.8-upstream_truncation.patch
740+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.4.1 (see [[#Compatibility|Nginx Compatibility]]),
741+
* 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.1-upstream_truncation.patch
742742
* 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],
743743
* and finally build the Nginx source with this module
744744
<geshi lang="nginx">
745-
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
746-
tar -xzvf nginx-1.2.9.tar.gz
747-
cd nginx-1.2.9/
745+
wget 'http://nginx.org/download/nginx-1.4.1.tar.gz'
746+
tar -xzvf nginx-1.4.1.tar.gz
747+
cd nginx-1.4.1/
748748

749749
# Here we assume you would install you nginx under /opt/nginx/.
750750
./configure --prefix=/opt/nginx \
@@ -758,6 +758,7 @@ Alternatively, you can build Nginx with this module all by yourself:
758758

759759
The following versions of Nginx should work with this module:
760760

761+
* 1.4.x (last tested: 1.4.1)
761762
* 1.3.x (last tested: 1.3.7)
762763
* 1.2.x (last tested: 1.2.9)
763764
* 1.1.x (last tested: 1.1.5)

0 commit comments

Comments
 (0)