OSDN Git Service

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