OSDN Git Service

Update spec file for 3.0.1
authorMichiro Hibari <hibari@users.sourceforge.jp>
Tue, 25 Jan 2011 02:41:54 +0000 (11:41 +0900)
committerMichiro Hibari <hibari@users.sourceforge.jp>
Tue, 25 Jan 2011 02:41:54 +0000 (11:41 +0900)
CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 017dc75..39979dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-[Sep. 06 2010] 3.0.0-0 Norihisa NAKAI, Hiromasa KANDA, LANG XIJIAN
+[Jan. 25 2011] 3.0.1-1 HIBARI Michiro
+  - Fix L7directord RA.(Remove need less option "-b".)
+
+[Sep. 06 2010] 3.0.0-1 Norihisa NAKAI, Hiromasa KANDA, LANG XIJIAN
   - Implemented Multi-threading architecture using Boost::Asio and Boost::Thread library.
   - Implemented IPv6 protocol logic.
   - Implemented SorryURI support.
@@ -9,9 +12,61 @@
   - Fixed algorithm for parameter. (Using boost algorithm template.)
   - Implemented SNMPAgent function in l7vsd.
 
-/*
-    FIXME add other changes
-*/
+[Jun. 17 2010] 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 <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
+  - Optimized sequences in sslid module.
+
+[Apr.20 2009] 2.1.2-1 Shinya TAKEBAYASHI
+  - Removed cookie modules
+
+[Mar. 9 2009] 2.1.2-0 Shinya TAKEBAYASHI
+  - Added protocol modules(recently supported):
+    * cpassive(Cookie passive)
+    * crewrite(Cookie rewrite)
+    * ip(Source IP)
+    * pfilter(Packet filter)
+  - Implemented replication spec to sslid module.
+
+[Jan. 27 2009] 2.1.1-0 Shinya TAKEBAYASHI
+  - Added option for FAST SCHEDULE to sessionless module.
+    Establishing connection when clinent connection was established.
+  - Updated l7directord man file.
+  - Changed methods for sslid module.(liner list -> hash list)
 
 [Dec. 17 2008] 2.1.0-0 Shinya TAKEBAYASHI
   - Added option for FAST SCHEDULE to sessionless module
index 3a50450..8b984e9 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.59)
 AC_INIT(l7vsd)
 PACKAGENAME=l7vsd
-VERSION=3.0.0
+VERSION=3.0.1
 
 AM_INIT_AUTOMAKE($PACKAGENAME, $VERSION, no-define )
 AC_CONFIG_SRCDIR([config.h.in])