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