X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=CHANGES;h=bc323b6631fa033bc85ff16245304c89f30a9e06;hb=refs%2Fheads%2Fhb-ra-checkmethod-fix;hp=78ad5e4efdf7026a71e3f665cf4a51e3f05054b3;hpb=d20f74b7deb7a48ed4680d5d6d504e530c2a05b8;p=ultramonkey-l7%2Fultramonkey-l7-v2.git diff --git a/CHANGES b/CHANGES index 78ad5e4..bc323b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,37 @@ +[XXX. XX XXXX] 2.1.3-1 + - Fix checkinig content (l7directord) + +[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 process. (l7directord) + - Fix binding virtual 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