diff options
author | anonymous <anonymous> | 2003-06-27 22:56:31 +0000 |
---|---|---|
committer | anonymous <anonymous> | 2003-06-27 22:56:31 +0000 |
commit | 8bd6fc0a98539e50d96fe4b499be40c06ca63f5e (patch) | |
tree | b2d210d451f6cd8239fd60e2c7de620d40b65788 /ChangeLog |
Initial revision
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100755 index 0000000..108137e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,16 @@ +Version 1.0 + - Conditionally remove console support on FreeBSD 5.0 + +Version 1.1.2 + - Uses select when piping output from scripts + +Version 1.1.1 + - Checks to make sure it's running in a jail. + - New utility 'injail' to check from scripts whether running in a jail + - Sets process title as state changes (for ps). + +Version 1.1 + - Support the notion of a jail "console" + - Support stopping and restarting jail from inside + - jailer manages startup and shutdown and logs everything + |