about summary refs log tree commit
diff options
context:
space:
mode:
-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 }