From db67d0e71e4ae51ed84fcebd0747881cdbf3bbe5 Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 23 Jan 2005 03:42:36 +0000 Subject: * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which has capitalized name (such as KeywordSearchRequest in AWS) is defined as a method having uncapitalized name. (converted with GenSupport.safemethodname to handle operation name 'foo-bar'). it introduced serious incompatibility; in the past, it was defined as a capitalized. define capitalized method as well under that circumstance. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e86d9883a..e0b50dbb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Jan 23 12:38:01 2005 NAKAMURA, Hiroshi + + * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which has + capitalized name (such as KeywordSearchRequest in AWS) is defined as + a method having uncapitalized name. (converted with + GenSupport.safemethodname to handle operation name 'foo-bar'). it + introduced serious incompatibility; in the past, it was defined as a + capitalized. + + define capitalized method as well under that circumstance. + Sun Jan 23 05:24:42 2005 GOTOU Yuuzou * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should call -- cgit