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