1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
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
-- Bernd Schumacher <bernd.schumacher@hpe.com> Mon, 18 Mar 2019 10:02:01 +0100
shellia (5.3.1) unstable; urgency=medium
* bug fixed in function ia_add(), that prevented build on buster and sid
* added build dependency bc
-- Bernd Schumacher <bernd.schumacher@hpe.com> Fri, 01 Feb 2019 07:50:34 +0100
shellia (5.3) unstable; urgency=medium
* small fixes as described in 5.3~1 and 5.3~2.
-- Bernd Schumacher <bernd.schumacher@hpe.com> Thu, 31 Jan 2019 16:23:23 +0100
shellia (5.3~2) unstable; urgency=medium
* Fixed: redo input key r was ignored with check option
-- Bernd Schumacher <bernd.schumacher@hpe.com> Thu, 31 Jan 2019 16:17:03 +0100
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
-- Bernd Schumacher <bernd.schumacher@hpe.com> Thu, 17 Jan 2019 15:48:36 +0100
shellia (5.2) unstable; urgency=medium
* more tests and minor fixes as described in 5.2~1 and 5.2~2.
-- Bernd Schumacher <bernd.schumacher@hpe.com> Mon, 24 Dec 2018 09:36:54 +0100
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
-- Bernd Schumacher <bernd.schumacher@hpe.com> Fri, 14 Dec 2018 10:24:35 +0100
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
-- Bernd Schumacher <bernd.schumacher@hpe.com> Tue, 04 Dec 2018 11:51:28 +0100
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)
-- Bernd Schumacher <bernd.schumacher@hpe.com> Wed, 21 Nov 2018 14:30:10 +0100
shellia (05) unstable; urgency=medium
* new version for debian
-- Bernd Schumacher <bernd.schumacher@hpe.com> Wed, 21 Nov 2018 13:50:08 +0100
shellia (05~3) unstable; urgency=medium
* allow ia_stdout and ia_ignore to use "/" in search expression
* deleted comments in debian/rules
* improvement in man-pages
* using debian/format 3.0 (native)
-- Bernd Schumacher <bernd.schumacher@hpe.com> Mon, 19 Nov 2018 16:48:17 +0100
shellia (05~2) unstable; urgency=medium
* Build scripts will use local libs, when testing hello_world* examples
* shellia now supports scripts that use the nounset option (set -o nounset
or set -u)
* Workaround for posh bug #913718 added in test scripts
* extract ia_ask as separate function
-- Bernd Schumacher <bernd.schumacher@hpe.com> Wed, 14 Nov 2018 16:31:20 +0100
shellia (04) unstable; urgency=medium
* first version for debian
* closes: #912577
-- Bernd Schumacher <bernd.schumacher@hpe.com> Thu, 01 Nov 2018 15:17:45 +0100
shellia (03) unstable; urgency=medium
* simplified debug code
* changed debug-topic "na" to "none"
-- Bernd Schumacher <bernd.schumacher@hpe.com> Tue, 16 Oct 2018 15:03:47 +0200
shellia (02) unstable; urgency=low
* many bugs fixed including design bugs
-- Bernd Schumacher <bernd.schumacher@hpe.com> Thu, 11 Oct 2018 14:22:15 +0200
shellia (01) unstable; urgency=low
* Initial Release.
* shellia - the interactive shell library is based on a first
implementation from bootcd
-- Bernd Schumacher <bernd.schumacher@hpe.com> Tue, 23 Apr 2013 10:46:04 +0200
|