OSDN Git Service

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