OSDN Git Service

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