× 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 02.03.2026 2.54.14 Version released
cego 01.03.2026 2.54.14 Completed verify locks command with missing pool, querycache, tablecache, db and xml locks
cego 01.03.2026 2.54.13 Version released
cego 01.03.2026 2.54.13 In CegoLockHandler, added check for unlock methods to check for lockId == 0. This ensures to avoid unlock operations of undefined lockIds which can impact semaId=0 ( first record lock ). It has been observed, that in deadlock situations, this might lead to locking leaks for RECLOCK-0
cego 01.03.2026 2.54.13 In CegoTableManager::checkBTreeIntegrity added support for allowDuplicateNull feature ( multiple null values in unique btree )
cego 28.02.2026 2.54.12 Version released
cego 27.02.2026 2.54.12 Fix added in CegoQueryHelper::maxFieldSize. The returned size must be at least MAX_NULL_LEN, otherwise format errors occur ( string(1) field with null values )
cego 27.02.2026 2.54.12 Added admin command "verify locks" to perform a test aquire of all lock manager locks read and write
cego 27.02.2026 2.54.11 Version released
cego 27.02.2026 2.54.11 Small exception improvement added for CegoFactor::evalFieldValue for query case
cegojdbc 25.02.2026 1.16.1 removed logback.xml to avoid logging side effects
cego 25.02.2026 2.54.10 Version released
cego 24.02.2026 2.54.10 Rework of tableset verification procedure. Using plain output format now, more details added and bugs removed
cego 24.02.2026 2.54.9 Version released
cego 24.02.2026 2.54.9 Added patch in CegoBtreeNode::verifyLeafFull. Before decoding values via CegoQueryHelper::decodeFVL, the btree schema has to be sorted in terms of field id. Otherwise, decoding might be not complete in case of non-ascending btree attributes.
cego 19.02.2026 2.54.8 Version released
cego 19.02.2026 2.54.8 Fix added in CegoAdminThread::srvVerifyTableSet for view loop iterator
Cleanup distributed legacy stuff in CegoAdminHandler::syncWithInfo
cego 14.02.2026 2.54.7 Version released
cego 13.02.2026 2.54.7 Added patch in CegoAction::execProcCall and CegoAction::execFuncCall, in case of an exception, for the procedure instance, a cleanup should be called, otherwise the lock will not be released
fail002 has been added for this scenario
cego 08.02.2026 2.54.6 Version released
lfcbase 08.02.2026 1.23.3 Version released
cego 08.02.2026 2.54.6 More rework done for CegoAdmScreen to support current backup and restore features. Also added online help.
cego 07.02.2026 2.54.6 More cleanup and improvements done for CegoAdmScreen ( cgadm curses based admin interface )
cego 07.02.2026 2.54.6 Added dbcheck/failcheck to also check correct handling of failed queries
cego 07.02.2026 2.54.6 Improvements added for CegoAdmScreen ( e.h. help text at the bottom line )
cego 07.02.2026 2.54.6 Fixes added for CegoFieldValue:castTo. In case of thrown data conversion exceptions, is is ensured, that _pV is set to _staticBuf after freed, otherwise memory fault cause by double free in desctructor may occur
lfcbase 07.02.2026 1.23.3 Fixes added for Screen class regarding. Some calculations where broken caused by the int to unsigned cleanup
cego 05.02.2026 2.54.5 Version released
cego 05.02.2026 2.54.5 Added patches to CegoBufferPool, CegoLogManager and CegoArchiveThread. The synchronization of the database xml file ( method CegXMLSpace::doc2Xml ) at daemon runtime is just executed during checkpointing. This should result in consistency for checkpoint lsn and current active logfile setup ( the doc2Xml method call in CegoLogManager::switchLogFile before resetLog lead to non reset log file in case of a system crash and error message "lsn too high" during startup recovery )
cego 04.02.2026 2.54.4 Version released