From e9aee29baf74fd3dd3e7369b5809319fab237453 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sat, 27 Mar 2010 21:40:18 +0100 Subject: [PATCH] Version 2.2.1. --- Makefile.am | 3 ++- ReleaseNotes-2.2.1 | 23 +++++++++++++++++++++++ configure.in.in | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes-2.2.1 diff --git a/Makefile.am b/Makefile.am index dc064fa..490d576 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = kdbg po AUTOMAKE_OPTIONS = foreign EXTRA_DIST = BUGS ChangeLog-pre-2.2.0 COPYING TODO admin \ - ReleaseNotes-2.2.0 + ReleaseNotes-2.2.0 \ + ReleaseNotes-2.2.1 $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; 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. diff --git a/configure.in.in b/configure.in.in index c9d6862..4a4e614 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,4 @@ #MIN_CONFIG -AM_INIT_AUTOMAKE(kdbg, 2.2.0) +AM_INIT_AUTOMAKE(kdbg, 2.2.1) -- 2.11.4.GIT