Support [] style prototypes.
[p5sagit/p5-mst-13.2.git] / lib / Net / ChangeLog.libnet
1 Change 661 on 2001/10/26 by <gbarr@pobox.com> (Graham Barr)
2
3         Add install-nomake to install libnet on machines that do not
4         have make available
5
6 Change 660 on 2001/10/26 by <gbarr@pobox.com> (Graham Barr)
7
8         Net::Cmd
9         - Ensure we don't insert an extra CR during LF=>CRLF when the CR already exists
10
11 Change 659 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
12
13         Net::Domain
14         - Be more robust if no hostname or domainname
15           (especially the latter)
16
17 Change 658 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
18
19         Net::Config
20         - Protect eval's from user defining $SIG{__DIE__}
21
22 Change 657 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
23
24         Net::Config
25         - Fix handling of single values passed, when a ref to an array is wanted
26
27 Change 656 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
28
29         Net::Config
30         - Pod updates from chromatic
31
32 Change 655 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
33
34         Net::SMTP
35         - Don't be sensetive to extra spaces on reply to HELO
36
37 Change 654 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
38
39         Net::Netrc
40         - Update lookup() docs to describe what happens if no .netrc file is found
41
42 Change 653 on 2001/10/22 by <gbarr@pobox.com> (Graham Barr)
43
44         Net::FTP
45         - Fix hash() to match docs (patch from Doug Wilson)
46
47 Change 652 on 2001/09/21 by <gbarr@pobox.com> (Graham Barr)
48
49         Net::FTP
50         - Fix patterns in ->size and ->supported
51
52 Change 651 on 2001/09/21 by <gbarr@pobox.com> (Graham Barr)
53
54         Net::Config, Net::Netrc
55         - Handle $home on w2k
56
57 Change 650 on 2001/09/21 by <gbarr@pobox.com> (Graham Barr)
58
59         Net::Domain
60         - Fix some potential undef warnings
61
62 Change 649 on 2001/09/21 by <gbarr@pobox.com> (Graham Barr)
63
64         Net::FTP
65         - Add FirewallType as an option to ->new
66
67 Change 648 on 2001/09/21 by <gbarr@pobox.com> (Graham Barr)
68
69         Net::FTP
70         - use sysopen instead of open so we don't get caught by special chars in the filename
71
72 Change 630 on 2001/08/31 by <gbarr@pobox.com> (Graham Barr)
73
74         Net::FTP::I
75         - Avoid uninit warning
76
77 Change 627 on 2001/08/20 by <gbarr@pobox.com> (Graham Barr)
78
79         Remove tests for modules removed from dist
80
81 Change 626 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
82
83         Increment VERSIONs
84
85 Change 625 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
86
87         Doc updates and add cc and bcc as aliases for recipient
88
89 Change 624 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
90
91         Don't set ENV variables
92
93 Change 623 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
94
95         Support mixed case in the EHLO response
96
97 Change 622 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
98
99         Documentation update
100
101 Change 621 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
102
103         Set the status if command returns due to the connection being closed
104
105 Change 620 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
106
107         Fix for _msg_spec when passed the same msg number twice, pass N instead of N-N
108
109 Change 625 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
110
111         Doc updates and add cc and bcc as aliases for recipient
112
113 Change 624 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
114
115         Don't set ENV variables
116
117 Change 623 on 2001/08/17 by <gbarr@pobox.com> (Graham Barr)
118
119         Support mixed case in the EHLO response
120
121 Change 622 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
122
123         Documentation update
124
125 Change 621 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
126
127         Set the status if command returns due to the connection being closed
128
129 Change 620 on 2001/08/06 by <gbarr@pobox.com> (Graham Barr)
130
131         Fix for _msg_spec when passed the same msg number twice, pass N instead of N-N
132
133 Change 619 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)
134
135         Remove DummyInetd
136
137 Change 618 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)
138
139         Move snpp into its own distribution
140
141 Change 615 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)
142
143         Move PH to its own dist
144
145 Change 614 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)
146
147         Move TFTP out of libnet
148
149 Change 612 on 2001/03/29 by <gbarr@pobox.com> (Graham Barr)
150
151         Support some non standard servers that return more than
152         just a number in response to SIZE. But the size must be
153         the last thing on the response line [Jeffery W Long]
154
155 Change 603 on 2000/10/06 by <gbarr@pobox.com> (Graham Barr)
156
157         Net::Config
158         - Added documentation for ftp_firewall_type
159
160 Change 574 on 2000/08/24 by <gbarr@pobox.com> (Graham Barr)
161
162         Net::FTP
163         - Make listen socket listen on same interfacce as the command connection
164           this fixes a problem when going via a SOCKS firewall
165
166 Change 458 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
167
168         Net::Cmd, Net::FTP
169         - Support for os390, modified from a patch from Dan Campbell
170
171 Change 455 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
172
173         Net::Domain
174         - silence warnings on Win32 that domainname does not exist
175
176 Change 454 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
177
178         Net::FTP
179         - More error checking in ->get()
180
181 Change 453 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
182
183         Net::FTP
184         - update pattern to dig out unique filename from stou
185
186 Change 452 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
187
188         t/ftp.t
189         - silently pass if the stor to /pub fails
190
191 Change 451 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
192
193         Net::FTP
194         - Add Timeout to listen socket
195
196 Change 450 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
197
198         Makefile.PL
199         - only add ppd conditional on perl version
200
201 Change 449 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
202
203         Fixed mput example in FAQ to use glob()
204
205 Change 448 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
206
207         Update README to reflect new way Configure works
208
209 Change 447 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
210
211         Net::Config
212         - Check that $home is defined before we use it
213
214 Change 446 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
215
216         Net::FTP
217         - add link to autoftp example
218
219 Change 445 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
220
221         Net::FTP::A, Net::FTP::I
222         - Move the timeout check into the loop to prevent hanging
223           on write.
224
225 Change 444 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
226
227         Net::Cmd, Net::FTP::A, Net::FTP::I
228         - MacOS does not like the setting of $SIG{PIPE} so check $^O
229
230 Change 432 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
231
232         POD cleanup
233
234 Change 431 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
235
236         Net::NNTP
237         - Allow a filehandle to be passed to article, head and body
238
239 Change 430 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
240
241         Net::TFTP
242         - There is no quit method, so don't document one
243
244 Change 402 on 2000/03/23 by <gbarr@pobox.com> (Graham Barr)
245
246         Net::Config
247         - Fix typos in requires_firewall(), Thanks to Johan Vromans <jvromans@squirrel.nl>
248
249 Change 401 on 2000/03/23 by <gbarr@pobox.com> (Graham Barr)
250
251         Net::FTP
252         - fix rmdir for when ls() returns full paths
253
254 Change 379 on 2000/03/13 by <gbarr@pobox.com> (Graham Barr)
255
256         Release 1.0702
257
258 Change 378 on 2000/03/10 by <gbarr@pobox.com> (Graham Barr)
259
260         Net::FTP::A
261         - Fix to stop possible forever loop
262
263 Change 377 on 2000/03/10 by <gbarr@pobox.com> (Graham Barr)
264
265         Net::FTP::A
266         - use " not '
267
268 Change 376 on 2000/03/10 by <gbarr@pobox.com> (Graham Barr)
269
270         Net::Config
271         - need to import inet_aton and inet_ntoa
272
273 Change 375 on 2000/03/10 by <gbarr@pobox.com> (Graham Barr)
274
275         Net::Config
276         - change arg to split to /\./ from "."
277
278 Change 374 on 2000/03/07 by <gbarr@pobox.com> (Graham Barr)
279
280         Net::FTP::A
281         - Fix return value of read()
282
283 Change 373 on 2000/03/07 by <gbarr@pobox.com> (Graham Barr)
284
285         Net::FTP::I
286         - Fix typo
287
288 Change 372 on 2000/03/07 by <gbarr@pobox.com> (Graham Barr)
289
290         Release 1.07
291
292 Change 371 on 2000/03/06 by <gbarr@pobox.com> (Graham Barr)
293
294         - Moved FAQ to Net/libnetFAQ.pod
295
296 Change 370 on 2000/03/06 by <gbarr@pobox.com> (Graham Barr)
297
298         - Added mput and mget examples
299
300 Change 369 on 2000/03/06 by <gbarr@pobox.com> (Graham Barr)
301
302         - Added support for the xwho command in qpage, but no docs yet.
303
304 Change 368 on 2000/03/06 by <gbarr@pobox.com> (Graham Barr)
305
306         new Configure script
307
308 Change 367 on 2000/03/06 by <gbarr@pobox.com> (Graham Barr)
309
310         Local-ize $SIG{__DIE__}
311
312 Change 361 on 2000/02/17 by <gbarr@pobox.com> (Graham Barr)
313
314         Net::FTP
315         - Fix arg count check in cwd()
316
317 Change 351 on 2000/01/31 by <gbarr@pobox.com> (Graham Barr)
318
319         Net::Cmd
320         - Fixed bug in getline returning an empty line
321         - Added optional filehandle argument to read_until_dot.
322         
323         Net::POP3
324         - get now takes an optional filehandle argument, if given the
325           message is sent to the handle.
326
327 Change 348 on 2000/01/17 by <gbarr@pobox.com> (Graham Barr)
328
329         Net::Cmd
330         - fix getline not to drop blank lines
331
332 Change 347 on 2000/01/12 by <gbarr@pobox.com> (Graham Barr)
333
334         Net::Time
335         - Fix use of uninitialized warning caused by _socket
336
337 Change 346 on 2000/01/11 by <gbarr@pobox.com> (Graham Barr)
338
339         Net::FTP
340         - Change firewall code to use Net::Config->requires_firewall
341         
342         Net::Config
343         - renamed is_external to be requires_firewall
344
345 Change 345 on 2000/01/06 by <gbarr@pobox.com> (Graham Barr)
346
347         Net::FTP
348         - Added workaround for a Y2K bug that exists with the MDTM
349           command on some servers.
350
351 Change 341 on 1999/09/29 by <gbarr@pobox.com> (Graham Barr)
352
353         Net::FTP, Net::FTP::A, Net::FTP::I, Net::FTP::datacon
354         - Added BlockSize option to control size of blocks read from server
355           (defaults to 10K)
356
357 Change 340 on 1999/09/28 by <gbarr@pobox.com> (Graham Barr)
358
359         Net::FTP, Configure
360         - First attempt to add multiple firewall type support
361
362 Change 339 on 1999/09/28 by <gbarr@pobox.com> (Graham Barr)
363
364         Added ppd info to Makefile.PL and libnet.ppd to MANIFEST
365
366 Change 333 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
367
368         Release 1.0607
369
370 Change 332 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
371
372         Configure
373         - Fix typo
374
375 Change 331 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
376
377         Net::FTP
378         - get and put now accept *FD as well as \*FD for the local filehandle
379
380 Change 330 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
381
382         Net::Domain
383         - Added support for VMS as suggest by lane@DUPHY4.Physics.Drexel.Edu
384
385 Change 329 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
386
387         Net::Netrc
388         - Added support for spaces in passwords
389
390 Change 328 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
391
392         Net::Cmd
393         - Map \n's in commands to " "
394
395 Change 327 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)
396
397         Net::Netrc
398         - Applied patch from Randy Merrell to fix / escaping
399
400 Change 318 on 1999/08/06 by <gbarr@pobox.com> (Graham Barr)
401
402         Net::Cmd
403         - Remove use of defined(@ISA)
404
405 Change 316 on 1999/07/11 by <gbarr@pobox.com> (Graham Barr)
406
407         Net::POP3
408         - Added ping method supplied by William Rolston <rolston@freerealtime.com>
409
410 Change 309 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)
411
412         Net::FTP
413         - Check that writes to local file succeed
414
415 Change 308 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)
416
417         Net::FTP
418         - Fix bug ->size when SIZE and STAT are not implemented
419
420 Change 307 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)
421
422         Net::POP3
423         - The return value for apop is now the same as login
424
425 Change 306 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)
426
427         Net::POP3
428         - login now returns "0E0" when there are no messages on te server.
429           This is true in a boolean context, but zero in a numeric context
430
431 Change 305 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)
432
433         Net::FTP::A
434         - Fixed bug when sending a file in ascii mode that already contains
435           \r\n character sequences
436         - Made improvements to speed of \r\n <-> \n translation
437
438 Change 304 on 1999/05/04 by <gbarr@pobox.com> (Graham Barr)
439
440         Net::FTP
441         - Added hash mark printing
442
443 Change 264 on 1999/03/17 by <gbarr@pobox.com> (Graham Barr)
444
445         Net::TFTP
446         - Fix typo in CLOSE()
447
448 Change 262 on 1999/03/16 by <gbarr@pobox.com> (Graham Barr)
449
450         Net::FTP
451         - new should only call authorize if there is user/passwd data
452         
453         Net::SMTP
454         - Allow ->to to ignore bad addresses
455
456 Change 254 on 1999/02/24 by <gbarr@pobox.com> (Graham Barr)
457
458         Added some debug to t/ftp.t to help understand failure
459
460 Change 253 on 1999/02/17 by <gbarr@pobox.com> (Graham Barr)
461
462         Net::Cmd
463         - Added checks for a closed connection
464
465 Change 252 on 1999/02/17 by <gbarr@pobox.com> (Graham Barr)
466
467         Net::Domain
468         - set FQDN = IP if host does not have a name
469
470 Change 248 on 1999/02/05 by <gbarr@pobox.com> (Graham Barr)
471
472         Net::Domain
473         - check for defined(&main::SYS_gethostname) before calling syscall
474           as user may have a UNIVERSAL::AUTOLOADER defined
475
476 Change 245 on 1999/01/18 by <gbarr@pobox.com> (Graham Barr)
477
478         Net::FTP
479         - Modify mkdir to call ->cwd(), not ->cd()
480
481 Change 206 on 1998/10/20 by <gbarr@pobox.com> (Graham Barr)
482
483         Fix typo in Net::Cmd
484
485 Change 204 on 1998/10/18 by <gbarr@pobox.com> (Graham Barr)
486
487         Net::SMTP
488         - DESTROY now does nothing, so any half-sent message should be aborted
489
490 Change 198 on 1998/10/15 by <gbarr@pobox.com> (Graham Barr)
491
492         Net::Config added
493         
494         Configure, Makefile.PL
495         - Canges to handle new Net::Config module
496
497 Change 197 on 1998/10/15 by <gbarr@pobox.com> (Graham Barr)
498
499         Net::FTP
500         - Fixed return vlue of _ACCT
501         
502         Net::Cmd
503         - Fixed datasend to ensure all data is sent
504         - Fixed a || bug in getline
505         
506         Some FAQ updates
507
508 Change 196 on 1998/10/15 by <gbarr@pobox.com> (Graham Barr)
509
510         Net::TFTP
511         - Initial public release
512
513 Change 195 on 1998/10/04 by <gbarr@pobox.com> (Graham Barr)
514
515         Net::FTP
516         - Fixed bad use of ||= in cwd()
517         
518         Net::POP3
519         - Fixed pattern for -ERR (had +ERR)
520
521 Change 191 on 1998/09/26 by <gbarr@pobox.com> (Graham Barr)
522
523         Net::POP3
524         - Fix bug in UIDL
525
526 Change 187 on 1998/09/01 by <gbarr@pobox.com> (Graham Barr)
527
528         Net::TFTP
529         - Some cleanup of the code
530         - removed leading - from named args
531
532 Change 185 on 1998/08/23 by <gbarr@pobox.com> (Graham Barr)
533
534         Net::TFTP
535         - Initial version
536
537 Change 184 on 1998/08/23 by <gbarr@pobox.com> (Graham Barr)
538
539         Remove mention of Net::SNMP from README
540
541 Change 183 on 1998/08/06 by <gbarr@pobox.com> (Graham Barr)
542
543         Net::Domain
544         - Fix problem with returning last name instead of first name for a
545           win32 multi-homed machine
546
547 Change 182 on 1998/08/06 by <gbarr@pobox.com> (Graham Barr)
548
549         Net::FTP
550         - _list_cmd returned (undef) instead of ()
551         - Fix typo in docs
552         
553         Net::NNTP
554         - Fix typo in docs
555
556 Change 181 on 1998/08/04 by <gbarr@pobox.com> (Graham Barr)
557
558         Net::FTP
559         - Allow spaces in filenames (ick!)
560
561 Change 179 on 1998/08/04 by <gbarr@pobox.com> (Graham Barr)
562
563         Net::FTP
564         - added new rmdir from Dunkin Software
565         - fix to the code generating the listen port
566
567 Change 171 on 1998/07/08 by <gbarr@pobox.com> (Graham Barr)
568
569         Net::FTP
570         - login will now send ACCT if $acct is defined and the PASS
571           command completed with 2xx or 3xx
572         - Added a check for the close of the dataconn in _store_cmd
573         - Debug trace will hide any parameter given to ACCT
574
575 Change 167 on 1998/07/04 by <gbarr@pobox.com> (Graham Barr)
576
577         - Added Config.eg, an example Config.pm
578         - Removed set method from Net::Config
579         - Removed check for Data::Dumper from Makefile.PL
580
581 Change 157 on 1998/06/19 by <gbarr@pobox.com> (Graham Barr)
582
583         Net::FTP
584         - Another small tweak to ->supported()
585
586 Change 156 on 1998/06/18 by <gbarr@pobox.com> (Graham Barr)
587
588         Net::FTP
589         - Tweak to ->supported() to better detect reports from some
590           servers (NcFTPd)
591
592 Change 153 on 1998/06/16 by <gbarr@pobox.com> (Graham Barr)
593
594         Net::FTP
595         - Fix "Use of uninitialized" warning, patch from
596           Lars Thegler <lth@dannet.dk>
597
598 Change 148 on 1998/06/07 by <gbarr@pobox.com> (Graham Barr)
599
600         Net::SMTP
601         - Fix typo
602
603 Change 147 on 1998/06/07 by <gbarr@pobox.com> (Graham Barr)
604
605         Net::SMTP
606         - Added ->supports()
607         - Added ->etrn()
608         
609         Updated FAQ
610
611 Change 141 on 1998/05/24 by <gbarr@pobox.com> (Graham Barr)
612
613         Net::SMTP
614         - Added banner() method
615
616 Change 132 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)
617
618         Net::POP3
619         - Added ResvPort option to new()
620
621 Change 131 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)
622
623         Makefile.PL
624         - Patch for running $^X Configure under VMS
625
626 Change 130 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)
627
628         Net::FTP, Net::POP3
629         - wrapped getpwuid in eval {} as some OSs (eg NT) do not support it
630
631 Change 129 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)
632
633         Net::FTP
634         - Enhanced ->size() to try different approaces if SIZE is
635           not implemented
636
637 Change 128 on 1998/04/15 by <gbarr@pobox.com> (Graham Barr)
638
639         Net::Time
640         - Correct number of seconds in a year
641
642 Change 126 on 1998/04/06 by <gbarr@pobox.com> (Graham Barr)
643
644         Net::FTP, Net::FTP::A, Net::FTP::I, Net::Cmd
645         - changes for undef checking on sysread/syswrite
646
647 Change 118 on 1998/02/23 by <gbarr@pobox.com> (Graham Barr)
648
649         Net::FTP
650         - Added site method
651
652 Change 117 on 1998/02/23 by <gbarr@pobox.com> (Graham Barr)
653
654         Net::POP3
655         - Remove use of map in a void context
656
657 Change 116 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)
658
659         Net::FTP
660         - Changes to mkdir for recursive creates.
661
662 Change 114 on 1998/02/20 by <gbarr@pobox.com> (Graham Barr)
663
664         Net::Domain
665         - Change $SIG{__DIE__} to $SIG{'__DIE__'} to stop warning in 5.003
666
667 Change 113 on 1998/02/17 by <gbarr@pobox.com> (Graham Barr)
668
669         Net::FTP::A
670         - modified regexp in write for converting to CRLF, should now work with MacOS
671         
672         Net::FTP
673         - Added use of File::Basename
674         - Small tweak to abort()
675         
676         Net::Time
677         - Changed inet_time to handle MacOS
678         
679         Net::Netrc
680         - Fixes for MacOS
681         
682         Net::Domain
683         - Fixes for MacOS
684         
685         Net::SMTP
686         - Fix for new() to fail if HELO command fails
687
688 Change 108 on 1998/02/14 by <gbarr@pobox.com> (Graham Barr)
689
690         Net::FTP
691         - Added check for filenames with spaces, \r or \n
692
693 Change 107 on 1998/02/06 by <gbarr@pobox.com> (Graham Barr)
694
695         Net::FTP
696         - Ensure dataconn object is in reading mode for data transfers
697
698 Change 101 on 1998/01/22 by <gbarr@pobox.com> (Graham Barr)
699
700         Renamed FAQ.pod as FAQ
701
702 Change 100 on 1998/01/22 by <gbarr@pobox.com> (Graham Barr)
703
704         Net::NNTP
705         - Added Reader option to new()
706
707 Change 99 on 1998/01/22 by <gbarr@pobox.com> (Graham Barr)
708
709         Net::POP3
710         - fix pass() to call popstat() if pattern does not match for
711           message count
712
713 Change 98 on 1998/01/22 by <gbarr@pobox.com> (Graham Barr)
714
715         Restore changes lost in disk-crash
716         
717         *** Patch 1.0605
718         
719         Sun Dec 21 1997 <gbarr@pobox.com> (Graham Barr)
720         
721         Net::FTP
722         - Fix for pasv_xfer, previous version hung if an error occured
723           while setting up the link between the two servers.
724         
725         Sun Dec 14 1997 <gbarr@pobox.com> (Graham Barr)
726         
727         Net::Domain
728         - Fix for 'Use of uninitialized' when setting $SIG{__DIE__}
729         
730         Sat Dec 13 1997 <gbarr@pobox.com> (Graham Barr)
731         
732         Net::Domain, Net::Netrc
733         - patches from Nick Ing-Simmons for MSWin32
734         
735         *** Patch 1.0604
736         
737         Thu Dec 11 1997 <gbarr@pobox.com> (Graham Barr)
738         
739         Net::FTP
740         - Removed use of AutoLoader, it was causing problems on
741           some platforms
742
743 Change 92 on 1997/12/08 by <gbarr@pobox.com> (Graham Barr)
744
745         Net::FTP
746         - Fix to pasv_xfer, the command stream on the source side was left
747           out of sync.
748
749 Change 91 on 1997/12/04 by <gbarr@pobox.com> (Graham Barr)
750
751         MANIFEST, FAQ.pod
752         - Added initial FAQ document
753
754 Change 90 on 1997/12/04 by <gbarr@pobox.com> (Graham Barr)
755
756         Net::FTP
757         - Set $@ if ->new() fails
758
759 Change 82 on 1997/11/30 by <gbarr@pobox.com> (Graham Barr)
760
761         x
762
763 Change 79 on 1997/11/30 by <gbarr@pobox.com> (Graham Barr)
764
765         Net::Cmd
766         - Fix for read_until_dot entering an endless loop, now returns undef
767         
768         Net::POP3
769         - Fix ->list() and ->uidl() to handle undef being returned from
770           ->read_until_dot()
771
772 Change 78 on 1997/11/30 by <gbarr@pobox.com> (Graham Barr)
773
774         Net::FTP
775         - Fix to login() and authorize() for OS/2 which does not
776           support getpw*()
777
778 Change 65 on 1997/11/28 by <gbarr@pobox.com> (Graham Barr)
779
780         Net::Domain
781         - If user has defined $SIG{__DIE__} then failures inside eval
782           still call it. local-ized $SIG{__DIE__} to stop this as Net::Domain
783           used eval to hide such errors.
784
785 Change 64 on 1997/11/28 by <gbarr@pobox.com> (Graham Barr)
786
787         t/nntp.t
788         - Now exits passing if commands fail due to not having
789           authorization.
790
791 Change 61 on 1997/11/25 by <gbarr@pobox.com> (Graham Barr)
792
793         none
794
795 Change 60 on 1997/11/25 by <gbarr@pobox.com> (Graham Barr)
796
797         Net::FTP::I
798         - Fix to prevent ABOR being sent when xfer is complete
799         - Change to write() to ensure whole packet is sent
800         
801         Net::FTP
802         - Moved $TELNET_ vars to top of file so that  autosplit does not place them
803           in the wrong file and cause "Use of undefined ...."
804         - Clarification on the result from ->size() added to docs.
805         - pasv_xfer changed to use stor as stou is not a "MUST-have" command
806         - added pasv_xfer_unique
807         
808         Net::PH
809         - Documentation updates.
810         
811         t/nntp.t
812         - Modified to test for a list of groups
813
814 Change 58 on 1997/11/17 by <gbarr@pobox.com> (Graham Barr)
815
816         t/nntp.t
817         - Modified to check for more groups before failure
818
819 Change 56 on 1997/11/17 by <gbarr@pobox.com> (Graham Barr)
820
821         Net::SMTP
822         - Corrected documentation for ->expand()
823
824 Change 54 on 1997/11/17 by <gbarr@pobox.com> (Graham Barr)
825
826         Makefile.PL
827         - change to code for creating Net::Config
828         
829         Net::FTP::A
830         - Change to write() to ensure whole packet is sent
831         - Documentation correction to dir() and ls()
832         
833         Net::FTP::dataconn
834         - Stop abort be called when a write socket is being closed.
835         
836         Net::NNTP
837         - Changes to postok logic
838         
839         Net::PH
840         - fields() now also returns a reference to an ordered array of tag names
841           if called in an array context.
842         
843         Net::Cmd
844         - Catch added for SIGPIPE while in ->command()
845
846 Change 43 on 1997/11/05 by <gbarr@pobox.com> (Graham Barr)
847
848         rename files
849
850 Change 39 on 1997/11/04 by <gbarr@pobox.com> (Graham Barr)
851
852         Configure
853         - Fix croak problem
854
855 Change 38 on 1997/11/04 by <gbarr@pobox.com> (Graham Barr)
856
857         Net::FTP, Net::NNTP, Net::PH, Net::POP3, Net::SMTP, Net::SNPP
858         - Fix error cause by calling close method when "unexpected EOF:
859           has been encountered.
860         
861         t/require.t
862         - Remove Net::Telnet test
863
864 Change 37 on 1997/10/31 by <gbarr@pobox.com> (Graham Barr)
865
866         Release 1.06
867
868 Change 36 on 1997/10/31 by <gbarr@pobox.com> (Graham Barr)
869
870         none
871
872 Change 35 on 1997/10/31 by <gbarr@pobox.com> (Graham Barr)
873
874         Net::FTP
875         - Fixed undef warning in login() when $ruser does not exist in .netrc
876
877 Change 34 on 1997/10/31 by <gbarr@pobox.com> (Graham Barr)
878
879         Net::FTP
880         - Added new supported() method
881
882 Change 33 on 1997/10/31 by <gbarr@pobox.com> (Graham Barr)
883
884         Net::FTP
885         - DESTORY now sends quit command
886         - corrected OOB commands sent prior to an abort command
887         - close will call abort unless eof seen
888         - documentation updates
889         
890         Net::FTP::datacon
891         - abort() will read a byte if non have been read
892         
893         Net::FTP::A
894         - read was using arg#3 as an offset ?? change to use as timeout, this
895           now matches Net::FTP::I::read and the docs
896         - speedup to read()
897
898 Change 18 on 1997/10/03 by <gbarr@pobox.com> (Graham Barr)
899
900         Release 1.17
901
902 Change 15 on 1997/09/26 by <gbarr@pobox.com> (Graham Barr)
903
904         Email address and documentation changes
905
906 Change 14 on 1997/09/26 by <gbarr@pobox.com> (Graham Barr)
907
908         Net::FTP
909         - Added account method so ACCT command can be sent independantly
910           of ->login()
911         - Fixed a bug which caused an infinite loop if EOF happend on the
912           command channel while executing code to work around MS FTP
913             servers
914         
915         Net::Cmd
916         - Fixed undefined warning when an unexpected EOF is encountered
917         
918         Net::NNTP
919         - Added a call to ->reader() from within ->new(), just in case we are
920           talking to an INN server, but we have transfer rights. This will
921           ensure we are talking to nnrpd.
922         
923         Net::SNPP
924         - Fixed a bug in ->new() while locating default host
925
926 Change 13 on 1997/09/26 by <gbarr@pobox.com> (Graham Barr)
927
928         Net::FTP
929         - Modified code which determined whether to connect via a Firewall.
930           if the Firewall wall option is passed then it will be used,
931           reguardless of whether the real machine can be reached.
932         - The Firewall option to new is now used in preference over
933           the FTP_FIREWALL environment variable.
934
935 Change 12 on 1997/09/26 by <gbarr@pobox.com> (Graham Barr)
936
937         Net::Cmd
938         - modified ->response() to return CMD_ERROR if ->getline() returns
939           undef
940
941 Change 6 on 1997/09/14 by <gbarr@pobox.com> (Graham Barr)
942
943         Small tweak to Makefile,PL to remove requirement for Data::Dumper
944
945 Change 3 on 1997/09/12 by <gbarr@pobox.com> (Graham Barr)
946
947         Makefile.PL
948         - Local config file libnet.cfg installed as Net::Config
949
950 Change 2 on 1997/09/12 by <gbarr@pobox.com> (Graham Barr)
951
952         Net::FTP
953         - Modified to use AutoLoader
954         - Fixed Net::FTP::[AI]::write to trap SIGPIPE errors
955           and return an error, instead of aborting the script
956
957 Change 1 on 1997/09/12 by <gbarr@pobox.com> (Graham Barr)
958
959         A new beginning
960