2019-03-18 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.3.2) unstable; urgency=medium
* fixed BUG shellia: FTBFS: tests failed. shellia test scripts now
recognizes, that newer versions of busybox sh add single quotes
to trace output (example: previous output of
busybox sh -c "set -x; echo \"1 2\"; set +x" started
with: + echo 1 2 and now start with: + echo '1 2'). closes: #924855
2019-02-01 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.3.1) unstable; urgency=medium
* bug fixed in function ia_add(), that prevented build on buster and sid
* added build dependency bc
2019-01-31 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.3) unstable; urgency=medium
* small fixes as described in 5.3~1 and 5.3~2.
2019-01-31 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.3~2) unstable; urgency=medium
* Fixed: redo input key r was ignored with check option
2019-01-17 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.3~1) unstable; urgency=medium
* Fix: if there is no ia_add between eval $ia_init and ia
this will result in an endless loop
2018-12-24 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.2) unstable; urgency=medium
* more tests and minor fixes as described in 5.2~1 and 5.2~2.
2018-12-14 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.2~2) unstable; urgency=medium
* add 2 additional tests to example.debug
* fixed output off " in minimal ia_logerr function in ia.basic
* fixed rare weak output off command menu in ia.interactive
* fixed error in r4s file creation in tstlib that happened in rare conditions
* added test.backslash and example.backslash
* delete unneeded space in menu list after disabled <-i>
* fix ia.interactive: posh does not like empty "$@"
* additional test hello_world scripts with all shells
2018-12-04 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.2~1) unstable; urgency=medium
* suggest gawk, because this allows even better extended regular
expressions in ia_stdout and ia_ignore
* fix wrong number of blanks following -i when toggled from <-i>
* fix unneeded blank after --- (q)uit (r)edo ... --- message
* fix unneeded blanks at end of a line in any file
* added function ia_out, that honors silent option -s
* fixed function ia_err, to now honor silent option -s
* added function ia_exiterr, that does not honor silent option -s
* fixed main Makefile target: clobber to remove all unneeded files
* added short description for all functions in ia.log
* fixed ia.log to get unbuffered stdout, stderr, and logfile output
* added test.buffer and example.buffer to make check unbuffered output
* fixed ia_log to handle unset ia_logfile and added test/example_only_log
* added test.ia-s example.ia-s to test more with option -s
2018-11-21 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (5.1) unstable; urgency=medium
* Change Architecture from any to all
* Change Version to major.minor format (only change major if uncompatible)
* Fixed using debian/source/format 3.0 (native)
2018-11-21 - Bernd Schumacher <bernd.schumacher@hpe.com>
shellia (05) unstable; urgency=medium
* new version for debian