summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes-2.2.1
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-03 01:47:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-03 01:47:30 +0200
commit239e873a38fa91a3fbd27e134bda015922abbabd (patch)
treed7c79f740bce93768ee78b6b787c83a2115b047f /ReleaseNotes-2.2.1
downloadkdbg-239e873a38fa91a3fbd27e134bda015922abbabd.tar.gz
kdbg-239e873a38fa91a3fbd27e134bda015922abbabd.zip
Initial import
Diffstat (limited to 'ReleaseNotes-2.2.1')
-rw-r--r--ReleaseNotes-2.2.123
1 files changed, 23 insertions, 0 deletions
diff --git a/ReleaseNotes-2.2.1 b/ReleaseNotes-2.2.1
new file mode 100644
index 0000000..be501f5
--- /dev/null
+++ b/ReleaseNotes-2.2.1
@@ -0,0 +1,23 @@
+KDbg Release Notes for version 2.2.1
+====================================
+
+The 2.2.x series is still based on Qt 3 and KDE 3.
+
+Changes since 2.2.0
+-------------------
+
+Bug fixes
+
+- Compilation with newer glibc failed.
+
+- A crash could occur when the variable window was updated.
+
+- A crash when command line switch -a was used together with a non-existing
+ executable name.
+
+- Syntax highlighting was applied to all files, not just C/C++.
+
+- The display was incorrect when a file was reloaded that had disassembly
+ lines visible.
+
+There are also some minor documentation fixes.