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