From: Faiyaz Ahmed <faiyaza@cs.princeton.edu> Date: Mon, 2 Mar 2009 17:35:30 +0000 (+0000) Subject: Tagging module NodeManager - NodeManager-1.7-45 X-Git-Tag: NodeManager-1.7-45~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9df0627c51cf6be895d52fdd405ce2bf20354462;p=nodemanager.git Tagging module NodeManager - NodeManager-1.7-45 Allowing controller accounts to use unique GIDs can overwrite the default "slice" group. Controllers now use the "slice" GID instead of unique GIDs. --- diff --git a/NodeManager.spec b/NodeManager.spec index 2cd1879..970f494 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -7,7 +7,7 @@ %define name NodeManager %define version 1.7 -%define taglevel 44 +%define taglevel 45 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/logrotate.d/nm %changelog +* Mon Mar 02 2009 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - NodeManager-1.7-45 +- Allowing controller accounts to use unique GIDs can overwrite the default "slice" group. Controllers now use the "slice" GID instead of unique GIDs. + * Thu Feb 26 2009 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - NodeManager-1.7-44 - Delegation code optimization - Fixed some comments