1
2Changes with nginx_substitutions_filter 0.6.4                                     2014-02-15
3
4    *) Now non-200 response will work
5    *) added the subs_filter_bypass directive
6
7Changes with nginx_substitutions_filter 0.6.2                                     2012-08-26
8
9    *) fixed a bug of buffer overlap
10    *) fixed a bug with last zero buffer
11
12Changes with nginx_substitutions_filter 0.6.0                                     2012-06-30
13
14    *) refactor this module
15
16Changes with nginx_substitutions_filter 0.5.2                                     2010-08-11
17
18    *) do many optimizing for this module
19    *) fix a bug of buffer overlap
20    *) fix a segment fault bug when output chain return NGX_AGAIN.
21    *) fix a bug about last buffer with no linefeed. This may cause segment fault. Thanks for Josef Fröhle
22
23Changes with nginx_substitutions_filter 0.5                                       2010-04-15
24
25    *) refactor the source structure, create branches of dev
26    *) fix a bug of small chunk of buffers causing lose content
27    *) fix the bug of last_buf and the nginx's compatibility above 0.8.25
28    *) fix a bug with unwanted capture config error in fix string substitution
29    *) add feature of regex captures
30
31Changes with nginx_substitutions_filter 0.4                                       2009-12-23
32
33    *) fix many bugs
34
35Changes with nginx_substitutions_filter 0.3                                       2009-02-04
36
37    *) Initial public release
38