From 239e873a38fa91a3fbd27e134bda015922abbabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Jul 2013 01:47:30 +0200 Subject: Initial import --- ReleaseNotes-2.2.0 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ReleaseNotes-2.2.0 (limited to 'ReleaseNotes-2.2.0') diff --git a/ReleaseNotes-2.2.0 b/ReleaseNotes-2.2.0 new file mode 100644 index 0000000..e89e211 --- /dev/null +++ b/ReleaseNotes-2.2.0 @@ -0,0 +1,36 @@ +KDbg Release Notes for version 2.2.0 +==================================== + +The 2.2.x series is still based on Qt 3 and KDE 3. + +Changes since 2.1.1 +------------------- + +Features: + +- Source code windows have now a tab attached, which makes switching + source files much easier. + +- Source code windows now show line numbers at the left. + +- There are now "Find Next" and "Find Previous" commands with shortcuts + F3 and Shift+F3. + +- Improved support of template types in the type tables (which are used + to show structure members next to a structure variable). Notably, the + number of elements in STL and Qt collection classes are shown. + +- Arguments for the debugged program can be passed on KDbg's command line. + +Bug fixes + +- An incorrect terminal command string setting could crash KDbg if it + contained format specifiers other than exactly one '%s'. + +- The format specifier in the memory dump window was not correctly + preserved when the expression is changed. + +- Setting a conditional breakpoint could crash KDbg. + +- Using Attach on systems that use the simplified Attach to Process dialog + could crash KDbg. -- cgit v1.2.1