OSDN Git Service

#30300
[ultramonkey-l7/ultramonkey-l7-v3.git] / CHANGES
1 [Dec. 12 2012] 3.0.4-3 Hiroaki Nakano
2   - Fixed breaking HTTP header over MAX_BUFFER_SIZE on ip module.(#30300 patch)
3
4 [Aug. 30 2012] 3.0.4-2 Hiroaki Nakano
5   - Fixed LogLevel at #29144 patch.
6   - Fixed next_call_function to msg->message at #29144 patch.
7   - Improved socket closing operation at #29144 patch.
8   - Fixed message queue is cleared before clear socket message posting.
9
10 [Aug. 6 2012] 3.0.4-1 Takeda Kenji
11   - Change version "3.0.4-rc1" to "3.0.4-1".
12
13 [Aug. 1 2012] 3.0.4-rc1 Hiroaki Nakano
14   - #27216 Fixed No responce when realserver is all down.
15   - #27223 Fixed SIGSEGV when SorryServer turns on.
16   - #29127 Relaxed restrictions on module name.
17   - #29128 Continued service check.
18   - #29142 Fixed crash when realserver cut off on SSL socket.
19   - #29143 Fixed SSL async handshake error.
20   - #29144 Fixed SSL clear socket error.
21   - #29147 Fixed coding error of mutex.unlock.
22   - #29150 Insert socket cancel before shutdown.
23   - Delete disuse code.
24   - Rename define.
25
26 [Dec. 20 2011] 3.0.3-1 HIBARI Michiro
27   - Fixed packet broken bug.
28
29 [Oct. 17 2011] 3.0.2-1 HIBARI Michiro
30   - Change transport method sync to async. (ex. connect -> async_connect)
31
32 [Jan. 25 2011] 3.0.1-1 HIBARI Michiro
33   - Fix L7directord RA.(Remove need less option "-b".)
34
35 [Sep. 06 2010] 3.0.0-1 Norihisa NAKAI, Hiromasa KANDA, LANG XIJIAN
36   - Implemented Multi-threading architecture using Boost::Asio and Boost::Thread library.
37   - Implemented IPv6 protocol logic.
38   - Implemented SorryURI support.
39   - Change protocol between l7vsadm and l7vsd from DGRAM to STREAM.
40     And serialized stream data using Boost::Serializable.
41   - Change protocol and schedule module architecture to module event driven model.
42   - Fixed algorithm for logger. (Search Log mode logic added.)
43   - Fixed algorithm for parameter. (Using boost algorithm template.)
44   - Implemented SNMPAgent function in l7vsd.
45
46 [Jun. 17 2010] 2.1.3-1
47   - Fix checkinig content (l7directord)
48
49 [Aug. 24 2009] 2.1.3-0 TATEISHI Katsuyuki
50   - Translate man files into English. (man)
51   - Fix purging sorryserver to respect reloaded configuration. (l7directord)
52   - Fix waiting for customcheck child process. (l7directord)
53   - Fix binding virtual server socket to INADDR_ANY. (l7vsadm)
54   - Fix --forwarded-for option in protocol modules. (protomod_*)
55   - Add --timeout option to protomod_ip. (protomod_ip)
56   - Corresponded to 1-32 bytes (variable-length) SSL Session IDs.
57   - Modify spec and initscripts to make them rpmlint free. (ultramonkey-l7.spec)
58   - Add Heartbeat resource agent scripts and example cib.xml as examples.
59     (doc/heartbeat-ra)
60   - Corresponded to gcc 4.3.
61   - Fix autotools files.
62     Note: To build this package, follow these steps.
63      1 Install automake, autoconf, libtool and other software required by
64        UltraMonkey-L7.
65      2 Checkout from git repository.
66        % git clone <repository>
67      3 Generate configure script, Makefile.in and other files.
68        % cd ultramonkey-l7-v2
69        % autoreconf -if
70      4 Build
71        % ./configure    [*]
72        % make
73      5 Install
74        % make install
75
76      [*] You should specify following options to install as previous releases.
77        % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
78                 --libdir='${prefix}/lib64'
79
80 [May.5 2009] 2.1.2-2-rc Shinya TAKEBAYASHI
81   - Fixed rc-scripts: make a lockfile
82   - Fixed SPEC file: l7vsd/l7directord switched to off
83   - Optimized sequences in sslid module.
84
85 [Apr.20 2009] 2.1.2-1 Shinya TAKEBAYASHI
86   - Removed cookie modules
87
88 [Mar. 9 2009] 2.1.2-0 Shinya TAKEBAYASHI
89   - Added protocol modules(recently supported):
90     * cpassive(Cookie passive)
91     * crewrite(Cookie rewrite)
92     * ip(Source IP)
93     * pfilter(Packet filter)
94   - Implemented replication spec to sslid module.
95
96 [Jan. 27 2009] 2.1.1-0 Shinya TAKEBAYASHI
97   - Added option for FAST SCHEDULE to sessionless module.
98     Establishing connection when clinent connection was established.
99   - Updated l7directord man file.
100   - Changed methods for sslid module.(liner list -> hash list)
101
102 [Dec. 17 2008] 2.1.0-0 Shinya TAKEBAYASHI
103   - Added option for FAST SCHEDULE to sessionless module
104     Establishing connection when client connection was established.
105   - Implemented access logger ( CLIENT-DESTINATION mapping )
106   - Optimized event listener.
107   - Fixed algorithms for some check type.
108   - "Checkout" has been enabled.
109   - Created "man" page.(Japanese(UTF-8) only ;))
110   - Implemented flow control logic(sever).
111   - Eliminated flow control logic(client).
112
113 [May. 26 2008] 2.0.0-0 Shinya TAKEBAYASHI
114   - Changed logger library( vanessa_logger -> log4cxx)
115   - Implemented configuration function(using configuration file: /etc/l7vs\l7vs.cf)
116   - Implemented replication system(for HA clustering)
117   - Added new protocol module(sessionless - Layer-4 LB like module)
118
119 [Dec. 11 2007] 1.0.0-1 Shinya TAKEBAYASHI
120   - Implemented blocking mode switching function
121
122 [Oct. 11 2007] 1.0.0-0 Shinya TAKEBAYASHI
123   - Change library from GLib1.2 to GLib2.0 (memory leak fix)
124   - Change from select() to epoll ET.
125   - Change blocking mode to non-blocking mode(recv() and send()).
126   - Change from service conn list to service conn hash.
127   - Change from iomux-list to hash-map and available list.
128   - Add QoS Control.
129   - Add Weighted Round-Robin scheduler.
130   - Add real server weight.
131   - Fixed some bugs.
132
133     * Following members helped us. Thanks!
134
135       Hideaki KONDO
136       Shunji FUKUSHIMA
137       Norihisa NAKAI
138       Hajime OKADA
139       Akira TAKAMARU
140       Hiroyuki BAN
141       Toru MORISHITA
142       Kouhei TANUMA
143       Tetsuya TAKATSURU
144       Masahiro SAKAMOTO
145       Yumi KITANI
146
147 [May. 9 2007] 0.6.0-0 Shinya TAKEBAYASHI
148   - Extended maximum client connections.
149   - Fixed some bugs.
150
151 [Feb. 19, 2007] 0.5.0-3 Shinya TAKEBAYASHI
152   - Fixed syntax errors.(umagent/umagent.c, umagent/Makefile)
153
154 [Dec. 26, 2006] 0.5.0-2 Takahiro Kurosawa / Hideaki Kondo
155   - Rewrote to fix bug about Segmentation Fault.(conn.c)
156