12007-06-17  Malcolm Nooning  <m.nooning@cpan.org> (0.2020)
2	* Got rid of the .svn directories that I errently allowed into
3	  the last gz upload.
42007-05-16  Malcolm Nooning  <m.nooning@cpan.org> (0.2019)
5	* Fixed an @opts name that was causing crypt.t to fail.
6	  Namely, changed 'cipher' to 'usercipher', but only in @opts,
7	  because the tests invoked by crypt.t were looking to match
8	  'usercipher' to get the user key.
92004-07-19  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2018)
10
11	* The RPC::PlServer::Comm module is now being used as
12	  an encapsulated object $self->{'comm'}. It has
13	  definitely been a design flaw to use like it has
14	  been.
15	* The client is no longer bound to a maximum message size
16	  of 65536 bytes. Emile, <emile at tunix.nl>
17
182003-05-31  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2017)
19
20	* lib/RPC/PlClient.pm: Added Disconnect method for
21	  proper cleanup of resources. Steven N. Hirsch,
22	  hirschs at btv.ibm.com
23	* lib/RPC/PlClient.pm: Initialization of Comm module
24	  is now at the beginning of new(). Steven N. Hirsch,
25	  hirschs at btv.ibm.com
26
272001-10-01  Jochen Wiedmann <jochen.wiedmann at freenet.de> (0.2016)
28
29	* lib/RPC/PlServer/Comm.pm (Write): Added
30	  handling of $\. Brian McCauley
31	  <b.a.mccauley@bham.ac.uk>
32	
332001-03-26  Jochen Wiedmann <jochen.wiedmann at freenet.de> (0.2014)
34
35	* lib/RPC/PlClient.pm: Documentation fixes
36	  Joel Meulenberg <joelmeulenberg@yahoo.com>
37
382001-01-23  Jochen Wiedmann <jochen.wiedmann at freenet.de> (0.2014)
39
40	* lib/RPC/PlServer.pm: Changed DES->new to Crypt::DES->new.
41	  (Thanks heaven, DES is now a standard module!) Paul
42	  Schinder <schinder@pobox.com>
43
442001-01-22  Jochen Wiedmann <jochen.wiedmann at freenet.de> (0.2013)
45
46	* lib/RPC/PlClient.pm (DESTROY): $@ was possibly destroyed.
47	  Tushar <tushar_pokle@pacific.net.au>
48
491999-06-26  Jochen Wiedmann <jochen.wiedmann at freenet.de> (0.2012)
50
51	* lib/RPC/PlServer.pm (CallMethod): RegExpLock was
52	  used too long. Thanks to Brady Montz (bradym@cs.arizona.edu).
53
541999-06-26  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2011)
55
56	* lib/RPC/PlServer/Comm.pm (Read): The result of read()
57	  was used incorrect, resulting in never ending loops.
58	  Thanks to Gerald Richter (richter@ecos.de).
59
601999-04-09  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2010)
61
62	* lib/RPC/PlServer/Comm.pm (Read): Added 'maxmessage' option
63	  to omit "Out of memory" bugs (Liraz Siri <liraz_siri@usa.net>).
64	* Lots of minor bug fixes in the docs of RPC::PlServer and
65	  RPC::PlClient. Alf Wachsmann <alf@ifh.de>
66	* lib/RPC/PlServer/Comm.pm: Added 'compression' option.
67
681999-01-13  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2003)
69
70	* lib/RPC/PlServer.pm (CallMethod): Fixed bug in lock
71	  handling, thanks to schinder@pobox.com.
72
731999-01-12  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2002)
74
75	* Added use of Net::Daemon::RegExpLock.
76	* Fixed prerequisite checks in Makefile.PL, my thanks to
77	  Andreas Koenig <Andreas.Koenig@anima.de>.
78
791998-10-30  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2001)
80
81	* t/methods.t: $handle->Terminate() wasn't called without END.
82
831998-10-28  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.2000)
84
85	* Complete rewrite, based on Net::Daemon. Renamed to PlRPC,
86	  due to compatibility problems.
87
881998-09-08  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.1006)
89
90	* lib/RPC/pClient.pm: Added Log(), Debug(), Error() and Fatal()
91	  methods to support Windows. $self->{'stderr'} can now be an
92	  IO handle or any other object supporting a print method.
93	  My thanks to Toni L. Harbaugh <harbaugh@nciaxp.ncifcrf.gov> for
94	  his patches.
95
961998-08-13  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.1005)
97
98	* Makefile.PL: Added check for Sys::Syslog.h to detect problems
99	  with missing sys/syslog.ph.
100
1011998-07-19  Jochen Wiedmann  <jochen.wiedmann at freenet.de> (0.1004)
102
103	* lib/RPC/pServer.pm: Embedded all occurrences of setlogsock('unix')
104	  into an eval. Required, because it otherwise fails on Solaris.
105
1061998-07-18  Jochen Wiedmann  <joe@spsoft.de> (0.1003)
107
108	* Minor fixes to prevent warnings with DBI::ProxyServer.
109
1100.1002  Checking for existence of Sys::Syslog::setlogsock in test scripts.
111	(Ulrich Pfeifer, upf@de.uu.net)
112	Fixed Socket::inet_ntoa() instead of inet_ntoa() in pServer.pm.
113	(Ulrich Pfeifer, upf@de.uu.net)
114	Added 'Reuse' => 1 to server configuration.
115
1160.1001  Tue Aug 19 17:53:44 1997
117	- original version; created by h2xs 1.18
118
119