"Fossies" - the Fresh Open Source Software Archive 
Member "mussh/CHANGES" (25 Oct 2011, 2435 Bytes) of package /linux/privat/old/mussh-1.0.tgz:
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.
1 v1.0
2 2011-10-25
3 - Another fix to CTRL-\. "HOSTS RUNNING:" was not working.
4 - Increased efficiency when async. Thanks, Jacob Lundberg.
5 - No more need for 'seq'. Thanks, Jacob Lundberg.
6 - Spelling correction and other minor fixes. Thanks, Jacob Lundberg.
7 - Support for netgroups added. Thanks, Scott Bigelow.
8 - Debug mode fix when using proxy. Thanks, Stephane Alnet.
9 - Numeric args more intuitive but backwards compatible.
10 - Verbose ssh now works.
11
12 v0.7
13 2006-12-26
14 - Minor bug fix avoids error when someone hits CTRL-\
15 and there are no .active files.
16 - Added man page.
17 - Added ssh timeout
18
19 v0.6 (BETA)
20 2005-06-11:
21 - added '-s' to ssh-agent calls so that they will work
22 for people with non-bash shells. (thanks to Jacob)
23 - Asynchronous mode works.
24 - Asynchronous mode required temp files so we use
25 mktemp to make it safer.
26 - Blocking option in async mode.
27 - All debug messages go to STDERR.
28 - Invoke remote shell (default bash) explicitely.
29 - SIGQUIT (ctrl-\) prints current/remaining host(s).
30 - Modernized all ``'s to $()'s.
31
32 v0.5
33 2002-07-30:
34 - Removed need for temp files. ssh-agent is now evaled
35 and not sourced.
36 2002-02-11:
37 - Created rpm spec file.
38
39 v0.4
40 2002-01-22:
41 - Added Feature: -l and -L allow you to specify login
42 name from the command line.
43 - Malcolm found a bug where mussh would hang with
44 "StrictHostKeyChecking=ask". Added "BatchMode=yes"
45 and changed how mussh handles STDIN/STDERR so that
46 those hosts will fail immediately.
47 - Removed '-q' flag to ssh since above change makes it
48 hide errors from ssh.
49 - Fixed broken -U mussh flag.
50
51 v0.3
52 2001-11-24:
53 - Separated mussh debug (-d) from ssh debug (-v).
54 - Added '-P' flag to never use passwords.
55 2001-07-20:
56 - Greater control of debug levels.
57 - Debug (-D) now ties into ssh -v.
58
59 v0.2beta3
60 2001-07-19:
61 - Modified -i to accept multiple args like '-H' or '-C'.
62 2001-07-12:
63 - Fixed bug introduced in v0.2beta2 where '-' could not be used
64 with '-C' or '-H' to get values from STDIN.
65 2001-06-05:
66 - Got rid of blank line produced by hosts with no output.
67
68 v0.2beta2
69 2001-06-03:
70 - Fixed bug with -q. Quiet mode was turning on -d debug.
71 - STDIN is now default for commands. The -c and -C are
72 now optional.
73 - Scripts and commands are now executed in the order they
74 were given NOT reverse order.
75 - Updated "Usage" and documentation to reflect above changes.
76
77 v0.2beta
78 2001-06-02:
79 - Initial Release
80