× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo
Change Log

In the following, change log entries for the managed software packages are shown

Last 10 30 100 1000 10000 entries

Category Date Version Log
cego 31.10.2025 2.52.35 Version released
cego 31.10.2025 2.52.35 Added CegoXMLSpace::adjustPageOffset method to adjust page offset attribute after tableset recovery. This is needed, if a recovery is made from scratch with a new initialized database xml file
cego 31.10.2025 2.52.35 Changed method CegoXMLSpace::nextTSID to generic. Instead of calculating the next tableset id on XML_MAXTSID_ATTR, the id is calculated based on all defined tablesets. In case of a from scratch recovery ( with a new initialized db xml file ), this ensures id consistency
cego 27.10.2025 2.52.34 Version released
cego 27.10.2025 2.52.34 In CegoRecoveryManager::recoverTableSet shifted ticket recovery before file registration. So all needed tableset id values are set up correctly and no more need to adjust any ids. Just root path and branch id must contain appropriate values for newly defined tableset to be recovered
cego 27.10.2025 2.52.34 Another patch added for scratch recovery. If a tableset is defined for backup recovery, the tableset id must be adjusted to the corresponding id in the datafile. For this, new methods CegoTableManager::adjustTableSetId and CegoFileHandler::readTableSetId have been introduced and added to CegoRecoveryManager::recoverTableSet
cego 26.10.2025 2.52.33 Version released
cego 26.10.2025 2.52.33 Added tableset define parameter branchid. This parameter can be used to set up an appropriate backup branchid for from scratch recovery procedures
cego 26.10.2025 2..52.33 Added more stabilzation for online backup recovery from scratch, e.g. checking for existing tableset set entry in db xml during recovery and allow non existing entry. Perhaps it might be useful to check pagesize of backup datafiles and defined pagesize in db xml ...
cego 23.10.2025 2.52.33 Added improved utility scripts for online backup to tools directory ( logManager, backupManager, backupExecuter )