Skip to content

Commit e08cfd2

Browse files
committed
bumped version to 0.27.
1 parent c45ad38 commit e08cfd2

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
@@ -56,7 +56,7 @@ Table of Contents
5656
Version
5757
=======
5858

59-
This document describes ngx_set_misc [v0.26](https://github.com/openresty/set-misc-nginx-module/tags) released on 2 September 2014.
59+
This document describes ngx_set_misc [v0.27](https://github.com/openresty/set-misc-nginx-module/tags) released on 21 November 2014.
6060

6161
Synopsis
6262
========
@@ -1132,13 +1132,13 @@ Installation
11321132
This module is included and enabled by default in the [ngx_openresty bundle](http://openresty.org). If you want to install this module manually with your own Nginx source tarball, then follow the steps below:
11331133

11341134
Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
1135-
the version 1.7.4 (see [nginx compatibility](#compatibility)), and then build the source with this module:
1135+
the version 1.7.7 (see [nginx compatibility](#compatibility)), and then build the source with this module:
11361136

11371137
```bash
11381138

1139-
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
1140-
tar -xzvf nginx-1.7.4.tar.gz
1141-
cd nginx-1.7.4/
1139+
wget 'http://nginx.org/download/nginx-1.7.7.tar.gz'
1140+
tar -xzvf nginx-1.7.7.tar.gz
1141+
cd nginx-1.7.7/
11421142

11431143
# Here we assume you would install you nginx under /opt/nginx/.
11441144
./configure --prefix=/opt/nginx \
@@ -1161,7 +1161,7 @@ Compatibility
11611161

11621162
The following versions of Nginx should work with this module:
11631163

1164-
* **1.7.x** (last tested: 1.7.4)
1164+
* **1.7.x** (last tested: 1.7.7)
11651165
* **1.6.x**
11661166
* **1.5.x** (last tested: 1.5.8)
11671167
* **1.4.x** (last tested: 1.4.4)

doc/HttpSetMiscModule.wiki

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
= Version =
88

9-
This document describes ngx_set_misc [https://github.com/openresty/set-misc-nginx-module/tags v0.26] released on 2 September 2014.
9+
This document describes ngx_set_misc [https://github.com/openresty/set-misc-nginx-module/tags v0.27] released on 21 November 2014.
1010

1111
= Synopsis =
1212

@@ -967,12 +967,12 @@ may lead to segmentation faults.
967967
This module is included and enabled by default in the [http://openresty.org ngx_openresty bundle]. If you want to install this module manually with your own Nginx source tarball, then follow the steps below:
968968
969969
Grab the nginx source code from [http://nginx.org/ nginx.org], for example,
970-
the version 1.7.4 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
970+
the version 1.7.7 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
971971
972972
<geshi lang="bash">
973-
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
974-
tar -xzvf nginx-1.7.4.tar.gz
975-
cd nginx-1.7.4/
973+
wget 'http://nginx.org/download/nginx-1.7.7.tar.gz'
974+
tar -xzvf nginx-1.7.7.tar.gz
975+
cd nginx-1.7.7/
976976
977977
# Here we assume you would install you nginx under /opt/nginx/.
978978
./configure --prefix=/opt/nginx \
@@ -992,7 +992,7 @@ Also, this module is included and enabled by default in the [http://openresty.or
992992
993993
The following versions of Nginx should work with this module:
994994
995-
* '''1.7.x''' (last tested: 1.7.4)
995+
* '''1.7.x''' (last tested: 1.7.7)
996996
* '''1.6.x'''
997997
* '''1.5.x''' (last tested: 1.5.8)
998998
* '''1.4.x''' (last tested: 1.4.4)

0 commit comments

Comments
 (0)