Mon Sep 7 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o CPAN Release 2.36

 o Fixed bogus version information in LWP::Parallel and Bundle::
   ParallelUA.(forgot to update $VERSION variable accordingly)

 o Fixed missing SYNOPSIS element in ParallelUA.pm and RobotPUA.pm

 o Blocked ftp-scheme handling since it wasn't working at all. Thanks
   to Gary Foster for actually being the first person to try using 
   Paralle::UserAgent with ftp requests. This will hopefully be fixed 
   in the next release.	

Tue Sep 1 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o CPAN Release 2.35 
	
 o http.pm: updated changes in libwww-5.46 (http.pm,v 1.43). Fixed
   problems with "die"s during operation (now caught by UserAgent.pm)

 o ftp.pm: updated changes in libwww-5.46 (ftp.pm,v 1.24)

 o UserAgent.pm: Fixed "eval{}" calls to Protocol.pm objects. Updated
   changes in libwww-5.46 (UserAgent.pm,v 1.62)
	
 o Checked against libwww-5.36

Thu Jul 9 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.34

 o Fixed wrong package name in LWP::Parallel::Protocol::ftp
 	
 o Fixed typo in Parallel::UserAgent
	
 o Updated libwww-5.34 changes (one in ftp.pm,v 1.23)
	 
 o Checked against libwww-5.34	

Wed Jun 10 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o Developers Release 2.33a

 o Fixed "die"s in Parallel/Protocol/http.pm to return
   HTTP::Response instead.

 o Adjusted Parallel/UserAgent.pm to handle http.pm errors.

 o Checked against libwww-5.33
	
Mon Apr 27 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.32
	
 o Updated libwww-5.31 bugfixes (one in UserAgent.pm,v 1.60)

 o Checked against libwww-5.31 and 5.32	
	
Fri Mar 27 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o First official CPAN release, version 2.31

 o Updated libwww5.22 bugfixes (one in UserAgent.pm,v 1.59)

 o Checked against libwww-5.22.
	 
Fri Mar 13 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o Developer Release 2.3c (pre-release of 2.31)

 o Fixed installation bug in Makefile.PL (LWP uses ->Version method
   for version checking).
	
 o Updated libwww5.21 bugfixes (two in http.pm,v 1.41).

 o Checked against libwww-5.21.


Wed Mar 11 1998 Marc Langheinrich <marclang@cs.washington.edu>	
	
 o Developer Release 2.3b

 o Added $ua->discard_entry($entry) method. This can be used in 
   callbacks to discard the entire entry thus freeing up memory.

 o Makefile.PL will check for correct version of LWP.	

 o Fixed some installation glitches.
	

Fri Mar 6 1998	Marc Langheinrich <marclang@cs.washington.edu>

 o Developer Release 2.3a

 o Moved all modules into the LWP::Parallel subdirectory.
     
 o LWP::ParallelUA and LWP::RobotPUA only stubs for 'real' modules
   underneath LWP::Parallel tree (LWP::Parallel::UserAgent and
   LWP::Parallel::RobotUA).

 o Parallel::UserAgent, Parallel::RobotUA and Parallel::Protocol now
   inherent most of their code from the corresponding LWP modules.

 o Added some documentation in Parallel::UserAgent.

 o Added Makefile.PL support (should compile & install now out of
   the box using the standard sequence "perl Makefile.PL; make;
   make test; make install").

 o Supplied test script (in t/parallel.t)
	
 o Checked against libwww-5.20

	
Mon Mar 2 1998	Marc Langheinrich <marclang@cs.washington.edu>

 o Created standard perl module package format.