From 561e583ed3fee248358756dde2db849e8fb8c856 Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Thu, 24 Apr 2003 22:42:59 +0000
Subject: [PATCH]  o update NEWS and META for 0.2.2

---
 META |  4 ++--
 NEWS | 11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/META b/META
index 477f64a7ac6..958556ca432 100644
--- a/META
+++ b/META
@@ -7,6 +7,6 @@
   Name:		slurm
   Major:	0
   Minor:	2
-  Micro:        1
-  Version:	0.2.1
+  Micro:        2
+  Version:	0.2.2
   Release:	1
diff --git a/NEWS b/NEWS
index 2f51988f333..02c9e72c0f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 This file describes changes in recent versions of SLURM. It primarily
 documents those changes that are of interest to users and admins. 
 
+* Changes in SLURM 0.2.2
+==========================
+ -- Fixes for reported problems:
+   - Execution of script allocate mode fails in some cases. (gnats:161)
+   - Errors using per-task input files with Elan support. (gnats:162)
+   - srun doesn't handle all environment variables properly. (gnats:164)
+ -- Parallel job is now terminated if a task is killed by a signal.
+ -- Exit status of srun is set based on exit codes of tasks.
+ -- Redesign of sinfo interface and options.
+ -- Shutdown of slurmctld no longer propagates shutdown to all nodes.
+
 * Changes in SLURM 0.2.1
 ===========================
  -- Fix bug where reconfigure request to slurmctld killed the daemon.
-- 
GitLab