Skip to content

Commit 10fcf55

Browse files
committed
bumped version to 0.18.
1 parent 563dfea commit 10fcf55

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

README

Lines changed: 6 additions & 12 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.17
13-
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 27
14-
September 2012.
12+
This document describes srcache-nginx-module v0.18
13+
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 25
14+
January 2013.
1515

1616
Synopsis
1717
upstream my_memcached {
@@ -892,12 +892,6 @@ Installation
892892
things up. See OpenResty's installation instructions
893893
(<http://openresty.org/#Installation>) for details.
894894

895-
If you are using Nginx distributions that are not shipped with the
896-
ngx_openresty bundle (<http://openresty.org>), then you are highly
897-
recommended to apply the nonbuffered-upstream-truncation patch
898-
(<https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.
899-
6-nonbuffered-upstream-truncation.patch>) to your Nginx source tree.
900-
901895
Alternatively, you can build Nginx with this module all by yourself:
902896

903897
* Grab the nginx source code from nginx.org (<http://nginx.org>), for
@@ -995,11 +989,11 @@ Getting involved
995989
a commit bit to the source repository on GitHub.
996990

997991
Author
998-
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>
992+
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
999993

1000994
Copyright & License
1001-
Copyright (c) 2010-2012, Yichun "agentzh" Zhang (章亦春)
1002-
<agentzh@gmail.com>.
995+
Copyright (c) 2010-2013, Yichun "agentzh" Zhang (章亦春)
996+
<agentzh@gmail.com>, CloudFlare Inc.
1003997

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

README.markdown

Lines changed: 3 additions & 5 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.17](https://github.com/agentzh/srcache-nginx-module/tags) released on 27 September 2012.
21+
This document describes srcache-nginx-module [v0.18](https://github.com/agentzh/srcache-nginx-module/tags) released on 25 January 2013.
2222

2323
Synopsis
2424
========
@@ -761,8 +761,6 @@ Installation
761761

762762
It is recommended to install this module as well as the Nginx core and many other goodies via the [ngx_openresty bundle](http://openresty.org). It is the easiest way and most safe way to set things up. See OpenResty's [installation instructions](http://openresty.org/#Installation) for details.
763763

764-
If you are using Nginx distributions that are not shipped with the [ngx_openresty bundle](http://openresty.org), then you are highly recommended to apply the [nonbuffered-upstream-truncation patch](https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.6-nonbuffered-upstream-truncation.patch) to your Nginx source tree.
765-
766764
Alternatively, you can build Nginx with this module all by yourself:
767765

768766
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.6 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
@@ -847,11 +845,11 @@ You'll be very welcomed to submit patches to the author or just ask for a commit
847845

848846
Author
849847
======
850-
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>
848+
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
851849

852850
Copyright & License
853851
===================
854-
Copyright (c) 2010-2012, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>.
852+
Copyright (c) 2010-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
855853

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

doc/HttpSRCacheModule.wiki

Lines changed: 3 additions & 5 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.17] released on 27 September 2012.
13+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.18] released on 25 January 2013.
1414

1515
= Synopsis =
1616

@@ -722,8 +722,6 @@ This variable was first introduced in the <code>v0.14</code> release.
722722

723723
It is recommended to install this module as well as the Nginx core and many other goodies via the [http://openresty.org ngx_openresty bundle]. It is the easiest way and most safe way to set things up. See OpenResty's [http://openresty.org/#Installation installation instructions] for details.
724724

725-
If you are using Nginx distributions that are not shipped with the [http://openresty.org ngx_openresty bundle], then you are highly recommended to apply the [https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.6-nonbuffered-upstream-truncation.patch nonbuffered-upstream-truncation patch] to your Nginx source tree.
726-
727725
Alternatively, you can build Nginx with this module all by yourself:
728726

729727
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.6 (see [[#Compatibility|Nginx Compatibility]]),
@@ -798,10 +796,10 @@ Some parts of the test suite requires modules [[HttpRewriteModule]], [[HttpEchoM
798796
You'll be very welcomed to submit patches to the author or just ask for a commit bit to the source repository on GitHub.
799797

800798
= Author =
801-
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>
799+
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
802800

803801
= Copyright & License =
804-
Copyright (c) 2010-2012, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>.
802+
Copyright (c) 2010-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
805803

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

0 commit comments

Comments
 (0)