about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-06-13 09:11:52 +0000
committerGraham Barr <gbarr@pobox.com>2003-06-13 09:11:52 +0000
commit8f99b5424f7cad4f499250260ed1da84a2187141 (patch)
tree0685f6e8f203b22c4b350d4845252d5399e07202
parent4be8c4ed894a41c95567dcc716f76951d1095d25 (diff)
downloadperl-libnet-1.15.tar.gz
Release 1.15 v1.15
-rw-r--r--ChangeLog17
-rw-r--r--Makefile.PL2
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 259d623..cf6e64d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Change 818 on 2003/06/13 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Fix merge error spotted by Slaven Rezic
+
+Change 817 on 2003/06/13 by <gbarr@pobox.com> (Graham Barr)
+
+        Set INSTALLDIRS to 'perl' for perl >= 5.008
+
+Change 816 on 2003/06/13 by <gbarr@pobox.com> (Graham Barr)
+
+        Add SIGNATURE
+
+Change 806 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.14
+
 Change 805 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
 
         Net::Cmd
diff --git a/Makefile.PL b/Makefile.PL
index f460826..03e2219 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.14";
+$VERSION  = "1.15";
 
 BEGIN { require 5.002 }