diff --git a/ChangeLog b/ChangeLog index d6f635b..4ca8453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,15 @@ allowing choice of character-set encodings for XML messages. +0.67 Friday July 10, 2009, 01:30:00 AM -0700 + + * lib/RPC/XML/Client.pm + * lib/RPC/XML/Server.pm + * t/70_compression_detect.t (added) + RT #47219: Mis-read the patch from previous fix, this actually + fixes it. Also added a test suite to check for + compression-detection. + 0.66 Thursday July 9, 2009, 07:36:15 AM -0700 * lib/RPC/XML/Client.pm @@ -1145,7 +1154,7 @@ * * All files are tracked from this point forward. -# Generated on Thursday July 9, 2009, 07:38:10 AM -0700 +# Generated on Friday July 10, 2009, 01:30:09 AM -0700 # Using changelog2x/0.10, App::Changelog2x/0.10, XML::LibXML/1.69, # XML::LibXSLT/1.68, libxml/2.6.32, libxslt/1.1.24 (with exslt) # XSLT sources: diff --git a/ChangeLog.xml b/ChangeLog.xml index e937a74..bb330fd 100644 --- a/ChangeLog.xml +++ b/ChangeLog.xml @@ -15,6 +15,20 @@ extensions to the base protocol in terms of supporting HTTP/1.1 and allowing choice of character-set encodings for XML messages. + + + + + + + + + RT #47219: + Mis-read the patch from previous fix, this actually fixes it. + Also added a test suite to check for compression-detection. + + + diff --git a/MANIFEST b/MANIFEST index bb15cfd..ed19b8b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -61,6 +61,7 @@ t/40_server.t t/41_server_hang.t t/50_client.t t/60_net_server.t +t/70_compression_detect.t t/meth_bad_1.xpl t/meth_bad_2.xpl t/meth_good_1.xpl diff --git a/Makefile.PL b/Makefile.PL index abd7e4e..a7204d2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -84,7 +84,7 @@ find(sub { WriteMakefile( NAME => 'RPC::XML', - VERSION => '0.66', + VERSION => '0.67', AUTHOR => 'Randy J. Ray', ABSTRACT => 'Data, client and server classes for XML-RPC', EXE_FILES => \@scripts, diff --git a/README b/README index 0f580a3..c44c85d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ RPC::XML - An implementation of XML-RPC -Version: 0.66 +Version: 0.67 WHAT IS IT @@ -68,27 +68,6 @@ CHANGES * lib/RPC/XML/Client.pm * lib/RPC/XML/Server.pm -RT #47219: Re-did the detection of compression availability -(testing for the Compress::Zlib module) based on comments in -this bug. - -* t/60_net_server.t -RT #47220: Net::Server tests are not (currently) viable on -Windows. Also made script taint-safe. - -* t/40_server.t -* t/50_client.t -* t/util.pl -RT #47221: Applied a patch from kmx@volny.cz, for better -Windows testing. - -* lib/Apache/RPC/Server.pm -* lib/Apache/RPC/Status.pm -* lib/RPC/XML.pm -* lib/RPC/XML/Client.pm -* lib/RPC/XML/Function.pm -* lib/RPC/XML/Method.pm -* lib/RPC/XML/Parser.pm -* lib/RPC/XML/Procedure.pm -* lib/RPC/XML/Server.pm -All modules now use the "warnings" pragma. +* t/70_compression_detect.t (added) +RT #47219: Mis-read the patch from previous fix, this actually +fixes it. Also added a test suite to check for compression-detection. diff --git a/t/01_pod.t b/t/01_pod.t old mode 100755 new mode 100644 diff --git a/t/02_pod_coverage.t b/t/02_pod_coverage.t old mode 100755 new mode 100644