"Fossies" - the Fresh Open Source Software Archive 
Member "sshpass-1.09/ChangeLog" (29 Jan 2021, 2111 Bytes) of package /linux/privat/sshpass-1.09.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "ChangeLog":
1.07_vs_1.09.
1 Version 1.09
2 * Explicitly set the controlling TTY (SF patch #7)
3
4 Version 1.08
5 * Report when IP key has changed (Closes Debian bug #730101)
6 * Scrub the environment variable for -e (Closes Ubuntu bug #1649374)
7
8 Version 1.07
9 * Pass signals that should terminate to ssh
10 * Fix race around signal handling
11 * Report IPC errors to stderr
12 * Report if can't open -f password file (closes #3)
13
14 Version 1.06
15 * Add -P for overriding the password prompt we search for
16 * Add -v for verbose logging of the prompt detection prompt.
17 * Allow packagers and compilers to change the default password prompt.
18 * When giving -V, also print the default password prompt.
19
20 Version 1.05
21 * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
22 This reverted the "better detection of child exit", unfortunately.
23 * Update the manual page about changes.
24 * Print usage information if no arguments given.
25
26 Version 1.04
27 * Fix crash when "-e" is given but environment variable is not set -
28 based on patch suggested by Samuel Rios Carvalho.
29 * Fix 100% CPU usage during session. Reported by anonymous on the
30 SourceForge bug tracking system.
31 * Attempt to hide a password provided on the command line. It does
32 expose the password length. Base on a patch by anonymous from the
33 sourceforge bug tracking system.
34
35 Version 1.03
36 * Sshpass will now exit if ssh is asking to confirm a host key
37 * Sshpass now has verbose reporting of what error occured through the
38 program's return codes.
39
40 Version 1.02
41 * Various updates to the tests done by the configure script
42 * Broader platform support (cygwin)
43
44 Version 1.01
45 * Make sshpass pass along tty window resize events to the inner tty
46
47 Version 1.00
48 * Make sure that authentication failures are terminated early.
49 * Better detect when the child has exited.
50 * Improve error reporting.
51
52 Version 0.03
53 * Change the match string from "Password: " to "assword:", as some ssh
54 usage uses a different prompt ("foo@bar's password:" instead of a
55 clean "Password:").
56 * Add the "-V" option to display the version information
57
58 Version 0.02
59 * Add the "-e" option.