Merge branch 'memory-dump-as-ascii'
[kdbg.git] / ReleaseNotes-2.5.0
blobad2815d039a17b7fa10208e368c9a82b45d2197f
1 KDbg Release Notes for version 2.5.0
2 ====================================
4 This release is based on KDE4 and Qt4.
7 Changes since 2.2.2
8 -------------------
10 - A number of icons were exchanged with Oxygen icons. These are not part
11   of KDbg's source code.
13 - Session state per debugged program is now stored in a section in $KDEHOME
14   rather than in a .kdbgrc file in the program's directory. This allows to
15   debug programs that are located in unwritable directories. But this also
16   means that earlier session information is disregarded.
18 - More accurate parsing of GDB responses of various commands fixed bugs in
19   certain areas, in particular, temporary breakpoints, register values,
20   truncated struct values, disassembly (again).
22 - "View Code" from the breakpoint list can open the source code in more cases.