From 336b3a3341a870d5930d8e9aff876feaf41dada7 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 25 Sep 2003 19:16:02 +0000 Subject: [PATCH] Version 1.9.3. --- ChangeLog | 5 +++++ TODO | 5 ++--- configure.in.in | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5ae1ca..36eb349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 1.9.3 + + Improved editing of values; it is now possible to edit variables also + in the watch window. + Version 1.9.2 The previous security fix only protects against accidents, not attacks, diff --git a/TODO b/TODO index 6ce61c2..a7091ed 100644 --- a/TODO +++ b/TODO @@ -17,9 +17,6 @@ 17. To attach to a process, let the user select it from the list of processes. -18. Show breakpoints in breakpoint list (and try to set them later) even if gdb - cannot set them immediately. - 19. Improve support of breakpoints in source files having directories in their names. @@ -43,3 +40,5 @@ 30. Grey out watch window expressions if there are variables that are not in scope. + +31. diff --git a/configure.in.in b/configure.in.in index 7a284c6..f445ca9 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,4 @@ #MIN_CONFIG -AM_INIT_AUTOMAKE(kdbg, 1.9.2) +AM_INIT_AUTOMAKE(kdbg, 1.9.3) -- 2.11.4.GIT