about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2002-05-28 15:46:02 +0000
committerGraham Barr <gbarr@pobox.com>2002-05-28 15:46:02 +0000
commit8b917ea833dbe6c4a1b5575db515f4f454818811 (patch)
tree90b8da8f88ab33794859c66c6f096f739b753778
parentcdf8eb5ea7eb4829c56bea21e1638d1312735826 (diff)
downloadperl-libnet-1.12.tar.gz
Release 1.12 v1.12
-rw-r--r--ChangeLog19
-rw-r--r--Makefile.PL2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 60d06ff..a00a527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Change 727 on 2002/05/28 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::SMTP
+        - Use Authen::SASL to do auth
+
+Change 724 on 2002/05/24 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::SMTP
+        - Minor change to address sanitize code, mainly to allow <>
+
+Change 723 on 2002/05/24 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Minor change to pattern to extract unique filename from server response
+
+Change 717 on 2002/04/02 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.11
+
 Change 716 on 2002/04/02 by <gbarr@pobox.com> (Graham Barr)
 
         Net::FTP::dataconn
diff --git a/Makefile.PL b/Makefile.PL
index c35db97..5af0d7f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.11";
+$VERSION  = "1.12";
 
 BEGIN { require 5.002 }