Restored compatibility with python 1.5.2
[gsh.git] / NEWS
blobfc1bb1d5702f850c02d88e46fb85e4ae9789d006
1 0.3
2 ~~~
4 o Removed --log-dir=LOG_DIR option as it is less useful than expected
5 o Added a --log-file=LOG_FILE option aggregating all remote shells
6 o Removed --quick-sh as it is now the default
7 o Replaced the control shell with colon prefixed commands
8 o The prompt uses readline even when not all remote shells are ready
9 o Ctrl-C, Ctrl-D and Ctrl-Z sent to gsh are forwaded to the remote shells
10 o Shell commands prefixed by an exclamation mark are run locally
11 o Added the :chdir control command to change the local directory
12 o Added the :hide_password control command, to use with su(1) for example
13 o Added the :reset_prompt control command, for use when launching a shell
14 o Added the :replicate control command to do some file transfer between shells
15 o Added the :export_rank control command to uniquely identify each shell
16 o Common SSH key problems are detected and some help is printed
17 o New completion from the local filesystem
20 0.2
21 ~~~
23 o Using readline to provide fancy command line edition and completion from
24 history
25 o Incomplete lines are printed after some delay
26 o Remote shells can be dynamically added/deleted/renamed
27 o New option --quick-sh to avoid launching a full blown session
28 o Added hostname expansion: for example host<1-100> and host<001-100>
29 o Added an option to read hostnames from a file
30 o Removed useless option to print only the first line of output
31 o Misc. bug fixes and optimizations
32 o Added a man page
34 0.1
35 ~~~
37 o First release