1Revision history for Perl extension JSON::RPC.
2
3###### In the next large version up ######################################
4
5  * JSON::RPC::Server::Apache will be renamed to JSON::RPC::Server::Apache2
6      and split into another distribution.
7  * JSON::RPC::Server::Apache really supports apache 1.3x
8      and the maintainer will be changed.
9
10##########################################################################
11
120.96  Mon Feb 25 11:06:25 2008
13	- JSON::RPC::Server::FastCGI was split into the independent distribution.
14	    the new maintainer is Faiz Kazi.
15	- JSON::RPC::Server::Apache was renamed to JSON::RPC::Server::Apache2
16	    it will split into another distribution.
17	- added and updated docs.
18
19
200.95  Fri Feb 15 16:01:04 2008
21	- sample codes were indexed...!
22	    fixed package for avoiding the indexer.
23
24
250.94  Fri Feb 15 15:16:32 2008
26	- no change but examples was forgotten.
27
28
290.93  Fri Feb 15 14:46:17 2008
30	- added example codes.
31	- now AUTOLOAD method after prepare() can support built-in methods.
32	    $client -> __VERSION__ ( => $client calls the name 'VERSION' procedure )
33	- Your application can set subroutines allowable by allowable_procedure().
34	    (Thanks to seagull's suggestion)
35	- JSON::RPC::Server::Apache config supports 'return_die_message'.
36	- require LWP::UserAgent 2.001 or later.
37
38
390.92  Thu Feb 14 13:12:40 2008
40	- modified the JSON::RPC::Client prepare mode to check response errors.
41	    (Thanks to Colin Meyer)
42	- fixed retrieve_json_from_get in JSON::RPC::Server::CGI.
43	- implemented JSON::RPC::Server::Apache to support the GET method call.
44	- fixed JSON::RPC::ReturnObject decoding JSON data with utf8 mode.
45	    ($client -> call() ->result will return Unicode characters (if contained).)
46	- added some descriptions to the JSON::RPC::Client pod.
47
48
490.91  Wed Dec 19 15:51:53 2007
50	- JSON::RPC::Client used JSON::PP.
51	- added create_json_coder() to JSON::RPC::Client.
52
53
540.90  Wed Dec 19 13:26:15 2007
55	- Now default JSON coder is JSON! (1.99 or later)
56	- added JSON::RPC::Server::FastCGI written by Faiz Kazi, thanks!
57	- added JSONRPC for guide to this distribution.
58	- cleaned up JSON::RPC::Server::CGI
59	- added create_json_coder() to JSON::RPC::Server.
60	- modified J::R::Server::* as base.pm does not work well in Perl 5.005
61
62
630.01  Mon May 21 14:18:33 2007
64	- original version
65