OSDN Git Service

Set old destination for changing connection from sorry server to real server.
[ultramonkey-l7/ultramonkey-l7-v2.git] / CHANGES
1 [XXX. XX XXXX] 2.1.3-1
2   - Fix checkinig content (l7directord)
3
4 [Aug. 24 2009] 2.1.3-0 TATEISHI Katsuyuki
5   - Translate man files into English. (man)
6   - Fix purging sorryserver to respect reloaded configuration. (l7directord)
7   - Fix waiting for customcheck child process. (l7directord)
8   - Fix binding virtual server socket to INADDR_ANY. (l7vsadm)
9   - Fix --forwarded-for option in protocol modules. (protomod_*)
10   - Add --timeout option to protomod_ip. (protomod_ip)
11   - Corresponded to 1-32 bytes (variable-length) SSL Session IDs.
12   - Modify spec and initscripts to make them rpmlint free. (ultramonkey-l7.spec)
13   - Add Heartbeat resource agent scripts and example cib.xml as examples.
14     (doc/heartbeat-ra)
15   - Corresponded to gcc 4.3.
16   - Fix autotools files.
17     Note: To build this package, follow these steps.
18      1 Install automake, autoconf, libtool and other software required by
19        UltraMonkey-L7.
20      2 Checkout from git repository.
21        % git clone <repository>
22      3 Generate configure script, Makefile.in and other files.
23        % cd ultramonkey-l7-v2
24        % autoreconf -if
25      4 Build
26        % ./configure    [*]
27        % make
28      5 Install
29        % make install
30
31      [*] You should specify following options to install as previous releases.
32        % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
33                 --libdir='${prefix}/lib64'
34
35 [May.5 2009] 2.1.2-2-rc Shinya TAKEBAYASHI
36   - Fixed rc-scripts: make a lockfile
37   - Fixed SPEC file: l7vsd/l7directord switched to off
38   - Optimized sequences in sslid module.
39
40 [Apr.20 2009] 2.1.2-1 Shinya TAKEBAYASHI
41   - Removed cookie modules
42
43 [Mar. 9 2009] 2.1.2-0 Shinya TAKEBAYASHI
44   - Added protocol modules(recently supported):
45     * cpassive(Cookie passive)
46     * crewrite(Cookie rewrite)
47     * ip(Source IP)
48     * pfilter(Packet filter)
49   - Implemented replication spec to sslid module.
50
51 [Jan. 27 2009] 2.1.1-0 Shinya TAKEBAYASHI
52   - Added option for FAST SCHEDULE to sessionless module.
53     Establishing connection when clinent connection was established.
54   - Updated l7directord man file.
55   - Changed methods for sslid module.(liner list -> hash list)
56
57 [Dec. 17 2008] 2.1.0-0 Shinya TAKEBAYASHI
58   - Implemented access logger (CLIENT - DESTINATION mapping).
59   - Optimized event listener.
60   - Fixed algorithms for some check type.
61   - "Checkcount" has been enabled.
62   - Created "man" page.(Japanese(UTF-8) only ;))
63   - Implemented flow control logic(server).
64   - Eliminated flow control logic(client).
65
66 [May. 26 2008] 2.0.0-0 Shinya TAKEBAYASHI
67   - Changed logger library(vanessa_logger -> log4cxx)
68   - Implemented configuration function(using configuration file: /etc/l7vs/l7vs.cf)
69   - Implemented replication system(for HA clustering)
70   - Added new protocol module(sessionless - Layer-4 LB like module)
71
72 [Dec. 11 2007] 1.0.0-1 Shinya TAKEBAYASHI
73   - Implemented blocking mode switching function
74
75 [Oct. 11 2007] 1.0.0-0 Shinya TAKEBAYASHI
76   - Change liblary from GLib1.2 to GLib2.0 (memory leak fix)
77   - Change from select() to epoll ET.
78   - Change bloking mode to non-blocking mode(recv() and send()).
79   - Change from service conn list to service conn hash.
80   - Change from iomux-list to hash-map and available list.
81   - Add QoS Control.
82   - Add Weighted Round-Robin scheduler.
83   - Add real server weight.
84   - Fixed some bugs.
85
86     * Following members helped us. Thanks!
87
88       Hideaki KONDO
89       Shunji FUKUSHIMA
90       Norihisa NAKAI
91       Hajime OKADA
92       Akira TAKAMARU
93       Hiroyuki BAN
94       Toru MORISHITA
95       Kouhei TANUMA
96       Tetsuya TAKATSURU
97       Masahiro SAKAMOTO
98       Yumi KITANI
99
100 [May. 9 2007] 0.6.0-0 Shinya TAKEBAYASHI
101   - Extended maximum client connections.
102   - Fixed some bugs.
103
104 [Feb. 19, 2007] 0.5.0-3 Shinya TAKEBAYASHI
105   - Fixed syntax errors.(umagent/umagent.c, umagent/Makefile)
106
107 [Dec. 26, 2006] 0.5.0-2 Takahiro Kurosawa / Hideaki Kondo
108   - Rewrote to fix bug about Segmentation Fault.(conn.c)
109