Package libcontrol++: Information

  • Default inline alert: Version in the repository: 0.32.0-alt1

Source package: libcontrol++
Version: 0.22.0-alt1
Latest version according to Repology
Build time:  Aug 25, 2019, 02:46 AM in the task #236085
Report package bug
License: GPLv3
Summary: control++ common classes and functions library
Description: 
control++ is a simple system configuration tool
that allows administrator to change system ulimits,
set permission modes and, in perspective,
perform other administrative operations.

List of rpms provided by this srpm:
libcontrol++ (x86_64, ppc64le, i586, aarch64)
libcontrol++-devel (noarch)

Maintainer: Alexey Appolonov

List of contributors:
Alexey Appolonov


    1. libacl-devel
    2. gcc-c++

Last changed


Aug. 24, 2019 Alexey Appolonov 0.22.0-alt1
- Ability to store only the pointer to TFileMode attributes, and not copy
  the data (performance gain up to 100%);
- New abilities of TPrinter (printing various special messages,
  handling indentation levels, etc.);
- All the printing inside TPrinter is done through one and only point
  of 'cout'-reference;
- Small fixes and optimizations.
April 23, 2019 Alexey Appolonov 0.21.0-alt1
- Enhanced TConf class;
- Ability to give instant feedback for an operation.
March 11, 2019 Alexey Appolonov 0.20.0-alt1
- Ability to get string with current permission status for applied mode;
- Improved performance.