ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Version 1.06
  2. * Add -P for overriding the password prompt we search for
  3. * Add -v for verbose logging of the prompt detection prompt.
  4. * Allow packagers and compilers to change the default password prompt.
  5. * When giving -V, also print the default password prompt.
  6. Version 1.05
  7. * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
  8. This reverted the "better detection of child exit", unfortunately.
  9. * Update the manual page about changes.
  10. * Print usage information if no arguments given.
  11. Version 1.04
  12. * Fix crash when "-e" is given but environment variable is not set -
  13. based on patch suggested by Samuel Rios Carvalho.
  14. * Fix 100% CPU usage during session. Reported by anonymous on the
  15. SourceForge bug tracking system.
  16. * Attempt to hide a password provided on the command line. It does
  17. expose the password length. Base on a patch by anonymous from the
  18. sourceforge bug tracking system.
  19. Version 1.03
  20. * Sshpass will now exit if ssh is asking to confirm a host key
  21. * Sshpass now has verbose reporting of what error occured through the
  22. program's return codes.
  23. Version 1.02
  24. * Various updates to the tests done by the configure script
  25. * Broader platform support (cygwin)
  26. Version 1.01
  27. * Make sshpass pass along tty window resize events to the inner tty
  28. Version 1.00
  29. * Make sure that authentication failures are terminated early.
  30. * Better detect when the child has exited.
  31. * Improve error reporting.
  32. Version 0.03
  33. * Change the match string from "Password: " to "assword:", as some ssh
  34. usage uses a different prompt ("foo@bar's password:" instead of a
  35. clean "Password:").
  36. * Add the "-V" option to display the version information
  37. Version 0.02
  38. * Add the "-e" option.