-
Notifications
You must be signed in to change notification settings - Fork 12
/
NEWS
61 lines (54 loc) · 2.65 KB
/
NEWS
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
Development code 2.0.1-20220709
* The value of the shell variable PS1 is set as before, to "$ ".
* Start using autoconf 2.71.
Development code 2.0.1-20220114
* The value of the shell variable PS1 is no longer set.
Release 2.0.0 (20210821)
* Start using semantic versioning (https://semver.org/), starting
at 2.0.0 to signal the backwards-incompatible change in the -v
command line option to the "shell" utility (see below).
* -v now used to cancel effect of -q (use -V for version output).
* Pre-formatted markdown manual removed.
* Generation of markdown manual removed.
Release 20190528
* "pax" or "cp" will be used to copy the skeleton directory, rather
than "tar" or "cp".
* "make check" now now runs shellcheck (https://www.shellcheck.net/)
on the shell script, and "mandoc -T lint" on the manuals.
The tests are skipped if the needed tools are not found by
"configure".
* Several simplifications and cosmetic changes to the code.
* When using "-d", require that the given directory exists.
* Add "-S" to disable the copying of the skeleton directory.
Release 20180719
* A skeleton directory (to pre-populate the temporary working
directory with) may be specified by setting the SHELL_SKEL
environment variable to the path of a directory. This environment
variable is not used if the command line option -s or -d is used.
* /bin/sh is used if SHELL is empty or unset and no other shell is
specified.
Release 20180422
* Added NEWS file.
* Added -q option for quiet operation.
* Added -v option to output version information.
* Added USR1 signal handler that will stop the temporary directory
from being deleted when the shell exits (as if -k had been used from
the start).
* Let the configure script figure out whether "mktemp -t" adds
".XXXXXXXX" to the end of the given template or not.
* Don't choke on directories whose name start with a dash.
* Now properly tested on FreeBSD 11.1.
Release 20180415
* Fixed GitHub issue #1, "Centos 7 several shells with the same name".
* Fixed GitHub issue #2, "Comparison null string to zero (int)"
* Added manual.
* Added -f option to force running the given command (bypasses check
for valid login shell).
* Added -s option for specifying a "skeleton" directory whose
contents will be (recursively) copied into the newly created
temporary directory.
* Updated static list of shells on Solaris with shells from the
shells(4) manual on a Solaris 11.4-beta system.
* Set HOME to the temporary directory.
Release 20180401
* First real release.