Skip to content

Releases: qoretechnologies/module-process

process v1.0.5

19 Dec 17:48

Choose a tag to compare

Updated to build with qpp from Qore 1.12.4+

process v1.0.4

17 Jan 18:01

Choose a tag to compare

This is a bugfix release:

  • added missing exception handling to Process::constructor() to avoid a crash due to unhandled C++ exceptions due to resource errors starting processes (issue 4384)
  • added serialization to all variants of Process::constructor() and Process::destructor() to address race conditions in the underlying
    boost::process library (issue 4303 and issue 4293)

See the full release notes here: https://qoretechnologies.com/manual/qorus/5.1.22/process/html/#process_v1_0_4

process v1.0.3

04 Jan 19:44

Choose a tag to compare

This is a bugfix release:

See the full release notes here: https://qoretechnologies.com/manual/qorus/5.1.21/process/html/#process_v1_0_3