about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes22
1 files changed, 22 insertions, 0 deletions
diff --git a/Changes b/Changes
index ff26b1d..3b44b82 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,25 @@
+libnet 1.22_01 -- Mon May 31 09:40:25 CDT 2010
+
+  * Do not create/pass a remote name if one is not given to put_unique
+  * Add ->passive method to switch between PORT/PASV connections
+  * Accept - in command parsed from SMTP HELO response
+  * Allow group to set to a group named "0"
+  * Set $@ when ->new returns undef
+  * Add support for LocalAddr to be passed to ->new
+  * Document that timeout is in seconds
+  * Fix leading . encoding in datasend
+  * Make ->supported check ->feature
+  * Allow words other than FILE to prefix the unique name returned in info message from stou
+  * Send ALLO command just before the store command
+  * Avoid warnings when server do not prefix messages with codes
+  * Use uppercase characters for xtext encoding
+  * Catch timeout condition while doing an abort
+  * Ensure REST is sent directly before command being restarted
+  * [rt.cpan.org #49920] Fix URL [Leon Brocard]
+  * Avoid long hang on Mac OS X when hostname is *.local by not calling gethostbyname [Father Chrysostomos]
+  * Avoid infinite recursion in rmdir
+  * Allow finding _netrc on machines that do not support .netrc [Ben Bimber]
+
 libnet 1.22  -- Sun Aug 26 07:13:18 CDT 2007
 
 Bug Fixes