OSDN Git Service

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