From: Faiyaz Ahmed Date: Mon, 2 Feb 2009 18:49:12 +0000 (+0000) Subject: Tagging module NodeManager - NodeManager-1.7-43 X-Git-Tag: NodeManager-1.7-43~1 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=25ad8e7b05e0b76a9ff5ec579fab58a970f06137 Tagging module NodeManager - NodeManager-1.7-43 BUGFIX: Extra logging was causing the main thread to die when the API was unavailable (which happens nightly due to db cleanup job). Fixed. --- diff --git a/NodeManager.spec b/NodeManager.spec index 508704e..c097166 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -7,7 +7,7 @@ %define name NodeManager %define version 1.7 -%define taglevel 42 +%define taglevel 43 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/logrotate.d/nm %changelog +* Mon Feb 02 2009 Faiyaz Ahmed - NodeManager-1.7-43 +- BUGFIX: Extra logging was causing the main thread to die when the API was unavailable (which happens nightly due to db cleanup job). Fixed. + * Fri Jan 30 2009 Faiyaz Ahmed - NodeManager-1.7-42 - * Can add or remove BW limits from PLC w/o reboots.