Changes:
* Fix autocompletion critical bug.
* Fix klish shared libraries link dependencies.
* Fix konf utility retval codes.
* Make help output more cisco-like.
Friday, February 25, 2011
Thursday, February 3, 2011
The klish-1.4.0 is out
Changes:
The UTF-8 encoding support. See the http://code.google.com/p/klish/wiki/utf8 for details.
The atomic ACTION scripts. See the http://code.google.com/p/klish/wiki/atomic_action for details.
Optionally disabling of commands echo. The "--quite" clish utility option.
The UTF-8 encoding support. See the http://code.google.com/p/klish/wiki/utf8 for details.
The atomic ACTION scripts. See the http://code.google.com/p/klish/wiki/atomic_action for details.
Optionally disabling of commands echo. The "--quite" clish utility option.
Non-interruptable ACTION script.
The SIGINT and SIGQUIT signals can be blocked while ACTION script execution. So the user can't use Ctrl^C to terminate current process. It's usefull to make some action atomic. The signal blocking is default behaviour. To make action interruptable the COMMAND tag must contain interrupt="true" field.
Implemented since svn revision 347.
Implemented since svn revision 347.
Wednesday, February 2, 2011
The UTF-8 support
Since the svn revision 345 the klish supports UTF-8. The clish utility try to autodetect encoding (UTF-8 or 8-bit). The "-u" command line option forces UTF-8. The "-8" option forces 8-bit encoding.
This feature will be available in future version 1.4.0.
This feature will be available in future version 1.4.0.
Subscribe to:
Posts (Atom)