Browse Source

release Tengine-1.2.2

http://rb.corp.taobao.com/r/22672/


git-svn-id: http://code.taobao.org/svn/tengine/trunk@20 8a6cbc4f-5610-49f6-9325-3f9afe71ff98
pull/1/head
shudu 14 years ago
parent
commit
355b79b6a0
  1. 32
      CHANGES.te
  2. 2
      LICENSE
  3. 4
      src/core/nginx.h
  4. 2
      src/http/modules/ngx_http_concat_module.c
  5. 2
      src/http/modules/ngx_http_footer_filter_module.c
  6. 2
      src/http/modules/ngx_http_sysguard_module.c
  7. 2
      src/misc/ngx_backtrace_module.c
  8. 2
      src/os/unix/ngx_pipe.c
  9. 2
      src/os/unix/ngx_pipe.h
  10. 2
      src/os/unix/ngx_sysinfo.c
  11. 2
      src/os/unix/ngx_sysinfo.h
  12. 2
      src/os/unix/ngx_syslog.c
  13. 2
      src/os/unix/ngx_syslog.h

32
CHANGES.te

@ -1,4 +1,34 @@
Changes with Tengine 1.2.1 6 Dev 2011
Changes with Tengine 1.2.2 11 Jan 2012
*) Feature: adds input body filter mechanism.
Thanks to Weiyue.
*) Feature: adds SSL dialog support to mail module.
Thanks to Weiyue.
*) Change: merges changes between nginx-1.0.10 and nginx-1.0.11.
Thanks to Shudu.
*) Change: now 'lingering_close' is off by default.
Thanks to Shudu.
*) Bugfix: fixes the bug with pipe logs.
Thanks to Weiyue.
*) Bugfix: fixes the 'forbid_action' bug of limit_req module.
Thanks to Diaoliang.
*) Bugfix: fixes the 'backtrace_max_stack_size' bug.
Thanks to Diaoliang.
*) Bugfix: fixes the footer module bug when output body is empty.
Thanks to Xiongjunmin.
*) Bugfix: fixes the last hostname letter bug of syslog.
Thanks to Weiyue.
Changes with Tengine 1.2.1 06 Dev 2011
*) Bugfix: fixes the segmentation fault in case of using default error log
or access log of tengine. This bug was introduced by creating file

2
LICENSE

@ -1,6 +1,6 @@
/*
* Copyright (C) 2002-2011 Igor Sysoev
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

4
src/core/nginx.h

@ -12,8 +12,8 @@
#define NGINX_VERSION "1.0.11"
#define NGINX_VER "nginx/" NGINX_VERSION
#define tengine_version 1002001
#define TENGINE_VERSION "1.2.1"
#define tengine_version 1002002
#define TENGINE_VERSION "1.2.2"
#define TENGINE_VER "Tengine/" TENGINE_VERSION
#define NGINX_VAR "NGINX"

2
src/http/modules/ngx_http_concat_module.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/http/modules/ngx_http_footer_filter_module.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/http/modules/ngx_http_sysguard_module.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/misc/ngx_backtrace_module.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_pipe.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_pipe.h

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_sysinfo.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_sysinfo.h

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_syslog.c

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

2
src/os/unix/ngx_syslog.h

@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2011 Alibaba Group Holding Limited
* Copyright (C) 2010-2012 Alibaba Group Holding Limited
*/

Loading…
Cancel
Save