07fbdad118applied the official patch for the nginx security vulnerability CVE-2013-2070.
v1.2.8.3
agentzh (Yichun Zhang)
2013-05-13 12:22:02 -0700
64d7e61527applied the official patch for the nginx core to address the recent nginx security vulnerability CVE-2013-2070.
v1.2.7.8
agentzh (Yichun Zhang)
2013-05-13 12:22:02 -0700
ca9f8d0622updated the dtrace patch to reflect recent changes.
agentzh (Yichun Zhang)
2013-05-13 12:09:47 -0700
090060c907updated tests to reflect recent changes; also bumped version number to 1.2.8.1.
v1.2.8.1
agentzh (Yichun Zhang)
2013-04-26 15:57:29 -0700
b156d2db62upgraded ngx_srcache to 0.20.
agentzh (Yichun Zhang)
2013-04-26 12:38:03 -0700
dbb9c98beeupgraded ngx_headers_more to 0.20.
agentzh (Yichun Zhang)
2013-04-26 12:33:34 -0700
4c300f618dupgraded ngx_lua to 0.8.1.
agentzh (Yichun Zhang)
2013-04-26 12:28:44 -0700
62bbc5c4c5upgraded ngx_lua to 0.8.0.
agentzh (Yichun Zhang)
2013-04-23 12:30:29 -0700
529f4c854calways enable debuginfo in the bundled LuaJIT 2.0 build and Lua 5.1 build to support Nginx Systemtap Toolkit.
agentzh (Yichun Zhang)
2013-04-20 23:10:26 -0700
3a873d7874util/dist-check: added support for rc versions.
agentzh (Yichun Zhang)
2013-04-20 23:08:41 -0700
aadd93ff24upgraded the nginx core to 1.2.8.
agentzh (Yichun Zhang)
2013-04-20 22:41:46 -0700
bae91cc5c4updated tests to reflect the changes in the previous commit.
agentzh (Yichun Zhang)
2013-04-20 18:17:02 -0700
ea1d378e84change: no longer pass -O0 to gcc when --with-debug is specified because gcc often generates bogus DWARF info when optimization is disabled.
agentzh (Yichun Zhang)
2013-04-20 18:16:13 -0700
ed2f8de61autil/dist-check: fixed dtrace tests for Mac OS X.
v1.2.7.6
agentzh (章亦春)
2013-04-17 23:06:29 -0700
1d096c047eutil/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter.
agentzh (Yichun Zhang)
2013-04-17 12:08:54 -0700
a2ed0a0403upgraded ngx_lua to 0.7.21 and ngx_encrypted_session to 0.03; also bumped bundle version to 1.2.7.6.
agentzh (Yichun Zhang)
2013-04-16 16:21:43 -0700
8e57e2541bbumped version to 1.2.7.5; updated tests to reflect recent changes.
v1.2.7.5
agentzh (Yichun Zhang)
2013-04-09 17:07:03 -0700
f5f2d672e7upgraded ngx_lua to 0.7.20.
agentzh (Yichun Zhang)
2013-04-09 17:01:35 -0700
49d9d9b778nginx-1.2.7-upstream_truncation.patch: worked around an issue in ngx_event_pipe_copy_input_filter because it does not set p->upstream_done when p->length <= 0 like ngx_http_proxy_copy_filter.
agentzh (Yichun Zhang)
2013-04-08 16:50:48 -0700
13efb24106bugfix: ngx_uwsgi and ngx_scgi did set u->length but not u->pipe->length, thus leading to truncation false positives.
agentzh (Yichun Zhang)
2013-04-07 15:58:23 -0700
3be0b7f0e1bugfix: upstream_truncation.patch: 1. 504 error code in ngx_http_upstream_finalize_request resulted in calling special response handler even when the response header has been sent; 2. use 502 status code in ngx_http_upstream_finalize_request when upstream data truncation happens.
agentzh (Yichun Zhang)
2013-04-06 18:02:44 -0700
5fb8647d23renamed upstream-truncation.patch to upstream_trauncation.patch and also added a test for the case that r->upstream->pipe is NULL.
agentzh (Yichun Zhang)
2013-04-05 12:48:59 -0700
e7053c9ca9updated the dtrace patch to make the stap function ngx_chain_dump() print out info about the "last_buf" and "last_in_chain" flags in bufs.
agentzh (Yichun Zhang)
2013-04-04 18:26:27 -0700
042e2fd27brenamed the "nonbuffered-upstream-truncation" patch to "upstream-truncation" patch; also fixed issues with chunked upstream response bodies. thanks Andy Yuan for reporting this issue in #24.
agentzh (Yichun Zhang)
2013-04-04 18:25:00 -0700
1d909539a8upgraded lua-resty-mysql to 0.13.
agentzh (Yichun Zhang)
2013-04-03 15:58:03 -0700
d54e2dcc69upgraded ngx_echo to 0.45, ngx_drizzle to 0.1.5, ngx_lua to 0.7.19, and lua-resty-memcached to 0.11.
agentzh (Yichun Zhang)
2013-03-27 12:49:22 -0700
7e359ff049upgraded ngx_lua to 0.7.18, ngx_echo to 0.44, ngx_redis2 to 0.10, and lua-resty-upload to 0.08; also bumped version to 1.2.7.3.
agentzh (Yichun Zhang)
2013-03-24 22:35:33 -0700
9f52ad4a45applied the variables_in_redis_pass patch to ngx_redis 0.3.6 to allow use of nginx variables in the redis_pass directive.
agentzh (Yichun Zhang)
2013-03-21 18:03:56 -0700
c9f5ca8566upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43. also applied the official hotfix #1 patch for LuaJIT 2.0.1.
agentzh (Yichun Zhang)
2013-03-11 12:27:26 -0700
7495a32ec2upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43.
agentzh (Yichun Zhang)
2013-03-11 12:27:26 -0700
9e944b8c53bumped version to 1.2.7.1 and upgraded ngx_lua to 0.7.16.
v1.2.7.1
agentzh (Yichun Zhang)
2013-02-22 22:45:21 -0800
b259f33198upgraded LuaJIT to 2.0.1.
agentzh (Yichun Zhang)
2013-02-19 17:58:24 -0800
db978031d2upgraded the nginx core to 1.2.7.
agentzh (Yichun Zhang)
2013-02-18 12:16:45 -0800
1ca5fb8597bumped version to 1.2.6.6.
v1.2.6.6
agentzh (Yichun Zhang)
2013-02-17 19:04:41 -0800
8496c99defupgraded ngx_lua to 0.7.15.
agentzh (Yichun Zhang)
2013-02-12 22:00:41 -0800
dd4620afafbumped version to 1.2.6.5.
agentzh (Yichun Zhang)
2013-02-08 11:57:25 -0800
45c5114e9dupgraded lua-resty-upload to 0.07.
agentzh (Yichun Zhang)
2013-02-04 22:20:04 -0800
a553009af0upgraded ngx_srcache to 0.19.
agentzh (Yichun Zhang)
2013-02-04 22:17:41 -0800
ed74e3d767bumped version to 1.2.6.3.
v1.2.6.3
agentzh (Yichun Zhang)
2013-02-03 23:00:39 -0800
c0208b8c40upgraded ngx_form_input to 0.07.
agentzh (Yichun Zhang)
2013-01-28 22:21:00 -0800
2681361df1upgraded ngx_lua to 0.7.14.
agentzh (Yichun Zhang)
2013-01-28 21:16:17 -0800
0a2dcd7c50added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch.
agentzh (Yichun Zhang)
2013-01-26 20:01:12 -0800
3e5b0eeee3upgraded ngx_srcache to 0.18.
agentzh (Yichun Zhang)
2013-01-25 15:11:26 -0800
42d640985eupgraded ngx_echo to 0.42 and ngx_devel_kit ot 0.2.18.
agentzh (Yichun Zhang)
2013-01-23 15:48:25 -0800
8e35463045updated resolver_wev_handler_segfault_with_poll.patch to Ruslan Ermilov's version.
agentzh (Yichun Zhang)
2013-01-23 15:17:04 -0800
6d0cbed3f7bumped version to 1.2.6.1; updated tests to reflect recent changes.
v1.2.6.1
agentzh (Yichun Zhang)
2013-01-04 23:02:12 -0800
9e4d2c03cfupgraded ngx_lua to 0.7.13.
agentzh (Yichun Zhang)
2013-01-03 16:57:13 -0800
1faf158381bugfix: when relative paths are used in --with-zlib=DIR, --with-libatomic=DIR, --with-md5=DIR, and --with-sha1=DIR, the build system could not find DIR at all. thanks LazyZhu for reporting it in github issue #21.
agentzh (Yichun Zhang)
2013-01-02 11:53:38 -0800
bdc3c5e077upgraded lua-resty-mysql to 0.12; also bumped version number to 1.2.4.13.
agentzh (Yichun Zhang)
2012-12-11 11:36:20 -0800
5e881d7591upgraded ngx_lua to 0.7.8.
agentzh (Yichun Zhang)
2012-12-08 23:40:24 -0800
eabcfb4369updated the test suite to reflect recent changes.
v1.2.4.11
agentzh (Yichun Zhang)
2012-12-08 00:11:04 -0800
300b788e88upgraded ngx_lua to 0.7.7; bumped version to 1.2.4.11.
agentzh (Yichun Zhang)
2012-12-08 00:08:44 -0800
1f83898d01applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info".
agentzh (Yichun Zhang)
2012-12-05 20:54:05 -0800
31e4baf6cabumped version to 1.2.4.11rc3.
agentzh (Yichun Zhang)
2012-12-05 15:22:20 -0800
bb4d9b26febugfix: the upstream_pipeline patch introduced a regression that when upstream_next is in action, nginx might hang. thanks Kindy Lin for reporting this issue.
agentzh (Yichun Zhang)
2012-12-05 15:16:03 -0800
2696c9f161upgraded ngx_lua to 0.7.6rc2.
agentzh (Yichun Zhang)
2012-12-01 17:30:31 -0800
f8eda5d0f4upgraded ngx_lua to 0.7.6rc1.
agentzh (Yichun Zhang)
2012-11-28 23:41:00 -0800
2ad093b4fainclude the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d).
agentzh (Yichun Zhang)
2012-11-28 22:20:03 -0800
def1331deaupdated the test plan in sanity.t.
agentzh (Yichun Zhang)
2012-11-11 22:00:29 -0800
b447ec474ebugfix: ./configure: --with-pcre=PATH did not accept relative path in PATH. thanks smallfish for reporting this issue.
agentzh (Yichun Zhang)
2012-11-11 21:59:48 -0800
7265b0920dupdated the test suite to reflect recent changes.
v1.2.4.7
agentzh (Yichun Zhang)
2012-11-11 17:25:20 -0800
67745bc16bupgraded ngx_lua to 0.7.4; also bumped version of ngx_openresty to 1.2.4.7.
agentzh (Yichun Zhang)
2012-11-11 17:24:34 -0800
8e724d481bupgraded lua-resty-dns to 0.09, lua-resty-memcached to 0.10, lua-resty-redis to 0.15, lua-resty-mysql to 0.11, lua-resty-upload to 0.04, and lua-resty-string to 0.07.
agentzh (Yichun Zhang)
2012-11-11 11:42:32 -0800
eac1071088upgraded luajit to 2.0.0rc3.
agentzh (Yichun Zhang)
2012-11-08 19:15:49 -0800
86a935befcupgraded luajit to 2.0.0rc2.
agentzh (Yichun Zhang)
2012-11-06 12:21:49 -0800
8950d4655dadded terminal colors to the output of the util/mirror-tarballs script; also added the upstream_test_connect_kqueue patch for nginx 1.3.7.
agentzh (Yichun Zhang)
2012-11-05 21:59:27 -0800