[Iprdd-commit] iprutils/spec iprutils.spec,1.97,1.98
Brought to you by:
brking
|
From: Wayne B. <wb...@us...> - 2009-09-16 23:38:17
|
Update of /cvsroot/iprdd/iprutils/spec In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20330/iprutils/spec Modified Files: iprutils.spec Log Message: Fixes a NULL pointer dereference which caused the daemons to silently fail. Index: iprutils.spec =================================================================== RCS file: /cvsroot/iprdd/iprutils/spec/iprutils.spec,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- iprutils.spec 14 Aug 2009 17:36:32 -0000 1.97 +++ iprutils.spec 16 Sep 2009 23:38:06 -0000 1.98 @@ -1,6 +1,6 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils -Version: 2.2.16 +Version: 2.2.17 Release: 1 License: CPL Group: System Environment/Base @@ -81,6 +81,9 @@ %{_sysconfdir}/ha.d/resource.d/iprha %changelog +* Wed Sep 16 2009 Wayne Boyer <wa...@li...> 2.2.17 +- Release 2.2.17 +- Fixes a NULL pointer dereference which caused the daemons to silently fail. * Fri Aug 14 2009 Wayne Boyer <wa...@li...> 2.2.16 - Release 2.2.16 - Fixes a bug where CLI raid create is broken. |