about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-03-03 11:11:59 +0000
committerGraham Barr <gbarr@pobox.com>2003-03-03 11:11:59 +0000
commitee22a3815bb223871aded4e82c7d850e9ca6b5ca (patch)
treefe2452eed653bd7a0ba4841b4125c3e745be82d1
parent97efb5e37da87266e10a8f38e9cbd15858f516cd (diff)
downloadperl-libnet-1.13.tar.gz
Release 1.13 v1.13
-rw-r--r--ChangeLog40
-rw-r--r--Makefile.PL2
2 files changed, 41 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a00a527..579cc34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+Change 755 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
+
+        Fix typo
+
+Change 749 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::POP3
+        - Make more compilant. +OK and -ERR responses do not have to be followed
+        by a space.
+
+Change 748 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Fix unique name extraction to pick up name on initial
+        response, not just the final response
+
+Change 737 on 2002/07/18 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Cmd
+        - Compatability fix for 5.004
+
+Change 736 on 2002/07/16 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Cmd
+        - Ensure all debug output is via ->debug_print
+
+Change 735 on 2002/07/15 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Allow the user to specify a local address to use for sockets
+
+Change 734 on 2002/07/15 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::SMTP
+        - Avoid extra spaces on the end of the AUTH command
+
+Change 728 on 2002/05/28 by <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.12
+
 Change 727 on 2002/05/28 by <gbarr@pobox.com> (Graham Barr)
 
         Net::SMTP
diff --git a/Makefile.PL b/Makefile.PL
index 5af0d7f..a1f8f2a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.12";
+$VERSION  = "1.13";
 
 BEGIN { require 5.002 }