-
Fri Nov 10 2017 Gris Ge <fge@redhat.com> - 1.4.0-5
- Add missing runtime requirement -- python-six
-
Thu Nov 09 2017 Gris Ge <fge@redhat.com> - 1.4.0-4
- Fix incorrect VPD query for mptsas # RHBZ 1511467
-
Thu Mar 30 2017 Gris Ge <fge@redhat.com> 1.4.0-3
- Fix ONTAP SSL connection. # RHBZ 1437130
-
Thu Feb 23 2017 Gris Ge <fge@redhat.com> 1.4.0-2
- Include a patch for incorrect use of sizeof in C library.
-
Tue Feb 21 2017 Gris Ge <fge@redhat.com> 1.4.0-1
- Add Python3 support.
- New sub rpm package python3-libstoragemgmt.
- Add support of lmiwbem.
- Allow plugin test to be run concurrently.
- Bug fixes:
* Fix megaraid plugin for dell PERC.
* Fix local disk rotation speed query on NVMe disk.
* Fix lsmcli incorrect try-expect on local disk query.
* Fix all the gcc compile warnings.
* Fix the obsolete usage of AC_OUTPUT in configure.ac.
- Library adds:
* Query serial of local disk:
lsm_local_disk_serial_num_get()/lsm.LocalDisk.serial_num_get()
* Query LED status of local disk:
lsm_local_disk_led_status_get()/lsm.LocalDisk.led_status_get()
* Query link speed of local disk:
lsm_local_disk_link_speed_get()/lsm.LocalDisk.link_speed_get()
-
Wed Aug 03 2016 Gris Ge <fge@redhat.com> 1.3.4-1
- Upgrade to 1.3.4
-
Wed Jul 13 2016 Gris Ge <fge@redhat.com> 1.3.2-7
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=1355637
-
Wed Jun 22 2016 Gris Ge <fge@redhat.com> 1.3.2-6
- Apply the forgotten patch6.
-
Wed Jun 22 2016 Gris Ge <fge@redhat.com> 1.3.2-5
- Fix compile warning by removing unused static function _sd_name_of().
-
Tue Jun 21 2016 Gris Ge <fge@redhat.com> 1.3.2-4
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=1348394