More or less done (tree instead of p2p)
[polysh.git] / NEWS
blob49c9e01b22a49f12c193e4b3f0f8d7c42f67748c
1 0.4
2 ~~~
3 o Renamed to polysh.
4 o Added a --user option to specify the remote user to login as.
5 o New file transfer code that does not assume additional connectivity between
6 the host running gsh and the remote shells but still assumes connectivity
7 between the remote shells.
10 0.3.1
11 ~~~~~
13 o If the :{en|dis}able command would have no effect, it changes all other
14 shells to the inverse enable value.
15 o Consistently add a space between the shell name and the colon to ease parsing
16 the output.
17 o The gsh exit code is aggregated from all remote shells taking the max.
18 o :export_rank has been renamed to :export_vars as it now also exports the
19 hostname.
20 o Added a --password-file to login using a password.
21 o The file transfer feature now works even if the gsh source is in a ZIP file.
22 o Migrated from setuptools to distutils.
23 o Hostnames are now colorized in the output.
26 0.3
27 ~~~
29 o Removed --log-dir=LOG_DIR option as it is less useful than expected
30 o Added a --log-file=LOG_FILE option aggregating all remote shells
31 o Removed --quick-sh as it is now the default
32 o Replaced the control shell with colon prefixed commands
33 o The prompt uses readline even when not all remote shells are ready
34 o Ctrl-C, Ctrl-D and Ctrl-Z sent to gsh are forwaded to the remote shells
35 o Shell commands prefixed by an exclamation mark are run locally
36 o Added the :chdir control command to change the local directory
37 o Added the :hide_password control command, to use with su(1) for example
38 o Added the :reset_prompt control command, for use when launching a shell
39 o Added the :replicate and :upload control commands to do some file transfer
40 o Added the :export_rank control command to uniquely identify each shell
41 o Added the :show_read_buffer control command to see what gsh just read
42 o Common SSH key problems are detected and some help is printed
43 o New completion from the local filesystem
44 o Simplified :list output, and added the last printed line
47 0.2
48 ~~~
50 o Using readline to provide fancy command line edition and completion from
51 history
52 o Incomplete lines are printed after some delay
53 o Remote shells can be dynamically added/deleted/renamed
54 o New option --quick-sh to avoid launching a full blown session
55 o Added hostname expansion: for example host<1-100> and host<001-100>
56 o Added an option to read hostnames from a file
57 o Removed useless option to print only the first line of output
58 o Misc. bug fixes and optimizations
59 o Added a man page
61 0.1
62 ~~~
64 o First release