about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2002-04-02 16:06:43 +0000
committerGraham Barr <gbarr@pobox.com>2002-04-02 16:06:43 +0000
commite6cc0f2eb3de6728314d816f571993ddc63d1d3c (patch)
tree8888540fff59e5ce16a1cee23a98e0f95822f38e
parentd79ae8876726e4307626602b888bb1d1a82519fa (diff)
downloadperl-libnet-1.11.tar.gz
Release 1.11 v1.11
-rw-r--r--ChangeLog13
-rw-r--r--Makefile.PL2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef21ac..60d06ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Change 716 on 2002/04/02 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP::dataconn
+        - Fix for select to avoid occasional hangups
+
+Change 715 on 2002/04/02 by <gbarr@pobox.com> (Graham Barr)
+
+        Tweak parsing of hello response
+
+Change 706 on 2002/02/28 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.10
+
 Change 705 on 2002/02/28 by <gbarr@pobox.com> (Graham Barr)
 
         Net::FTP::I
diff --git a/Makefile.PL b/Makefile.PL
index 09cd26d..c35db97 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.10";
+$VERSION  = "1.11";
 
 BEGIN { require 5.002 }