Skip to content

Commit

Permalink
Get ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 17, 2011
1 parent 5695ecd commit e17a7d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
@@ -1,3 +1,15 @@
Version 0.06
2011-3-18
- Add Syntax coloring if pygmentize is installed
- Add gdb-like commands:
* "info args"
* "info functions"
* "condition"
* "complete"
- Remove hard-wiring of info, set, and show commands.
- Expand help text for various commands
- Fix bugs in 'trace' and 'shell' commands

Version 0.05
2011-3-15 Ron Frankel release

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl Configure script for Shell debugger
define(DEBUGGER, kshdb)
define(POSIXSHELL, ksh)
AC_INIT([kshdb],[0.06.dev],[rocky@gnu.org])
AC_INIT([kshdb],[0.06],[rocky@gnu.org])
AM_PATH_LISPDIR
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([no-define])
Expand Down

0 comments on commit e17a7d2

Please sign in to comment.