about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-06-18 18:52:27 +0000
committerGraham Barr <gbarr@pobox.com>2003-06-18 18:52:27 +0000
commit41c2faab2107b1ab674049e161b149c9997f4d62 (patch)
treec894dccac64f944f4a60665b6b2bcd31a527fed3
parent051c8d340f57f858c9e2a55803b888b0cd870cbe (diff)
downloadperl-libnet-41c2faab2107b1ab674049e161b149c9997f4d62.tar.gz
Release 1.16 v1.16
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.PL2
-rw-r--r--Net/FTP.pm4
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cf6e64d..057db8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Change 820 on 2003/06/17 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Fix uninit warning when sending the ALLO command inside put
+
+Change 819 on 2003/06/13 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.15
+
 Change 818 on 2003/06/13 by <gbarr@pobox.com> (Graham Barr)
 
         Net::FTP
diff --git a/Makefile.PL b/Makefile.PL
index 03e2219..d943baa 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.15";
+$VERSION  = "1.16";
 
 BEGIN { require 5.002 }
 
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 35c488e..aac963b 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -22,7 +22,7 @@ use Net::Config;
 use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC);
 # use AutoLoader qw(AUTOLOAD);
 
-$VERSION = "2.70"; # $Id: //depot/libnet/Net/FTP.pm#77 $
+$VERSION = "2.71"; # $Id: //depot/libnet/Net/FTP.pm#78 $
 @ISA     = qw(Exporter Net::Cmd IO::Socket::INET);
 
 # Someday I will "use constant", when I am not bothered to much about
@@ -1767,6 +1767,6 @@ under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/FTP.pm#77 $>
+I<$Id: //depot/libnet/Net/FTP.pm#78 $>
 
 =cut