summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-18 15:21:18 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-18 15:21:18 +0000
commitcf73166d47bee1156a5231844473fb5f677bb29a (patch)
tree254980ac7f205695e18f886a7fd4d047bff50d87 /ChangeLog
parentdf8b1ad9e8c15b4a25cd4b90292c5e4004794af0 (diff)
* test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.
(17171) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 093b56f723..1f5becbe4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 19 00:14:22 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test
+ server. (17171)
+
Sat Oct 18 23:01:32 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).