X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Monitor.spec;h=cc9098441bb778abd04458527d749e0f10c56ce9;hb=c11871842581f245ea6f403483766b8f2653a875;hp=f4e0cb34820fbbecfe8687f1d02a195c4c9ecacc;hpb=ab835ed0e99bc4c57728c8cfa61856d15dfc34f5;p=monitor.git diff --git a/Monitor.spec b/Monitor.spec index f4e0cb3..cc90984 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -6,7 +6,7 @@ %define name monitor %define version 3.0 -%define taglevel 19 +%define taglevel 22 %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,29 @@ fi %changelog +* Fri Oct 09 2009 Baris Metin - Monitor-3.0-22 +- show/hide advance query form. + +* Thu Sep 24 2009 Stephen Soltesz - 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 - Monitor-3.0-20 +- Major Features: +- added bm log collection and optional integration with BootManager's log Upload() +- added iptables_status +- expanded advanced query +- added differentiated bootmanager_restore actions so that actionsummary displays +- counts for each kind of bootmanager action +- added pcuerror notices (for mis-configurations) in addition to pcufailed notices +- added plain-text options for query page by adding tg_format=plain to URL +- fixed cross-module reference that prevented pcucontrol for working with RebootNodeWithPCU() api call. +- fixed a bug in determining whether comon's dir was running on a node + * Mon Aug 17 2009 Stephen Soltesz - Monitor-3.0-19 - Major increment - - adds multiple features and web changes