-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add historical information to NEWS file
- Loading branch information
1 parent
83f7cd6
commit 82a7fc5
Showing
2 changed files
with
30 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Shane Canon <[email protected]> (Initial and lead developer.) | ||
* Larry Pezzaglia <[email protected]> |
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,28 @@ | ||
CHOS 0.11.2 2013-06-27 | ||
====================================== | ||
* Modify the method of setting the CHOS mapping of new processes to | ||
address some scenarios identified by Doug Jacobsen of NERSC where | ||
children of very short-lived processes would not inherit a CHOS | ||
context | ||
|
||
CHOS 0.11.1 2012-10-29 | ||
====================================== | ||
* Fix issue where it was not possible to switch | ||
from the "/" environment back to the previous environment. | ||
|
||
* Revert "If an invalid CHOS environment is requested, fall back to | ||
the "default" until it can be implemented as a configurable | ||
behavior. | ||
|
||
CHOS 0.11 2012-10-02 | ||
====================================== | ||
* If an invalid CHOS environment | ||
is requested, fall back to the "default" environment. | ||
|
||
* Several change to facilitate building under EL6. | ||
|
||
* Add support for a special "root" environment with a path of "/". | ||
Selecting the root environment results in a complete exit from | ||
CHOS. | ||
|
||
* Multiple code cleanups and build system improvements. |