diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..48c2d21 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +* Shane Canon (Initial and lead developer.) +* Larry Pezzaglia diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..594031e --- /dev/null +++ b/NEWS @@ -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.