OSDN Git Service

Update Changes for new release.
authorTATEISHI Katsuyuki <kt@wheel.jp>
Tue, 18 Aug 2009 07:58:20 +0000 (16:58 +0900)
committerTATEISHI Katsuyuki <kt@wheel.jp>
Tue, 18 Aug 2009 07:58:20 +0000 (16:58 +0900)
CHANGES

diff --git a/CHANGES b/CHANGES
index 78ad5e4..3c44f57 100644 (file)
--- 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 <repository>
+     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