Subject: CVS commit: pkgsrc/net/ruby-xmlrpc4r
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 11/28/2004 04:18:24
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Nov 28 04:18:24 UTC 2004

Modified Files:
	pkgsrc/net/ruby-xmlrpc4r: Makefile PLIST distinfo

Log Message:
Update ruby-xmlrpc4r package to 1.7.16 migrating to use new framework
for Ruby packages.

:1.7.16 (2003-04-08)

* doc/howto.rb: added security note (thanks to Brian Candler)

* lib/client.rb: fixed bug in Client#new3 (Richard Kilmer)

* fix 'warning' and 'NoMethodError' in parser.rb/client.rb (by MoonWolf)

:1.7.15 (2003-01-30)

* lib/httpserver.rb: fixed missing comma

:1.7.14 (2003-01-25)

* lib/parser.rb: added support for xmlscan parser (XMLScanStreamParser), thanks Takaaki Tateishi
* lib/server.rb: status_code changed from 405 to 403 (Forbidden) on invalid IP

:1.7.13  (2002-10-24)

* lib/server.rb: added methods Server#get/set_valid_ip

:1.7.12  (2002-10-23)

* lib/client.rb: bug fixed: removed http.finish if async (SUTOU Kouhei)
* lib/server.rb: added ip_auth_handler method.
* lib/httpserver.rb: call ip_auth_handler of handler object before calling request_handler

:1.7.11 (2002-06-10)

* test/: refactored test suite
* lib/parser.rb: added support for REXML parser.
* lib/parser.rb: update to work with XMLParser 0.6.2.

:1.7.10 (2002-05-01)

* fixed bug when marshalling user-defined types using a stream parser
* updated tests to work with Ruby 1.6.7 (marshalling output changed)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/net/ruby-xmlrpc4r/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/ruby-xmlrpc4r/PLIST \
    pkgsrc/net/ruby-xmlrpc4r/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.