diff --git a/spec/iprutils.spec b/spec/iprutils.spec index c402a8e..824f6b1 100644 --- a/spec/iprutils.spec +++ b/spec/iprutils.spec @@ -1,6 +1,6 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils -Version: 2.3.13 +Version: 2.3.14 Release: 1 License: CPL Group: System Environment/Base @@ -81,7 +81,13 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/ha.d/resource.d/iprha %changelog -* Tue Dec 04 2012 Kleber Sacilotto de Souza 2.3.13 +* Tue May 07 2013 Wen Xiong 2.3.14 +- Release 2.3.14 +- Fixes stale information after hot plug a disk into an array +- Segmentation fault when removing a disk with hot spare disk +- Fxied sysfs error when updating microcode +- Fixes the platform location issue for Tres drawer +- Fix hop count defines - Release 2.3.13 - Fixes Platform Location for 32bit adapter. - Adds support for optical devices. diff --git a/version.mk b/version.mk index 99b077c..2cb1fb6 100644 --- a/version.mk +++ b/version.mk @@ -6,9 +6,9 @@ IPR_MAJOR_RELEASE=2 IPR_MINOR_RELEASE=3 -IPR_FIX_LEVEL=13 +IPR_FIX_LEVEL=14 IPR_RELEASE=1 -IPR_FIX_DATE=(Dec 04, 2012) +IPR_FIX_DATE=(May 07, 2013) IPR_VERSION_STR=$(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL) $(IPR_FIX_DATE)