File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- 2019-11-09 Version 1.0.0 - Day of the Dead
1+ 2019-11-04 Version 1.1.0
2+ ------------------------
3+
4+ - Add "debug" command
5+ - Make "step" honor "set different" setting, Go over "set different" RsT doc
6+ - Was errondeoulsy lower-casing RsT
7+ - Remove obsolete "set force"
8+ - add "set editing gmacs"; it's a ksh'ism
9+ - Remove COLORFGBG message from term-background.sh
10+
11+ 2019-11-01 Version 1.0.0 - Day of the Dead
212------------------------------------------
313
414First 1.0.0 release (semantic versioning now possibile)
Original file line number Diff line number Diff line change 88
99- Edit from ` configure.ac ` 's release name. If we have this in ` configure.ac ` :
1010```
11- AC_INIT([kshdb],[1.0 .0],[rocky@gnu.org])
11+ AC_INIT([kshdb],[1.1 .0],[rocky@gnu.org])
1212 ^^^^^
1313```
1414
1515then:
1616
1717``` console
18- $ export KSHDB_VERSION='1.0 .0'
18+ $ export KSHDB_VERSION='1.1 .0'
1919 $ ./autogen.sh && make && make check
2020```
2121
2222- Commit changes:
2323
2424``` console
2525 $ git commit -m"Get ready for release $KSHDB_VERSION" .
26- $ make Changelog
26+ $ rm ChangeLog; make ChangeLog
2727```
2828
2929- Go over ` ChangeLog ` and add to ` NEWS.md ` . Update date of release.
Original file line number Diff line number Diff line change 11dnl Configure script for Shell debugger
22define ( DEBUGGER , kshdb )
33define ( POSIXSHELL , ksh )
4- AC_INIT ( [ kshdb] ,[ 1.0 .0] ,[ rocky@gnu.org] )
4+ AC_INIT ( [ kshdb] ,[ 1.1 .0] ,[ rocky@gnu.org] )
55AM_MAINTAINER_MODE
66AM_INIT_AUTOMAKE ( [ foreign] )
77
Original file line number Diff line number Diff line change 44test_cmd_complete ()
55{
66 output=$( _Dbg_do_complete d)
7- assertEquals ' delete
7+ assertEquals ' debug
8+ delete
89disable
910display
1011down' " $output "
@@ -25,7 +26,7 @@ abs_top_srcdir=${abs_top_srcdir%%/}/
2526. ${abs_top_srcdir} command/complete.sh
2627set -- # reset $# so shunit2 doesn't get confused.
2728
28- for _Dbg_file in ${abs_top_srcdir} command/d* .sh ; do
29+ for _Dbg_file in ${abs_top_srcdir} command/d* .sh ; do
2930 source $_Dbg_file
3031done
3132
You can’t perform that action at this time.
0 commit comments