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