Thursday, December 5, 2013

klish-1.6.7

New version of stable 1.6 branch.

Fix portability issues. Tested on Linux, FreeBSD, Solaris, QNX.
Fix libroxml >= 2.2.2 support.
Syslog facility for clish and konfd utils.
Internal getopt() implementation. For example QNX has uncompatible getopt() so internal one must be used.

Tuesday, October 8, 2013

Log facility

Now you can choose syslog facility for clish and konfd processes. Use -O option to set facility name.

Tuesday, October 1, 2013

Fix libroxml support

The libroxml >= 2.2.2 support was fixed. You can find these cahnges in the git repository https://src.libcode.org/klish

Tuesday, September 3, 2013

New version klish-1.6.6

The SIGPIPE signal behaviour was fixed. Earlier the clish utility ignore this signal and the ACTION scripts inherit this ignoration. So some utilities used within ACTION scripts couldn't get SIGPIPE at all. Now the SIGPIPE signal handler set to default for the ACTION scripts.

The view field of COMMAND tag is dynamic now. You can use VARs in it.

Tuesday, July 23, 2013

Move main repository

The main klish GIT repository was moved to the another location. See the 
https://src.libcode.org/klish

Saturday, February 16, 2013

New versions klish-1.5.9 and klish-1.6.4

New bugfix versions klish-1.5.9 and klish-1.6.4 were released. These versions is important for the FreeBSD only. The getpwent() function related problem was fixed. The incompatibility bug can lead to "Bus error" on FreeBSD.