From 82a7fc5129b44cab1423a2dd99311cd86852883b Mon Sep 17 00:00:00 2001 From: Larry Pezzaglia Date: Wed, 3 Jul 2013 09:05:42 -0700 Subject: [PATCH] Add historical information to NEWS file --- AUTHORS | 2 ++ NEWS | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 AUTHORS create mode 100644 NEWS 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.