[Catalyst-commits] r11421 - trunk/Catalyst-Plugin-Server

kane at dev.catalyst.perl.org kane at dev.catalyst.perl.org
Fri Sep 25 11:55:20 GMT 2009


Author: kane
Date: 2009-09-25 11:55:20 +0000 (Fri, 25 Sep 2009)
New Revision: 11421

Modified:
   trunk/Catalyst-Plugin-Server/
   trunk/Catalyst-Plugin-Server/Changes
Log:
 r8451 at myriad-wifi:  kane | 2009-09-25 13:55:10 +0200
 * this be 0.26



Property changes on: trunk/Catalyst-Plugin-Server
___________________________________________________________________
Name: svk:merge
   - 8a9521aa-ff93-41d6-9f87-b05cafcdab40:/local/cat/Catalyst-Plugin-Server:8450
e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854
   + 8a9521aa-ff93-41d6-9f87-b05cafcdab40:/local/cat/Catalyst-Plugin-Server:8451
e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854

Modified: trunk/Catalyst-Plugin-Server/Changes
===================================================================
--- trunk/Catalyst-Plugin-Server/Changes	2009-09-25 11:55:16 UTC (rev 11420)
+++ trunk/Catalyst-Plugin-Server/Changes	2009-09-25 11:55:20 UTC (rev 11421)
@@ -1,46 +1,71 @@
 Revision history for Perl extension Catalyst::Plugin::XMLRPC
 
+0.26  Fri Sep 25 13:50:41 CEST 2009
+===================================
+* Important notice: RPC::XML 0.69 introduced a backwards incompatible
+  change. For now, this module will only work with RPC::XML 0.67 or
+  before. See this bug report for RPC::XML for details:
+    https://rt.cpan.org/Ticket/Display.html?id=50013
+* Address: #44995: Instruction to disable RenderView action. 
+  Updated tutorial accordingly.
+* Address: #46316: Catalyst::Plugin::Server is trying to use NEXT, which 
+  is deprecated. We are now using MRO::compat instead.
+* Address: #45709 Documentation Ambiguity leads to confusion; The use of 
+  $c->req->xmlrpc->error is now documented in more detail.
+* Add unicode tests
+* Other small test improvements
+
 0.24  Tue Jan  2 16:26:59 CET 2007
-        - Removed circular reference which caused memory leak
-          in XMLRPC::Request object
-        - Added config option for changing the default RPC::XML::Encoding
+==================================
+* Removed circular reference which caused memory leak
+  in XMLRPC::Request object
+* Added config option for changing the default RPC::XML::Encoding
 
 0.22  Fri Dec  1 14:59:13 CET 2006
-        - Moved system.listMethods to XMLRPC
-        - Fixed stupid subref in system.listMethods
-        - Added description of errors in debug log when XMLRPC server throws to
-          client Internal Server 500 error
-        - Fixed documentation bug showing C:P:S:XMLRPC::RemoteRegex instead of
-          C:P:S:XMLRPC:XMLRPCRegex
+==================================
+* Moved system.listMethods to XMLRPC
+* Fixed stupid subref in system.listMethods
+* Added description of errors in debug log when XMLRPC server throws to
+  client Internal Server 500 error
+* Fixed documentation bug showing C:P:S:XMLRPC::RemoteRegex instead of
+  C:P:S:XMLRPC:XMLRPCRegex
 
 0.20  Mon Aug 14 18:40:16 CEST 2006
-        - First public release, version 0.20
-        - Removed global Data::Dumper::Indent
-        - Fixed use of 'an undefined value as a HASH reference' warning when
-          having no xmlrpc methods
-        - Bugfix: removed debugscreen garbage showing ARRAY instead of action
-          path
-        - Custom fault code handling patch from Alex Pavlovic
+==================================
+* First public release, version 0.20
+* Removed global Data::Dumper::Indent
+* Fixed use of 'an undefined value as a HASH reference' warning when
+  having no xmlrpc methods
+* Bugfix: removed debugscreen garbage showing ARRAY instead of action
+  path
+* Custom fault code handling patch from Alex Pavlovic
 
 0.10  Wed Mar  1 15:20:54 CET 2006
-        - Complete redesign, offering a much more Catalyst
-          like way of using XMLRPC
+==================================
+* Complete redesign, offering a much more Catalyst
+  like way of using XMLRPC
 
 0.06  Sun Nov 20 00:00:00 2005
-        - Added live tests
+==================================
+* Added live tests
 
 0.05  Sun Nov 20 00:00:00 2005
-        - Fixed bugs
+==================================
+* Fixed bugs
 
 0.04  Fri Nov 11 00:00:00 2005
-        - updated for Catalyst 5.5
+==================================
+* updated for Catalyst 5.5
 
 0.03  Sun May 15 00:00:00 2005
-        - added failure handling
+==================================
+* added failure handling
 
 0.02  Sat Apr 23 23:00:00 2005
-        - changed namespace handling, now fooBar.barFoo will be
-          dispatched to fooBarbarFoo() in the actual class
+==================================
+* changed namespace handling, now fooBar.barFoo will be
+  dispatched to fooBarbarFoo() in the actual class
 
 0.01  Thu Apr 07 16:00:00 2005
-        - original version.
+==================================
+* original version.




More information about the Catalyst-commits mailing list