Skip to content

Commit

Permalink
KDbg 2.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
j6t committed Feb 22, 2015
1 parent 7eff250 commit 0169fb7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)

set(KDBG_VERSION 2.5.4)
set(KDBG_VERSION 2.5.5)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/kdbg/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kdbg/version.h)

find_package(KDE4 REQUIRED)
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes-2.5.5
@@ -0,0 +1,18 @@
KDbg Release Notes for version 2.5.5
====================================

Changes since 2.5.4
-------------------

Bug fixes

- A crash when the hotkey settings are changed was fixed.

- The animation button was regenerated to avoid a crash with modern Qt.
Thanks to Armin Felder for the initial fix.

- Pretty-printers and GDB Python extensions were disabled, because they
would interfere with the output parser.

- Recent GDBs do not terminate on receipt of SIGTERM, keeping KDbg
running for 20 seconds. This was fixed.

0 comments on commit 0169fb7

Please sign in to comment.