From 2c7f867baada4cc00226f492c65f6e6f22cbb2d1 Mon Sep 17 00:00:00 2001 From: wujiaming Date: Thu, 4 Jul 2013 14:35:42 +0800 Subject: [PATCH] add change log --- AUTHORS | 9 ++++++--- CHANGES | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 CHANGES diff --git a/AUTHORS b/AUTHORS index d8ba1108..16a25ce7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,9 @@ # to the project are encouraged to add their names here. # Please keep the list sorted by first names. -wujiaming -chenziang -chenjiajun +Bin Yang +Jiaming Wu +Jian Chen +Jiajun Chen +Wensong Zhang +Ziang Chen diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..87c65416 --- /dev/null +++ b/CHANGES @@ -0,0 +1,32 @@ +LVS_v3 [Beta,master branch,2013-07-01] +kernel-ipvs +* Feature: control and data flow separation; +* Feature: tcp eatablished timeout can be set per-vip; +* Change: all ipvs resources allocation per cpu; +* Change: sha1 replaced by md5 in synproxy; +* Bugfix: synproxy cookies check error when packets out of order; + +LVS_v2 [2012-09-25] +kernel-ipvs +* Feature: support GRO; +* Featrue: FULLNAT support IPV6; +* Change: HOOK on pre-routing; +* Change: packets to client by L2 forwarding; +* Change: delete rate statistic modules; +* Bugfix: toa insert fails when packets out of order; +* Bugfix: tcp seq error in icmp packet; +* Bugfix: port translation error when synproxy on; +* Bugfix: tcp checksum error when vport and dport different; +tools-keepalived +* Feature: add/delete vip automatically; + +LVS_v1 [2012-06-18] +kernel-ipvs +* Feature: FULLNAT,a new packet forwarding method; +* Feature: SYNPROXY,defense mechanism against synflooding attack; +* Feature: defense mechanism against other-tcp-flag flooding attack; +tools-keepalived +* Feature: support FULLNAT and SYNPROXY; +* Change: select replaced by epoll; +tools-ipvsadm +* Feature: support FULLNAT and SYNPROXY;