• 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

Commit MetaInfo

Revisiona1a5e2b5dcf3ba2ffa9032497feaf00ce2ce1094 (tree)
Time2012-07-31 16:33:47
AuthorHiroaki Nakano <nakano.hiroaki@nttc...>
CommiterHiroaki Nakano

Log Message

Change for "v3.0.4-rc1" building.

Signed-off-by: Hiroaki Nakano <nakano.hiroaki@nttcom.co.jp>

Change Summary

Incremental Difference

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
1+[Aug. 1 2012] 3.0.4-rc1 Hiroaki Nakano
2+ - #27216 Fixed No responce when realserver is all down.
3+ - #27223 Fixed SIGSEGV when SorryServer turns on.
4+ - #29127 Relaxed restrictions on module name.
5+ - #29128 Continued service check.
6+ - #29142 Fixed crash when realserver cut off on SSL socket.
7+ - #29143 Fixed SSL async handshake error.
8+ - #29144 Fixed SSL clear socket error.
9+ - #29147 Fixed coding error of mutex.unlock.
10+ - #29150 Insert socket cancel before shutdown.
11+ - Delete disuse code.
12+ - Rename define.
13+
114 [Dec. 20 2011] 3.0.3-1 HIBARI Michiro
215 - Fixed packet broken bug.
316
--- 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.3
4+VERSION=3.0.4
55
66 AM_INIT_AUTOMAKE($PACKAGENAME, $VERSION, no-define )
77 AC_CONFIG_SRCDIR([config.h.in])
--- 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.3
9-Release: 1%{?dist}
8+Version: 3.0.4
9+Release: rc1%{?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+* Wed Aug 1 2012 Hiroaki Nakano <nakano.hiroaki@nttcom.co.jp> 3.0.4-rc1
117+- Update for 3.0.4-rc1
118+
116119 * Thu Dec 20 2011 HIBARI Michiro <hibari.michirou@nttcom.co.jp> 3.0.3-1
117120 - Update for 3.0.3-1
118121