From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Wed, 19 Nov 2008 17:14:41 +0000 (+0000)
Subject: Tagging module Mom - Mom-2.2-7
X-Git-Tag: Mom-2.2-7~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6944046494e14b4d9a53e44d45f02bce835a4e57;p=mom.git

Tagging module Mom - Mom-2.2-7
Kill processes in context rather than restarting it.
* Fixes bug where reset processes lose connectivity.
---

diff --git a/pl_mom.spec b/pl_mom.spec
index 1d795e3..d8380cd 100644
--- a/pl_mom.spec
+++ b/pl_mom.spec
@@ -1,6 +1,6 @@
 %define name pl_mom
 %define version 2.2
-%define taglevel 6
+%define taglevel 7
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -102,6 +102,10 @@ exit 0
 %{_sysconfdir}/cron.d/pl_mom
 
 %changelog
+* Wed Nov 19 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - Mom-2.2-7
+- Kill processes in context rather than restarting it.
+- * Fixes bug where reset processes lose connectivity.
+
 * Tue Jul 29 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - Mom-2.2-6
 - Update mop script to monitor relevant procs.  Update swapmon to avoid corner case when slice is being built.