From dafbaddb9060fe5a22f42e65074c1f0ca889a40c Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Wed, 11 Jun 2003 20:49:53 +0000
Subject: [PATCH]  o updated NEWS and META for slurm 0.2.5

---
 META |  4 ++--
 NEWS | 12 ++++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/META b/META
index f4cf8590284..8cfe5c10b41 100644
--- a/META
+++ b/META
@@ -7,6 +7,6 @@
   Name:		slurm
   Major:	0
   Minor:	2
-  Micro:        4
-  Version:	0.2.4
+  Micro:        5
+  Version:	0.2.5
   Release:	1
diff --git a/NEWS b/NEWS
index f4c052eb825..58d34f0dc32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 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.5
+=========================
+ -- Various fixes for cleanup of slow terminating or unkillable jobs.
+ -- Fixed some small memory leaks in communications code.
+ -- Added hack for synchronized exit of jobs on large node count.
+ -- Long lists of nodes are no longer truncated in sinfo.
+ -- Print more descriptive error message when tasks exit with nonzero status.
+ -- Fixed bug in srun where unsuccessful launch attempts weren't detected.
+ -- Elan network error resolver thread now runs from elan module in slurmd.
+ -- Slurmctld uses consecutive Elan context and program description numbers
+    instead of choosing them randomly.
+
 * Changes in SLURM 0.2.4
 ==========================
  -- Fix for file descriptor leak in slurmctld.
-- 
GitLab