Mon May 08 2000 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.49

 o added initial https support
   (as suggested by Marian Szabo <mszabo@coralwave.com>)

Mon May 08 2000 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.48a

 o Added (empty) DESTROY method to Parallel::UserAgent::Entry in 
   order to please perl5.6
   
Wed Apr 19 2000 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.48

 o Updated changes in libwww-5.48 (since 5.43)
     UserAgent.pm: 1.66 -> 1.73
     RobotUA.pm:   1.15 -> 1.17
     Protocol.pm:  1.33 -> 1.36
     http.pm:      1.46 -> 1.49
     ftp.pm:       1.25 -> 1.27
 
Sun Jul 18 1999 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.43 

 o Fixed FTP mode and finally unblocked ftp-scheme again :-)

 o Checked against libwww-5.43
 
Thu Apr 15 1999 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.41

 o Updated changes in libwww-5.42:
     UserAgent.pm: 1.64 -> 1.66
     RobotUA.pm:   1.14 -> 1.15
     Protocol.pm:  1.31 -> 1.33
     http.pm:      1.44 -> 1.46

 o Fixed $ua->max_size bug in Parallel/Protocol.pm
	
Tue Jan 12 1999 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.40

 o Updated changes in libwww-5.41:
     UserAgent.pm: 1.62 -> 1.64
     RobotUA.pm:   1.13 -> 1.14
     http.pm:      1.43 -> 1.44
     ftp.pm:       1.24 -> 1.25

 o Fixed '$1' bug in Parallel/Protocol/http.pm	
	
Tue Nov 24 1998 Marc Langheinrich <marclang@cs.washington.edu>

 o CPAN Release 2.39

 o Added incompatibility warning for libwww > supported ones 
   (currently up to 5.36)
	
 o Added cookie jar to redirects (fix by Andrey Chernov <ache@nagual.pp.ru>)
    	  
Tue Nov 17 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o Fixed problem with otherwise successful requests that took a
   long time to have their handles closed. These would be set to "408
   timeout" although all the data was already transmitted. Now the
   existing status is preserved and the string (timeout) appended
   instead.

 o Added more timeout.t tests to make sure the above scheme works.

Tue Nov 10 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o CPAN Release 2.38

 o Split parallel.t into three separate testfiles: compatibility.t,
   parallel.t and timeouts.t
	
 o Fixed timeout handling in Parallel::UserAgent.
	
 o Added Timeout tests to parallel.t testscript (this included 
   using a forking HTTP::Daemon instead of our serial one, since
   otherwise the timeout simulations would break the server).	
	
 o Fixed die's when calling ->previous methods in parallel.t
	
Tue Sep 29 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o Fixed testcript parallel.t for broken redirection on ppc-linux. 
	
Tue Sep 22 1998 Marc Langheinrich  <marclang@cs.washington.edu>

 o CPAN Release 2.37

 o Fixed bug in Parallel::UserAgent where timeout would fail to create
   HTTP::Response object.

 o Added some simple examples to LWP::Parallel manpage.
	
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.