From b146b5d36ee7ecd3adaa691157e527a999870e0a Mon Sep 17 00:00:00 2001 From: TATEISHI Katsuyuki Date: Tue, 18 Aug 2009 16:58:20 +0900 Subject: [PATCH] Update Changes for new release. --- CHANGES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGES b/CHANGES index 78ad5e4..3c44f57 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,34 @@ +[Aug. 24 2009] 2.1.3-0 TATEISHI Katsuyuki + - Translate man files into English. (man) + - Fix purging sorryserver to respect reloaded configuration. (l7directord) + - Fix waiting for customcheck child porcess. (l7directord) + - Fix binding vertual server socket to INADDR_ANY. (l7vsadm) + - Fix --forwarded-for option in protocol modules. (protomod_*) + - Add --timeout option to protomod_ip. (protomod_ip) + - Corresponded to 1-32 bytes (variable-length) SSL Session IDs. + - Modify spec and initscripts to make them rpmlint free. (ultramonkey-l7.spec) + - Add Heartbeat resource agent scripts and example cib.xml as examples. + (doc/heartbeat-ra) + - Corresponded to gcc 4.3. + - Fix autotools files. + Note: To build this package, follow these steps. + 1 Install automake, autoconf, libtool and other software required by + UltraMonkey-L7. + 2 Checkout from git repository. + % git clone + 3 Generate configure script, Makefile.in and other files. + % cd ultramonkey-l7-v2 + % autoreconf -if + 4 Build + % ./configure [*] + % make + 5 Install + % make install + + [*] You should specify following options to install as previous releases. + % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libdir='${prefix}/lib64' + [May.5 2009] 2.1.2-2-rc Shinya TAKEBAYASHI - Fixed rc-scripts: make a lockfile - Fixed SPEC file: l7vsd/l7directord switched to off -- 2.11.0