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