~ubuntu-branches/ubuntu/utopic/sshpass/utopic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Shachar Shemesh
  • Date: 2011-08-06 20:23:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110806202350-1tekzh9sq5oxx0p0
Tags: 1.05-1
* Fix ""sshpass -e" not working any more with openssh-client": A different
  workaround for the EIO on PTY problem. (Closes: #636039)
* Fix "Segfault when calling with no argument": Problem did not reproduce,
  but print usage when run without parameters anyways. (Closes: #616565)
* Switch to dpkg-source 3.0 (quilt) format
* Policy update to 3.9.10 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 1.05
 
2
        * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
 
3
          This reverted the "better detection of child exit", unfortunately.
 
4
        * Update the manual page about changes.
 
5
        * Print usage information if no arguments given.
 
6
 
1
7
Version 1.04
2
8
        * Fix crash when "-e" is given but environment variable is not set -
3
9
          based on patch suggested by Samuel Rios Carvalho.