OSDN Git Service

Prepare for v3.1.0
authorhibari <l05102@shibaura-it.ac.jp>
Sat, 8 Sep 2012 02:00:23 +0000 (11:00 +0900)
committerhibari <l05102@shibaura-it.ac.jp>
Sat, 8 Sep 2012 02:00:23 +0000 (11:00 +0900)
CHANGES
configure.in
l7directord/l7directord
ultramonkeyl7.spec

diff --git a/CHANGES b/CHANGES
index 8cbb52a..4745a52 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
+[Sep. 8 2012] 3.1.0-1 HIBARI Michiro
+  - Add "session_thread_pool_size" option for l7vsadm and l7directord.
+  - Change spec file. Make devel package.
+
 [Aug. 30 2012] 3.0.4-2 Hiroaki Nakano
   - Fixed LogLevel at #29144 patch.
+  - Fixed LogLevel at #29144 patch.
   - Fixed next_call_function to msg->message at #29144 patch.
   - Improved socket closing operation at #29144 patch.
   - Fixed message queue is cleared before clear socket message posting.
index a384c9f..4911c10 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.59)
 AC_INIT(l7vsd)
 PACKAGENAME=l7vsd
-VERSION=3.0.4
+VERSION=3.1.0
 
 AM_INIT_AUTOMAKE($PACKAGENAME, $VERSION, no-define )
 AC_CONFIG_SRCDIR([config.h.in])
index a3a2b30..b905b1a 100644 (file)
 #            Add custom healthcheck.
 #            (checktype=custom, customcheck=exec_command)
 #            - 2009/02/14 NTT COMWARE
+#   3.0.0-1: Add code related to l7vsd v3.0.0. See below.
+#             - Add accesslog option.
+#             - Add tproxy option.
+#   3.0.4-1: Change module check rule. Allow module name
+#            [a-z]+.        
+#   3.1.0-1: Add code related to l7vsd v3.1.0. See below.
+#             - Add session_thread_pool_size option.
+#
 
 use 5.006;
 use strict;
@@ -77,8 +85,8 @@ use Socket;
 use Socket6;
 
 # current version
-our $VERSION     = '3.0.0-0';
-our $COPYRIGHT   = 'Copyright (C) 2010 NTT COMWARE CORPORATION';
+our $VERSION     = '3.1.0-1';
+our $COPYRIGHT   = 'Copyright (C) 2012 NTT COMWARE CORPORATION';
 
 # default global config values
 our %GLOBAL = (
index 388e28c..68e3974 100644 (file)
@@ -5,8 +5,8 @@
 
 Summary: The Layer-7 Virtual Server
 Name: ultramonkeyl7
-Version: 3.0.4
-Release: 2%{?dist}
+Version: 3.1.0
+Release: 1%{?dist}
 License: LGPLv2.1
 Group: System Environment/Daemons
 URL: http://sourceforge.jp/projects/ultramonkey-l7/
@@ -113,6 +113,9 @@ fi
 %config(noreplace) %{mibs_tempdir}/*
 
 %changelog
+* Sat Sep 8 2012 HIBARI Michiro  <l05102@shibaura-it.ac.jp> 3.1.0-1
+- Update for 3.1.0-1
+
 * Fri Aug 31 2012 Hiroaki Nakano  <nakano.hiroaki@nttcom.co.jp> 3.0.4-2
 - Update for 3.0.4-2