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