about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2004-06-30 13:53:16 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:40 -0600
commite61b2fcd411047254b761bc0858c61078d8b6c2f (patch)
treebcb6c731ab951b8f1fd929c600619c620ac79083
parente17d933dae162eb2ce11b5f6787c21bc360c88e5 (diff)
downloadperl-libnet-1.19.tar.gz
Release 1.19 v1.19
-rw-r--r--Changes7
-rw-r--r--Makefile.PL2
2 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index 9e5f0a1..724135c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004
+
+Bug Fixes
+  * Fixed datasend test to work on Win32 platform
+  * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
+  * Fixed bug that a restarted get with Net::FTP did not append to local file
+
 libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004
 
 Bug Fixes
diff --git a/Makefile.PL b/Makefile.PL
index 4f42581..0eb7c72 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.18";
+$VERSION  = "1.19";
 
 BEGIN { require 5.002 }