From 8104d85ca896faf23bbe389169a98cfb30c99b15 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sun, 8 Jan 2017 22:40:00 +0100 Subject: [PATCH] KDbg 2.9.0. --- CMakeLists.txt | 2 +- ReleaseNotes-2.9.0 | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes-2.9.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4966be2..ef83bbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -set(KDBG_VERSION 2.5.6) +set(KDBG_VERSION 2.9.0) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/kdbg/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kdbg/version.h) find_package(KDE4 REQUIRED) diff --git a/ReleaseNotes-2.9.0 b/ReleaseNotes-2.9.0 new file mode 100644 index 0000000..107bd25 --- /dev/null +++ b/ReleaseNotes-2.9.0 @@ -0,0 +1,28 @@ +KDbg Release Notes for version 2.9.0 +==================================== + +Changes since 2.5.6 +------------------- + +Enhancements + +- A brand new application icon. + +- There is now a command to detach from a program being debugged. + Thanks to Daniel Black. + +- Pointing on a variable shows a value in a popup in more cases. + Thanks to Max Tomilov. + +- C++11 keywords are highlighted. Thanks to Michael Hansen. + +Bug fixes + +- Line breaks of status bar messages produced by GDB are now trimmed + to avoid that the text is only visible partially. Fix by Gilles Allard. + +- (Action and application) icons are installed in an application neutral + location because the launcher menu of modern KDE desktops does not show + the icon otherwise. + +- Fixed a typo in the pretty-printer of std::vector<>. -- 2.11.4.GIT