OSDN Git Service

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