OSDN Git Service

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