Skip to content

Commit

Permalink
bumped version to 0.1.7 and also claims that we work with 1.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 19, 2013
1 parent e0f5150 commit b83a8a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Expand Up @@ -67,7 +67,7 @@ This module is already production ready and is powering [the Taobao LineZing sit
Version
=======

This document describes ngx_drizzle [v0.1.6](https://github.com/chaoslawful/drizzle-nginx-module/tags) released on 2 September 2013.
This document describes ngx_drizzle [v0.1.7](https://github.com/chaoslawful/drizzle-nginx-module/tags) released on 19 December 2013.

Synopsis
========
Expand Down Expand Up @@ -697,12 +697,12 @@ Alternatively, you can compile this module with Nginx core's source by hand:
```
You can fix this by pointing `python` to `python2`.
* Download the latest version of the release tarball of this module from drizzle-nginx-module [file list](http://github.com/chaoslawful/drizzle-nginx-module/tags).
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.4.2 (see [nginx compatibility](#compatibility)), and then build the source with this module:
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.4.4 (see [nginx compatibility](#compatibility)), and then build the source with this module:
```bash

wget 'http://nginx.org/download/nginx-1.4.2.tar.gz'
tar -xzvf nginx-1.4.2.tar.gz
cd nginx-1.4.2/
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
tar -xzvf nginx-1.4.4.tar.gz
cd nginx-1.4.4/

# if you have installed libdrizzle to the prefix /opt/drizzle, then
# specify the following environments:
Expand Down Expand Up @@ -731,7 +731,7 @@ This module has been tested on Linux and Mac OS X. Reports on other POSIX-compli
The following versions of Nginx should work with this module:

* 1.5.x (last tested: 1.5.4)
* 1.4.x (last tested: 1.4.2)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.7)
* 1.2.x (last tested: 1.2.9)
* 1.1.x (last tested: 1.1.5)
Expand Down
12 changes: 6 additions & 6 deletions doc/HttpDrizzleModule.wiki
Expand Up @@ -10,7 +10,7 @@ This module is already production ready and is powering [http://lz.taobao.com th

= Version =

This document describes ngx_drizzle [https://github.com/chaoslawful/drizzle-nginx-module/tags v0.1.6] released on 2 September 2013.
This document describes ngx_drizzle [https://github.com/chaoslawful/drizzle-nginx-module/tags v0.1.7] released on 19 December 2013.

= Synopsis =

Expand Down Expand Up @@ -545,11 +545,11 @@ Alternatively, you can compile this module with Nginx core's source by hand:
</geshi>
: You can fix this by pointing <code>python</code> to <code>python2</code>.
* Download the latest version of the release tarball of this module from drizzle-nginx-module [http://github.com/chaoslawful/drizzle-nginx-module/tags file list].
* Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.4.2 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
* Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.4.4 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
<geshi lang="bash">
wget 'http://nginx.org/download/nginx-1.4.2.tar.gz'
tar -xzvf nginx-1.4.2.tar.gz
cd nginx-1.4.2/
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
tar -xzvf nginx-1.4.4.tar.gz
cd nginx-1.4.4/
# if you have installed libdrizzle to the prefix /opt/drizzle, then
# specify the following environments:
Expand All @@ -575,7 +575,7 @@ This module has been tested on Linux and Mac OS X. Reports on other POSIX-compli
The following versions of Nginx should work with this module:
* 1.5.x (last tested: 1.5.4)
* 1.4.x (last tested: 1.4.2)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.7)
* 1.2.x (last tested: 1.2.9)
* 1.1.x (last tested: 1.1.5)
Expand Down
4 changes: 2 additions & 2 deletions src/ngx_http_drizzle_module.h
Expand Up @@ -35,9 +35,9 @@
#define NGX_HTTP_GONE 410
#endif

#define ngx_http_drizzle_module_version 15
#define ngx_http_drizzle_module_version 1007
#define ngx_http_drizzle_module_version_string \
"0.0.15"
"0.1.7"

extern ngx_module_t ngx_http_drizzle_module;

Expand Down

0 comments on commit b83a8a9

Please sign in to comment.