Skip to content

Commit

Permalink
Admin for 0.67 release (plus permissions-fix on two test files)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjray committed Jul 10, 2009
1 parent 67180ef commit c1a8fa9
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 27 deletions.
11 changes: 10 additions & 1 deletion ChangeLog
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog.xml
Expand Up @@ -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.
</description>
<release date="2009-07-10T01:30:00-07:00" version="0.67" sc:tag="0.67">
<change git:commit="67180ef41cdfa56c771e6b9dd8d5f1f116b7dc77">
<fileset>
<file path="lib/RPC/XML/Client.pm" />
<file path="lib/RPC/XML/Server.pm" />
<file path="t/70_compression_detect.t" action="ADD" />
</fileset>
<description>
<xhtml:a href="http://rt.cpan.org/Ticket/Display.html?id=47219">RT #47219</xhtml:a>:
Mis-read the patch from previous fix, this actually fixes it.
Also added a test suite to check for compression-detection.
</description>
</change>
</release>
<release date="2009-07-09T07:36:15-07:00" version="0.66" sc:tag="0.66">
<change git:commit="d7469ec822d50fdc48642dae60c18d0a6bd5c641">
<fileset>
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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,
Expand Down
29 changes: 4 additions & 25 deletions README
@@ -1,6 +1,6 @@
RPC::XML - An implementation of XML-RPC

Version: 0.66
Version: 0.67

WHAT IS IT

Expand Down Expand Up @@ -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.
Empty file modified t/01_pod.t 100755 → 100644
Empty file.
Empty file modified t/02_pod_coverage.t 100755 → 100644
Empty file.

0 comments on commit c1a8fa9

Please sign in to comment.