[Iprdd-commit] iprutils/spec iprutils.spec,1.96,1.97
Brought to you by:
brking
|
From: Wayne B. <wb...@us...> - 2009-08-14 17:36:42
|
Update of /cvsroot/iprdd/iprutils/spec In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15043/iprutils/spec Modified Files: iprutils.spec Log Message: memory leak fixes and raid create fix Index: iprutils.spec =================================================================== RCS file: /cvsroot/iprdd/iprutils/spec/iprutils.spec,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- iprutils.spec 30 Jun 2009 23:32:40 -0000 1.96 +++ iprutils.spec 14 Aug 2009 17:36:32 -0000 1.97 @@ -1,6 +1,6 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils -Version: 2.2.15 +Version: 2.2.16 Release: 1 License: CPL Group: System Environment/Base @@ -81,6 +81,11 @@ %{_sysconfdir}/ha.d/resource.d/iprha %changelog +* Fri Aug 14 2009 Wayne Boyer <wa...@li...> 2.2.16 +- Release 2.2.16 +- Fixes a bug where CLI raid create is broken. +- Fixes several potential memory leak problems. +- Adds man page entries for the disable cache query and command. * Tue Jun 30 2009 Wayne Boyer <wa...@li...> 2.2.15 - Release 2.2.15 - Fixes a bug where cache reclaim can time out too soon. |