Wednesday, October 7, 2015

klish-2.1.1

Bugfix release. It's recommended to update from version klish-2.1.0. The klish-2.1.1 fix regression (2.1.0) with signal handling, CDATA container (libxml2), xslt configuring. Add rtld_global=true/false attribute for PLUGIN tag.

Thursday, October 1, 2015

klish-2.1.0

The klish now supports XSLT transformations. The project can be build with --with-libxslt option. The XSLT engine needs libxml2 library. The clish utility has --xslt(-p) option to set stylesheet file. The embedded stylesheets is also supported.

The plugin mechanism has new CLISH_PLUGIN_OSYM() API to define ACTION functions. This mechanism allows to get all ACTION's stdout output to internal variable. VARs use this internal variable to get their values. See clish_script() function for exmaple. Such function must be added by clish_plugin_add_osym() function. The old API is also supported.

Friday, March 6, 2015

klish-2.0.3

Bugfix release. The clish plugin is linked to tinyrl now. The klish output (when the enter is pressed) is flushed now.

Monday, January 12, 2015

klish-2.0.2

Bugfix release.
  • Check access attribute for command links.
  • Fix bug with empty ini file value parsing.
  • Resolve PTYPE for "args" in a right way. Fix segmentation fault.
  • Fix lua plugin build.
It's strongly recommended to update klish.