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