OSDN Git Service

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