× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo

Cego Change Log

Back to Cego

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

Last 10 30 100 1000 10000 entries

Last 10 log entries in change log
Category Date Version Log
cego 13.03.2026 2.54.16 Version released
cego 13.03.2026 2.54.16 Fix for include added in CegoXMLSpace.h ( CegoAdminHandler.h was included with brackets, which leads to compile problem for using packages, should be included with quotes )
cego 05.03.2026 2.54.15 Version released
cego 05.03.2026 2.54.15 In CegoClient, query abort via Cntrl-C was broken. This was caused by the pager mode expansion, which requires a special signal handling setup. For interactive mode, setup method was introduced to setup signals SIGINT and SIGPIPE
cego 05.03.2026 2.54.15 In CegoTableManager::checkBTreeIntegrity, improved message for duplicate btree values ( with validating btree value )
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 )