KDbg 2.9.0.
[kdbg.git] / ReleaseNotes-2.5.4
blobaa188f17b4d495babf5f1bf5a4896b9a7475af19
1 KDbg Release Notes for version 2.5.4
2 ====================================
4 Changes since 2.5.3
5 -------------------
7 Bug fixes
9 - Source file names with international characters are handled better.
11 - When an executable is loaded, GDBs of different vintage print different
12   text, some of which were treated as error text incorrectly, leading to
13   failed debugging sessions. More of these texts are now ignored.
15 - Variables pointing to some global variable lacked the ability to be
16   expanded with recent GDBs.
18 - Parsing of string values residing in global variables was fixed.