| 
									
										
										
										
											2011-12-08 19:19:46 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Dec 08 19:16:51 UTC 2011 - pascal.bleser@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 0.55, cumulative changes from 0.52 to 0.55: | 
					
						
							|  |  |  |   * scp methods were broken when a user was given | 
					
						
							|  |  |  |   * add support for verbose option in scp methods | 
					
						
							|  |  |  |   * implement parse_connections_opts | 
					
						
							|  |  |  |   * solve bug related to expansion of HOST var when an IPv6 address was given | 
					
						
							|  |  |  |   * add FAQ about running remote commands via sudo | 
					
						
							|  |  |  |   * add sample for Net::Telnet integration | 
					
						
							|  |  |  |   * add sample for sudo usage reading password from DATA | 
					
						
							|  |  |  |   * add default_ssh_opts feature | 
					
						
							|  |  |  |   * getpwuid may fail, check $home is defined before using it | 
					
						
							|  |  |  |   * add FAQ entry about MaxSessions limit reached | 
					
						
							|  |  |  |   * handling of default_std*_file was broken | 
					
						
							|  |  |  |   * keep errors from opening default slave streams | 
					
						
							|  |  |  |   * add Net::OpenSSH::ConnectionCache package | 
					
						
							|  |  |  |   * place '--' in ssh command after host name | 
					
						
							|  |  |  |   * add support for die_on_error | 
					
						
							|  |  |  |   * add support for batch_mode feature | 
					
						
							|  |  |  |   * using { stdin_data => [] } was generating warnings | 
					
						
							|  |  |  |   * add support for custom login handlers | 
					
						
							|  |  |  |   * remove SIG{__WARN__} localizations | 
					
						
							|  |  |  |   * quoter was not handling "\n" correctly | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-09 22:19:11 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon May 09 22:14:10 UTC 2011 - pascal.bleser@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 0.52: | 
					
						
							|  |  |  |   * skip bad passwd test when IO::Pty is not available | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - changes from 0.51: | 
					
						
							|  |  |  |   * require version 2 of the SSH protocol | 
					
						
							|  |  |  |   * remove harmless "my $foo = ... if ..." bug | 
					
						
							|  |  |  |   * encoding handling in sftp method was broken | 
					
						
							|  |  |  |   * sftp method was broken | 
					
						
							|  |  |  |   * better support for sharing SSH connections with children | 
					
						
							|  |  |  |   * add sample for usage with Net::Telnet | 
					
						
							|  |  |  |   * bad sample in documentation corrected | 
					
						
							|  |  |  |   * error status was not reset between calls (regression) | 
					
						
							|  |  |  |   * remove internal line numbers from error messages | 
					
						
							|  |  |  |   * encoding errors were not propageted in pipe_in and pipe_out methods | 
					
						
							|  |  |  |   * better messages on bad encoding errors | 
					
						
							|  |  |  |   * add support for passphrase protected keys | 
					
						
							|  |  |  |   * add support for passing the private key path as an explicit constructor | 
					
						
							|  |  |  |     option | 
					
						
							|  |  |  |   * bug solved on password handling | 
					
						
							|  |  |  |   * bug solved in _fileno_dup_over | 
					
						
							|  |  |  |   * remove redundant _check_master_and_clear_error | 
					
						
							|  |  |  |   * pipe_in and pipe_out were not correctly setting error status on failure | 
					
						
							|  |  |  |   * support argument_encoding in pipe_in and pipe_out | 
					
						
							|  |  |  |   * document how to set StrictHostKeyChecking=no | 
					
						
							|  |  |  |   * replace @error_prefix arguments by a localized stack | 
					
						
							|  |  |  |   * use _load_module for Encode loading | 
					
						
							|  |  |  |   * remove no-encoding hack on _master_ctl  | 
					
						
							|  |  |  |   * add encoding support | 
					
						
							|  |  |  |   * undef $SIG{CHLD} inside blocking methods | 
					
						
							|  |  |  |   * make hostname argument to constructor optional when external_master is set | 
					
						
							|  |  |  |   * better error handling in constructor | 
					
						
							|  |  |  |   * s/reuse_master/external_master/ ; never were happy with the old option name | 
					
						
							|  |  |  |   * implement reuse_master feature | 
					
						
							|  |  |  |   * do not propagate extra arguments from wait_for_master to _wait_for_master | 
					
						
							|  |  |  |   * accept ssh_opts in make_remote_command | 
					
						
							|  |  |  |   * solve "Not enough arguments for grep" bug | 
					
						
							|  |  |  |   * troubleshooting guide improved | 
					
						
							|  |  |  |   * add pointer to OpenSSH Wikibook | 
					
						
							|  |  |  |   * add autosudo.pl sample | 
					
						
							|  |  |  |   * implement stdintout_dpipe_is_parent feature | 
					
						
							|  |  |  |   * add support for dpipe feature | 
					
						
							|  |  |  |   * remove spurious warnings generated when control command failed to run | 
					
						
							|  |  |  |   * timeout at object level where being ignored by _waitpid | 
					
						
							|  |  |  |   * document how to run detached remote processes | 
					
						
							|  |  |  |   * add support for kill_ssh_on_timeout feature and better timeout handling | 
					
						
							|  |  |  |   * set ssh option ServerAliveInterval | 
					
						
							|  |  |  |   * system could return -1 on error instead of false | 
					
						
							|  |  |  |   * add change_password.pl sample | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-01 00:11:09 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Mar 01 00:10:10 CET 2011 - pascal.bleser@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial version (0.50) | 
					
						
							|  |  |  | 
 |