From 59a3193348d8981ba5a648915c1517ad7d1d5911 Mon Sep 17 00:00:00 2001
From: Stephen Soltesz <soltesz@cs.princeton.edu>
Date: Thu, 24 Sep 2009 21:59:20 +0000
Subject: [PATCH] Setting tag Monitor-3.0-21 fixed pause_penalty bug. fixed
 IPAL pcucontrol bug fixed bootman tunnel setup bug (occurred in rare cases)
 deprecated pcuview added BootmanSequenceRecords to separate config data from
 source code added get/setBootmanSequence(s) to xmlrpc API

---
 Monitor.spec | 10 +++++++++-
 zabbix.spec  | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/Monitor.spec b/Monitor.spec
index 4e69654..7be4afc 100644
--- a/Monitor.spec
+++ b/Monitor.spec
@@ -6,7 +6,7 @@
 
 %define name monitor
 %define version 3.0
-%define taglevel 20
+%define taglevel 21
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch	%( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -303,6 +303,14 @@ fi
 
 
 %changelog
+* Thu Sep 24 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-3.0-21
+- fixed pause_penalty bug.
+- fixed IPAL pcucontrol bug
+- fixed bootman tunnel setup bug (occurred in rare cases)
+- deprecated pcuview
+- added BootmanSequenceRecords to separate config data from source code
+- added get/setBootmanSequence(s) to xmlrpc API
+
 * Fri Sep 04 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-3.0-20
 - Major Features:
 - added bm log collection and optional integration with BootManager's log Upload()
diff --git a/zabbix.spec b/zabbix.spec
index 1622342..f6818c4 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -290,6 +290,14 @@ rm -f %{zabbix_logdir}/zabbix_agentd.log
 %{zabbix_webdir}
 
 %changelog
+* Thu Sep 24 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-3.0-21
+- fixed pause_penalty bug.
+- fixed IPAL pcucontrol bug
+- fixed bootman tunnel setup bug (occurred in rare cases)
+- deprecated pcuview
+- added BootmanSequenceRecords to separate config data from source code
+- added get/setBootmanSequence(s) to xmlrpc API
+
 * Fri Sep 04 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-3.0-20
 - Major Features:
 - added bm log collection and optional integration with BootManager's log Upload()
@@ -437,6 +445,6 @@ rm -f %{zabbix_logdir}/zabbix_agentd.log
 
 %define module_current_branch 2.0
 
-%define taglevel 20
+%define taglevel 21
 
 %define version 3.0
-- 
2.47.0