OSDN Git Service

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