summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2016-07-23 20:41:48 +0200
committergregor herrmann <gregoa@debian.org>2016-07-23 20:41:48 +0200
commit69849c3f9fa29335a5666809d6306712488756a8 (patch)
tree252ce8bdf95fdba3df3efcd66bbed03f3a132077 /Changes
parent0b3675cd9fecb6a8c1e2768256041c863378a91b (diff)
Imported Upstream version 0.73
Diffstat (limited to 'Changes')
-rw-r--r--Changes37
1 files changed, 34 insertions, 3 deletions
diff --git a/Changes b/Changes
index 1f38d60..a7f7605 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,36 @@
Revision history for Perl extension Net::OpenSSH.
+0.73 Jun 10, 2016
+ - Some old perl versions doesn't like Errno constant subs
+ being called without parents. Add them.
+
+0.72 Jun 9, 2016
+ - Rerelease as stable.
+
+0.71_03 Mar 16, 2016
+ - Improve shell detection code.
+ - Use a timeout to kill external commands not returning
+ control.
+ - improve ksh version checking in tests (bug report by jtzako
+ via PerlMonks)
+
+0.71_02 Mar 11, 2016
+ - Lighten master socket checks in async mode in order to avoid
+ blocking and setting custom signal handlers which can
+ interfere with event-programming frameworks (bug report by
+ Doug Hoyte).
+
+0.71_01 Jan 20, 2016
+ - Add entry on the documentation about how to integrate the
+ module with event-oriented programming frameworks (bug
+ report by Doug Hoyte, #gh17)
+ - Use an adaptative delaying algorithm while waiting for the
+ multiplexing socket to pop up (bug report by Doug Hoyte,
+ #gh17).
+ - Improve SIGCHLD handling and interoperability with other
+ modules setting custom handlers (bug report by Doug Hoyte,
+ #gh16).
+
0.70 Jan 20, 2016
- Re-release as stable.
@@ -667,16 +698,16 @@ Revision history for Perl extension Net::OpenSSH.
- use correct ps args when testing on Solaris
- new mux_socket_path method
- more tests
-
+
0.09 Dec 10, 2008
- fallback testing method when ssh'ing to localhost is not enabled
- add support for master_opts constructor argument
-
+
0.08 Dec 10, 2008
- require 5.8.x and remove compatibility hacks for older versions
- solve bug in open_ex when pty is requested
- perform sanity checks on child file handles on open_ex
-
+
0.07 Dec 9, 2008
- remove >>& incompatibility for perl 5.6.x
- in tests, sort "ls" output, as it seems that it can change