OSDN Git Service

Add new file.
[ultramonkey-l7/ultramonkey-l7-v3.git] / CHANGES
1 [Xxx.xx 2009] 3.0.0 Norihisa Nakai
2   - MultiThread version First Release.
3
4 [Apr.20 2009] 2.1.2-1 Shinya TAKEBAYASHI
5   - Removed cookie modules
6
7 [Mar. 9 2009] 2.1.2-0 Shinya TAKEBAYASHI
8   - Added protocol modules(recently supported):
9     * cpassive(Cookie passive)
10     * crewrite(Cookie rewrite)
11     * ip(Source IP)
12     * pfilter(Packet filter)
13   - Implemented replication spec to sslid module.
14
15 [Jan. 27 2009] 2.1.1-0 Shinya TAKEBAYASHI
16   - Added option for FAST SCHEDULE to sessionless module.
17     Establishing connection when clinent connection was established.
18   - Updated l7directord man file.
19   - Changed methods for sslid module.(liner list -> hash list)
20
21 [Dec. 17 2008] 2.1.0-0 Shinya TAKEBAYASHI
22   - Implemented access logger (CLIENT - DESTINATION mapping).
23   - Optimized event listener.
24   - Fixed algorithms for some check type.
25   - "Checkcount" has been enabled.
26   - Created "man" page.(Japanese(UTF-8) only ;))
27   - Implemented flow control logic(server).
28   - Eliminated flow control logic(client).
29
30 [May. 26 2008] 2.0.0-0 Shinya TAKEBAYASHI
31   - Changed logger library(vanessa_logger -> log4cxx)
32   - Implemented configuration function(using configuration file: /etc/l7vs/l7vs.cf)
33   - Implemented replication system(for HA clustering)
34   - Added new protocol module(sessionless - Layer-4 LB like module)
35
36 [Dec. 11 2007] 1.0.0-1 Shinya TAKEBAYASHI
37   - Implemented blocking mode switching function
38
39 [Oct. 11 2007] 1.0.0-0 Shinya TAKEBAYASHI
40   - Change liblary from GLib1.2 to GLib2.0 (memory leak fix)
41   - Change from select() to epoll ET.
42   - Change bloking mode to non-blocking mode(recv() and send()).
43   - Change from service conn list to service conn hash.
44   - Change from iomux-list to hash-map and available list.
45   - Add QoS Control.
46   - Add Weighted Round-Robin scheduler.
47   - Add real server weight.
48   - Fixed some bugs.
49
50     * Following members helped us. Thanks!
51
52       Hideaki KONDO
53       Shunji FUKUSHIMA
54       Norihisa NAKAI
55       Hajime OKADA
56       Akira TAKAMARU
57       Hiroyuki BAN
58       Toru MORISHITA
59       Kouhei TANUMA
60       Tetsuya TAKATSURU
61       Masahiro SAKAMOTO
62       Yumi KITANI
63
64 [May. 9 2007] 0.6.0-0 Shinya TAKEBAYASHI
65   - Extended maximum client connections.
66   - Fixed some bugs.
67
68 [Feb. 19, 2007] 0.5.0-3 Shinya TAKEBAYASHI
69   - Fixed syntax errors.(umagent/umagent.c, umagent/Makefile)
70
71 [Dec. 26, 2006] 0.5.0-2 Takahiro Kurosawa / Hideaki Kondo
72   - Rewrote to fix bug about Segmentation Fault.(conn.c)
73