• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UltraMonkey-L7 V3(multi-thread implementation)


Commit MetaInfo

Revisión48fb211199b10da1801e7907fc5784e4c8bf3e68 (tree)
Tiempo2012-09-11 19:14:39
Autorhibari <l05102@shib...>
Commiterhibari

Log Message

Prepare for v3.1.0

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
1+[Sep. 8 2012] 3.1.0-1 HIBARI Michiro
2+ - Add "session_thread_pool_size" option for l7vsadm and l7directord.
3+ - Change spec file. Make devel package.
4+
15 [Aug. 30 2012] 3.0.4-2 Hiroaki Nakano
26 - Fixed LogLevel at #29144 patch.
7+ - Fixed LogLevel at #29144 patch.
38 - Fixed next_call_function to msg->message at #29144 patch.
49 - Improved socket closing operation at #29144 patch.
510 - Fixed message queue is cleared before clear socket message posting.
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
11 AC_PREREQ(2.59)
22 AC_INIT(l7vsd)
33 PACKAGENAME=l7vsd
4-VERSION=3.0.4
4+VERSION=3.1.0
55
66 AM_INIT_AUTOMAKE($PACKAGENAME, $VERSION, no-define )
77 AC_CONFIG_SRCDIR([config.h.in])
--- a/l7directord/l7directord
+++ b/l7directord/l7directord
@@ -59,6 +59,14 @@
5959 # Add custom healthcheck.
6060 # (checktype=custom, customcheck=exec_command)
6161 # - 2009/02/14 NTT COMWARE
62+# 3.0.0-1: Add code related to l7vsd v3.0.0. See below.
63+# - Add accesslog option.
64+# - Add tproxy option.
65+# 3.0.4-1: Change module check rule. Allow module name
66+# [a-z]+.
67+# 3.1.0-1: Add code related to l7vsd v3.1.0. See below.
68+# - Add session_thread_pool_size option.
69+#
6270
6371 use 5.006;
6472 use strict;
@@ -77,8 +85,8 @@ use Socket;
7785 use Socket6;
7886
7987 # current version
80-our $VERSION = '3.0.0-0';
81-our $COPYRIGHT = 'Copyright (C) 2010 NTT COMWARE CORPORATION';
88+our $VERSION = '3.1.0-1';
89+our $COPYRIGHT = 'Copyright (C) 2012 NTT COMWARE CORPORATION';
8290
8391 # default global config values
8492 our %GLOBAL = (
--- a/ultramonkeyl7.spec
+++ b/ultramonkeyl7.spec
@@ -5,8 +5,8 @@
55
66 Summary: The Layer-7 Virtual Server
77 Name: ultramonkeyl7
8-Version: 3.0.4
9-Release: 2%{?dist}
8+Version: 3.1.0
9+Release: devel%{?dist}
1010 License: LGPLv2.1
1111 Group: System Environment/Daemons
1212 URL: http://sourceforge.jp/projects/ultramonkey-l7/
@@ -113,6 +113,9 @@ fi
113113 %config(noreplace) %{mibs_tempdir}/*
114114
115115 %changelog
116+* Sat Sep 8 2012 HIBARI Michiro <l05102@shibaura-it.ac.jp> 3.1.0-devel
117+- Update for 3.1.0-devel
118+
116119 * Fri Aug 31 2012 Hiroaki Nakano <nakano.hiroaki@nttcom.co.jp> 3.0.4-2
117120 - Update for 3.0.4-2
118121