OSDN Git Service

maged dhc codes.
[ultramonkey-l7/ultramonkey-l7-v3.git] / CHANGES
1 [Sep. 06 2010] 3.0.0-0 Norihisa NAKAI, Hiromasa KANDA, LANG XIJIAN
2   - Implemented Multi-threading architecture using Boost::Asio and Boost::Thread library.
3   - Implemented IPv6 protocol logic.
4   - Implemented SorryURI support.
5   - Change protocol between l7vsadm and l7vsd from DGRAM to STREAM.
6     And serialized stream data using Boost::Serializable.
7   - Change protocol and schedule module architecture to module event driven model.
8   - Fixed algorithm for logger. (Search Log mode logic added.)
9   - Fixed algorithm for parameter. (Using boost algorithm template.)
10   - Implemented SNMPAgent function in l7vsd.
11
12 /*
13     FIXME add other changes
14 */
15
16 [Dec. 17 2008] 2.1.0-0 Shinya TAKEBAYASHI
17   - Added option for FAST SCHEDULE to sessionless module
18     Establishing connection when client connection was established.
19   - Implemented access logger ( CLIENT-DESTINATION mapping )
20   - Optimized event listener.
21   - Fixed algorithms for some check type.
22   - "Checkout" has been enabled.
23   - Created "man" page.(Japanese(UTF-8) only ;))
24   - Implemented flow control logic(sever).
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 library from GLib1.2 to GLib2.0 (memory leak fix)
38   - Change from select() to epoll ET.
39   - Change blocking 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