about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-09-25 09:47:43 +0000
committerGraham Barr <gbarr@pobox.com>2003-09-25 09:47:43 +0000
commit5fcff8b5a9598dbf4bf40978e439d6d075ae463f (patch)
tree9ab68e0c1b1763a8a99e713f6e1ca38c23e10e85
parent76571a6857b8598e252262447986daf4488af1bb (diff)
downloadperl-libnet-5fcff8b5a9598dbf4bf40978e439d6d075ae463f.tar.gz
Release 1.17 v1.17
-rw-r--r--ChangeLog19
-rw-r--r--Makefile.PL2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 057db8e..26d7ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Change 830 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - documentation fixes
+
+Change 829 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Allow spaces after the file size in the response to SIZE
+
+Change 828 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Domain
+        - Avoid infinite loop
+
+Change 821 on 2003/06/18 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.16
+
 Change 820 on 2003/06/17 by <gbarr@pobox.com> (Graham Barr)
 
         Net::FTP
diff --git a/Makefile.PL b/Makefile.PL
index d943baa..1b03e23 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.16";
+$VERSION  = "1.17";
 
 BEGIN { require 5.002 }