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 | 08.08.2023 | 2.48.29 | Version released |
cego | 08.08.2023 | 2.48.29 | Fix added in CegoAggregation::decode, c flag was not decoded correctly ( wrong order in memcpy function ) |
cegodbd | 30.07.2023 | 1.5.3 | Version released |
cegodbd | 30.07.2023 | 1.5.3 | Small patch in dbdimp.h ( elimination register variable ) to compile with FreeBSD 14 |
cego | 29.07.2023 | 2.48.28 | Version released |
cego | 29.07.2023 | 2.48.28 | Fix added in CegoProcQueryStmt::execute, after execution of the query, the cleanUp method must be called to avoid leaks regarding stored proc object use ( this corresponds to the new optimized stored proc handling ) |
cego | 27.06.2023 | 2.48.27 | Version released |
cego | 27.06.2023 | 2.48.27 | In CegoFunction constructors, added _pProc = 0 initialization for decoding and fromElement constructors. This avoid a set fault, in case of database recovery, when a predicate expression with user function is dedoded from log file |
cego | 14.06.2023 | 2.48.26 | Version released |
cego | 14.06.2023 | 2.48.26 | Patch addd for tableset stop procedure. With the new optimized stored procedure handling ( CegoFunction module ), the object cleanup must be done BEFORE the tableset is finally stopped. Otherwise an uncaught exception occurs ( tableset not online ) which results in database crash after tableset shutdown. Several modules have been modified for this |