Tagging module NodeManager - NodeManager-1.7-38
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 3 Dec 2008 16:57:57 +0000 (16:57 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 3 Dec 2008 16:57:57 +0000 (16:57 +0000)
Add support for plugins.
Move network code to a separate module.
Add AdminTicket API.
Add support for sysctl slice attributes.

NodeManager.spec

index fc5ef93..b233e07 100644 (file)
@@ -7,7 +7,7 @@
 
 %define name NodeManager
 %define version 1.7
-%define taglevel 37
+%define taglevel 38
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -108,6 +108,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/logrotate.d/nm
 
 %changelog
+* Wed Dec 03 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - NodeManager-1.7-38
+- Add support for plugins.
+- Move network code to a separate module.
+- Add AdminTicket API.
+- Add support for sysctl slice attributes.
+
 * Tue Sep 23 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - NodeManager-1.7-37
 - Slices are created 1 at a time to avoid race conditions.