Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Bugfix
A tl:LogControl can get spontaneous updates if a concurrent activity produces an update. Under unfavorable circumstances, this can also happen directly while the control is writing itself. Unfortunately, the framework checks that a control does not become invalid again "by writing itself out". This check may spontaneously fail if an update arrives at an inopportune time.
Solution
The check for updates after writing must be omitted.
Test
No test - concurrency problem not reproducible.