Skip to content

V2.7.2

Compare
Choose a tag to compare
@jcrodriguez-dis jcrodriguez-dis released this 19 Jan 10:33

VPL Jail System 2.7.2

This release notes decribe the changes included in this release from version 2.7.0.

  • This release includes a workaround to a problem with the limits of int
    in the XMLRPC protocol (the protocol uses int32).
    This problem avoids setting a memory size or file size larger than the maximum int32 value.
    A full solution to this problem requires modifications in the Moodle plugin side.
    This temporal workaround switches the size limit to the jail server local size limit
    when the problem is found.

  • Uses long long int to represent memory a file size.

  • The installer includes the tool bc and new modules when installing python3:
    mypy, pycodestyle, and pydocstyle.

  • The system checks for a change in the SSL certificate, reloading it if changed.
    This allows updating certificates without stopping the service.

  • This release (included in V2.7.1) fixes a problem that affects systems
    with old versions of g++ that are not compatible with std::regex class.
    This problem is known to affect CentOS 7.