python-2.4 knows isSet(), not is_set().
[polysh.git] / NEWS
blobbd7e0b3c5396dcafaac46e69097e70db5ded714c
1 0.3.1
2 ~~~~~
4 o If the :{en|dis}able command would have no effect, it changes all other
5 shells to the inverse enable value.
6 o Consistently add a space between the shell name and the colon to ease parsing
7 the output.
8 o The gsh exit code is aggregated from all remote shells taking the max.
9 o :export_rank has been renamed to :export_vars as it now also exports the
10 hostname.
13 0.3
14 ~~~
16 o Removed --log-dir=LOG_DIR option as it is less useful than expected
17 o Added a --log-file=LOG_FILE option aggregating all remote shells
18 o Removed --quick-sh as it is now the default
19 o Replaced the control shell with colon prefixed commands
20 o The prompt uses readline even when not all remote shells are ready
21 o Ctrl-C, Ctrl-D and Ctrl-Z sent to gsh are forwaded to the remote shells
22 o Shell commands prefixed by an exclamation mark are run locally
23 o Added the :chdir control command to change the local directory
24 o Added the :hide_password control command, to use with su(1) for example
25 o Added the :reset_prompt control command, for use when launching a shell
26 o Added the :replicate and :upload control commands to do some file transfer
27 o Added the :export_rank control command to uniquely identify each shell
28 o Added the :show_read_buffer control command to see what gsh just read
29 o Common SSH key problems are detected and some help is printed
30 o New completion from the local filesystem
31 o Simplified :list output, and added the last printed line
34 0.2
35 ~~~
37 o Using readline to provide fancy command line edition and completion from
38 history
39 o Incomplete lines are printed after some delay
40 o Remote shells can be dynamically added/deleted/renamed
41 o New option --quick-sh to avoid launching a full blown session
42 o Added hostname expansion: for example host<1-100> and host<001-100>
43 o Added an option to read hostnames from a file
44 o Removed useless option to print only the first line of output
45 o Misc. bug fixes and optimizations
46 o Added a man page
48 0.1
49 ~~~
51 o First release