OSDN Git Service

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