Package libshell: Information

    Source package: libshell
    Version: 0.1.8-alt1
    Build time:  Nov 14, 2012, 05:34 PM
    Report package bug
    Home page: 

    License: GPL
    Summary: A library of shell functions
    Description: 
    This package contains common functions for shell projects to increase code reuse.

    List of rpms provided by this srpm:
    libshell (noarch)
    libshell-single (noarch)

    Maintainer: Alexey Gladkov

    List of contributors:
    Alexey Gladkov

    ACL:
    @qa_p7

    Last changed


    Nov. 14, 2012 Alexey Gladkov 0.1.8-alt1
    - shell-ini-config changes:
      + Fix empty lines at EOF (ALT#27974).
      + Indentation in the ini-file can be configured by
        shell_ini_config_prefix (ALT#27915).
    April 1, 2012 Alexey Gladkov 0.1.7-alt1
    - Packaged -single subpackage with all libshell functions bundled into
      the single shell-lib file.
    - New utilities:
      + shell-cmdline: New functions to parse /proc/cmdline.
    - shell-error changes:
      + Add optional timestamp to messages.
    - shell-run changes:
      + Add SCRIPT_ERROR_FATAL var to control execution interrupt
        on error (thx Ildar Mulyukov).
      + Fix execution order of scripts in run_scripts() (thx Ildar Mulyukov).
    - shell-args changes:
      + Add opt_check_exec().
    - Other changes:
      + Generate SYMS and DEPS files.
    July 27, 2011 Alexey Gladkov 0.1.6-alt1
    - shell-ini-config changes (ALT#25946):
      + Fix comment formatting (thx Vladislav Zavjalov);
      + Add section if it is not exists (thx Vladislav Zavjalov);
      + Fix error at adding values to the last section (thx Vladislav Zavjalov);
      + Fix error of adding values into incorrect sections (thx Vladislav Zavjalov).