From a74375b05f1e0b6b7ff5ab14b230b0818b4f76f2 Mon Sep 17 00:00:00 2001 From: mneumann Date: Tue, 16 Nov 2004 14:36:35 +0000 Subject: ChangeLog entry for XML-RPC changes I made during the last day git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e25f9388c..f79edb3589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Tue Nov 16 14:31:54 2004 Michael Neumann + + * test/xmlrpc/*: imported and refactored original test cases. + + * test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb: + added test case that starts up a WEBrick XML-RPC server and performs + some tests on it (both http and https servers are started). + + * lib/xmlrpc/create.rb (XMLWriter::each_installed_writer), + lib/xmlrpc/parser.rb (XMLParser::each_installed_parser): + added methods to simply original test cases + + * lib/xmlrpc/parser.rb, lib/xmlrpc/datetime.rb: applied patch by + MoonWolf to allow parsing datetime.iso8601 + (e.g. 20041105T01:15:23Z). + + * lib/xmlrpc/server.rb: fixed issue #998 + (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=998&group_id=426) + + * lib/xmlrpc/create.rb, lib/xmlrpc/utils.rb: when marshalling/loading + user-defined data structures, use Class#allocate instead of defining + an empty #initialize method. module XMLRPC::Marshallable is now only + used for tagging. + + * lib/xmlrpc/.document, lib/xmlrpc/README.rdoc: added howto + Tue Nov 16 16:26:12 2004 NAKAMURA Usaku * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and -- cgit v1.2.3