summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2015-08-18 18:15:16 +0200
committerFlorian Schlichting <fsfs@debian.org>2015-08-18 18:15:16 +0200
commitf205c147abe36c1a3043cf68d9ff1bcfd6fcc534 (patch)
tree2d3e9acc46223fe9ad7672ba24155879a0394c36 /Changes
parenta5b394ff4bfd1c0f10f5dab078424e9f57a81a83 (diff)
Imported Upstream version 0.64
Diffstat (limited to 'Changes')
-rw-r--r--Changes45
1 files changed, 44 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2d973a6..5be9cf3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,49 @@
Revision history for Perl extension Net::OpenSSH.
+0.64 Mar 12, 2015
+ WARNING: mayor internal changes have been introduced since
+ last stable release!!!
+ - Rerelease as stable
+
+0.63_07 Jan 25, 2015
+ - umask is not thread safe, avoid it (bug report and fix by
+ Shaun Pankau)
+
+0.63_06 Jan 15, 2015
+ - DESTROY was overwritting $@
+
+0.63_05 Jan 8, 2015
+ WARNING, this is a mayor internal change!!!
+ it may introduce regression bugs!!!
+ ===============================================================
+ - completely revamp internal logic for master monitoring
+ ===============================================================
+ - add constructor option 'connect'
+ - add method 'any'
+ - add "contributing code" documentation section
+ - update TODO list
+
+0.63_04 Jan 4, 2015
+ - remove usage of defined-or operator in order to restore
+ support for perl 5.8
+
+0.63_03 Jan 3, 2015
+ - remove usage of defined-or operator in order to restore
+ support for perl 5.8
+
+0.63_02 Jan 2, 2015
+ - make module instalable on Windows and Cygwin
+ - fix error on regular expression inside quoting.t (bug report
+ by Slaven Rezic)
+ - documentation section about security added
+ - doc corrections (reported by Gregor Herrmann from Debian)
+ - AT&T ksh is broken, don't use it when testing quoting
+ functions (bug report by Greg Oldendick)
+
+0.63_01 Jun 14, 2014
+ - add clean_cache method to Net::OpenSSH::ConnectionCache (bug
+ report by Mithun Ayachit)
+
0.62 Jun 14, 2014
- rerelease as stable
@@ -277,7 +321,6 @@ Revision history for Perl extension Net::OpenSSH.
- implement stdintout_dpipe_is_parent feature
0.51_02 Feb 10, 2011
->>>>>>> master
- add support for test method
- add support for dpipe feature
- simplify _wait_for_master code