devel/lfcbase: update 1.9.1 -> 1.9.2
databases/cego: update 2.32.14 -> 2.33.0
lfcbase:
- Added CommandExecuter::executeStream method to catch stdout for any forked process
- Added class OutStream to catch stdout from forked programs via popen
cego:
- Added database verify006 to check multidimensional btrees also in combination of null value handling.
- Fix in CegoObjectCursor::getNext, double method call for unlockData removed
- Small grammar correction to treat distinct flag for select-star statement
- Fix in CegoBTreeCursor::compValue, null values have not been handled correctly. For string values, string termination was not clean, which also might lead to wrong cursor results
- Introduced archive manager, which can be triggered, to perform an online backup. For now, online backups have to be triggered externally. The achive manager should make backup / restore handling more convenient
- Update to version 2.33.0 since the backup feature changes the product specification.
- Integration of newly introduced lfcbase OutStream class to catch output from backup manager. This allows to indicate a more detailed output from backup manager on the admin console.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>