Skip to content

Commit 13dd12f

Browse files
committed
updated docs for the v0.36 release.
1 parent 767ad84 commit 13dd12f

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

README

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Name
66
installation instructions.
77

88
Version
9-
This document describes echo-nginx-module v0.35
10-
(<https://github.com/agentzh/echo-nginx-module/downloads >) released on
11-
February 7, 2011.
9+
This document describes echo-nginx-module v0.36
10+
(<https://github.com/agentzh/echo-nginx-module/downloads >) released on 8
11+
July 2011.
1212

1313
Synopsis
1414
location /hello {
@@ -1391,6 +1391,26 @@ Source Repository
13911391
(<http://github.com/agentzh/echo-nginx-module >).
13921392

13931393
ChangeLog
1394+
v0.36
1395+
* now we back-ported the subrequest mechanism of ngx_lua to ngx_echo.
1396+
this also helps some crazy test cases of mixing echo_location and
1397+
echo_location_async pass now.
1398+
1399+
* now echo_location and its friends can work with ngx_xss (as well as
1400+
other output filter modules) completely. thanks wd for reporting
1401+
this issue.
1402+
1403+
* done some minor optimization when modifying subrequest's
1404+
content-length header.
1405+
1406+
* now we always pad a trailing \0 to filepath in
1407+
"echo_subrequest(_async) METHOD /path -f filepath" because
1408+
ngx_open_cached_file requires a C string file name. thanks dr-dr xp.
1409+
1410+
* made our filter optimization works with nginx HUP by clearing the
1411+
ngx_http_echo_filter_used flag at nginx pre-config callback. thanks
1412+
Marcus Clyne.
1413+
13941414
v0.35
13951415
* added the "-f /path/to/file" option to the echo_subrequest and
13961416
echo_subrequest_async directives to allow POST/PUT a disk file in

doc/manpage.wiki

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

77
= Version =
88

9-
This document describes echo-nginx-module [https://github.com/agentzh/echo-nginx-module/downloads v0.35] released on February 7, 2011.
9+
This document describes echo-nginx-module [https://github.com/agentzh/echo-nginx-module/downloads v0.36] released on 8 July 2011.
1010

1111
= Synopsis =
1212

@@ -1303,6 +1303,13 @@ Available on github at [http://github.com/agentzh/echo-nginx-module agentzh/echo
13031303

13041304
= ChangeLog =
13051305

1306+
== v0.36 ==
1307+
* now we back-ported the subrequest mechanism of ngx_lua to ngx_echo. this also helps some crazy test cases of mixing echo_location and echo_location_async pass now.
1308+
* now echo_location and its friends can work with ngx_xss (as well as other output filter modules) completely. thanks wd for reporting this issue.
1309+
* done some minor optimization when modifying subrequest's content-length header.
1310+
* now we always pad a trailing \0 to filepath in "echo_subrequest(_async) METHOD /path -f filepath" because ngx_open_cached_file requires a C string file name. thanks dr-dr xp.
1311+
* made our filter optimization works with nginx HUP by clearing the ngx_http_echo_filter_used flag at nginx pre-config callback. thanks Marcus Clyne.
1312+
13061313
== v0.35 ==
13071314
* added the <code>-f /path/to/file</code> option to the [[#echo_subrequest|echo_subrequest]] and [[#echo_subrequest_async|echo_subrequest_async]] directives to allow POST/PUT a disk file in the subrequest. thanks [https://github.com/dobe Bernd Dorn].
13081315

0 commit comments

Comments
 (0)