-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
621 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ Makefile | |
autom4te.cache | ||
config.log | ||
config.status | ||
release-checklist.txt | ||
shell-toolbox-*.tar.gz | ||
src/shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SUBDIRS= src doc | ||
EXTRA_DIST= LICENSE | ||
dist_doc_DATA= LICENSE NEWS README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
For "shell": | ||
* Possibly factor out utility functions into separate "library". | ||
This will not happen until the toolbox contains more than a single | ||
script. | ||
|
||
* Nothing at the moment. | ||
* shell: Nothing at the moment. |
Oops, something went wrong.