Skip to content

Commit

Permalink
New release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Asleson <tasleson@redhat.com>
  • Loading branch information
tasleson committed May 12, 2016
1 parent f4657d7 commit 056cc38
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
News for libStorageMgmt

1.3.0: May 12 2016:
- Library adds:
* Change the raid card cache split (%read, %write)
* Retrieve/update cache information of both the card and physical disks
(enable/disable caching etc.)
* Turn on/off identify and fault LEDs
* Retrieve information on batteries
* Retrieve a physical disk RPM, link type and location string for a disk
* Retrieve the vpd 0x83 for directly attached disk(s)
* Given a vpd 0x83 return list of local disk paths
* Given a disk path return the vpd 0x83 value
* Retrieve list of local disks
- Bug fixes:
* https://github.com/libstorage/libstoragemgmt/issues/118
* https://bugzilla.redhat.com/show_bug.cgi?id=1323789
* https://github.com/libstorage/libstoragemgmt/issues/144

1.2.3: Jun 24 2015:
- Bug fix:
* lsmcli bash completion: Fix syntax error.
Expand Down
17 changes: 17 additions & 0 deletions packaging/libstoragemgmt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,23 @@ fi
%{udev_dir}/udev/rules.d/90-scsi-ua.rules

%changelog
* Thu May 12 2016 Tony Asleson <tasleson@redhat.com> 1.3.0-1
- Library adds
* Change the raid card cache split (read, write)
* Retrieve/update cache information of both the card and physical disks
(enable/disable caching etc.)
* Turn on/off identify and fault LEDs
* Retrieve information on batteries
* Retrieve a physical disk RPM, link type and location string for a disk
* Retrieve the vpd 0x83 for directly attached disk(s)
* Given a vpd 0x83 return list of local disk paths
* Given a disk path return the vpd 0x83 value
* Retrieve list of local disks
- Bug fixes
* https://github.com/libstorage/libstoragemgmt/issues/118
* https://bugzilla.redhat.com/show_bug.cgi?id=1323789
* https://github.com/libstorage/libstoragemgmt/issues/144

* Wed Jun 24 2015 Gris Ge <fge@redhat.com> 1.2.3-1
- Bug fixes:
* lsmcli bash completion: Fix syntax error.
Expand Down

0 comments on commit 056cc38

Please sign in to comment.