KDbg 2.9.0.
[kdbg.git] / ReleaseNotes-2.9.0
blob107bd25ea54b37478131d124905f8689e1a785c4
1 KDbg Release Notes for version 2.9.0
2 ====================================
4 Changes since 2.5.6
5 -------------------
7 Enhancements
9 - A brand new application icon.
11 - There is now a command to detach from a program being debugged.
12   Thanks to Daniel Black.
14 - Pointing on a variable shows a value in a popup in more cases.
15   Thanks to Max Tomilov.
17 - C++11 keywords are highlighted. Thanks to Michael Hansen.
19 Bug fixes
21 - Line breaks of status bar messages produced by GDB are now trimmed
22   to avoid that the text is only visible partially. Fix by Gilles Allard.
24 - (Action and application) icons are installed in an application neutral
25   location because the launcher menu of modern KDE desktops does not show
26   the icon otherwise.
28 - Fixed a typo in the pretty-printer of std::vector<>.