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