1999-11-20  Ken MacLeod  <ken@jess>

	* examples/cli-xml-rpc.pl, examples/example-cli-input: added

	* lib/Frontier/Client.pm, lib/Frontier/RPC2.pm: added Integer,
	Float, and String objects; merge code from Nick Bauman

1999-10-11  Ken MacLeod  <ken@jess>

	* lib/Frontier/RPC2.pm (new): define encoding_ as "" if not present

1999-10-07  Ken MacLeod  <ken@jess>

	* lib/Frontier/RPC2.pm (end): zero `may_get_cdata' flag after use

1999-09-02  Ken MacLeod  <ken@jess>

	* lib/Frontier/Client.pm (new): support key, value pairs or hash
	add encoding, debug, and proxy options

	* lib/Frontier/RPC2.pm (new): support key, value pairs or hash
	add encoding option

1999-05-24  Ken MacLeod  <kmacleod@serpentina.terrapinlabs.com>

	* lib/Frontier/RPC2.pm (start): fix <value> defaulting to string

1999-04-13  Ken MacLeod  <kmacleod@serpentina.terrapinlabs.com>

	* Makefile.PL: add a PREREQ_PM for XML::Parser

	* lib/Frontier/RPC2.pm (serve): fix reused name in same scope
	(_scalar): use different technique for checking for int, double,
	string

	* lib/Frontier/Client.pm (call): use $1 instead of \1

1999-02-02  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/Frontier/RPC2.pm: fixed nested hashes by relayering encoding
	(_item): added
	(_params): added
	(base64, boolean, date_time): added shortcuts

1999-01-28  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/Frontier/Daemon.pm (serve): moved to RPC2.pm

1999-01-25  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/Frontier/Client.pm: added boolean, date, and base64 shortcuts

	* lib/Frontier/RPC2.pm: added boolean, date, and base64 data types

1999-01-19  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* README: updated required Perl modules, mailing lists, added QUICK USAGE GUIDE

	* examples/states-client.pl: added

	* lib/Frontier/RPC2.pm (decode): changed to newer XML::Parser call style
	(die): user newer XML::Parser line numbering
	(start): call Frontier::RPC2::die because $self is now an Expat instance

1998-07-27  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/Frontier/RPC2.pm (start, end): add <name> tag for named
	params

	* lib/Frontier/Daemon.pm (new): add Content-Type header

	* lib/Frontier/Client.pm (new): change `host', `port' to `url'
	(new): add Content-Type header

	* examples/rpc-client.pl: change HOST[:PORT] to URL
	use `dumpvar' to dump result

1998-04-13  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* release 0.01