Skip to content

Commit

Permalink
Get ready for 0.04 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 27, 2009
1 parent 3bd867b commit 3db8a31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Version 0.04
2009-10-27
2009-10-27 Halala ngosuku lokuzalwa

- Better tolerance for files with embedded blanks. Make sure to quote
parameters in argument passing.

- Add "set force", "step+", and "step-", "next+", and "next-" commands.

- Preface more variable names with _Dbg_.

- "restart" command fixed slightly.

- Remove Emacs compile warnings
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Configure script for Shell debugger
define(DEBUGGER, kshdb)
define(POSIXSHELL, ksh)
AC_INIT([kshdb],[0.04git],[rocky@gnu.org])
AC_INIT([kshdb],[0.04],[rocky@gnu.org])
AM_PATH_LISPDIR
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([no-define])
Expand Down

0 comments on commit 3db8a31

Please sign in to comment.