diff --git a/.gitignore b/.gitignore index 3dd5e35..b0be937 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /biosdevname-0.3.6.tar.gz /biosdevname-0.3.7.tar.gz /biosdevname-0.3.8.tar.gz +/biosdevname-0.3.11.tar.gz diff --git a/biosdevname.spec b/biosdevname.spec index d35b12e..3da7b49 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,5 +1,5 @@ Name: biosdevname -Version: 0.3.8 +Version: 0.3.11 Release: 1%{?dist} Summary: Udev helper for naming devices per BIOS names @@ -51,6 +51,22 @@ rm -rf %{buildroot} %changelog +* Tue Oct 4 2011 Praveen K Paladugu - 0.3.11-1 +- Fix man page for PCI slot naming +- Fix clearing of buffer for NPAR/SRIOV naming +- Add --nopirq and --smbios options to manpage. +- Verify length of VPD on network device +- Close file handle on sysfs read +- Fix naming policy for NPAR devices. + Match each PCI device to its VPD 'physical' device to get correct index +- Exclude building on ia64 arch +- Add support functions for determining PCIE slot +- Scan full path to parent when getting PCIE slot +- Fix NPAR naming for add-in cards +- Don't display _vf suffix on NPAR devices with single function +- Fix PCIe/PIRQ slot mapping + + * Thu Apr 21 2011 Praveen K Paladugu - 0.3.8-1 - Add changes to parse VPD structure for device mapping on NPAR devices - Fix pathname diff --git a/sources b/sources index 94d7e30..48986b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93c7bc3859033534ace6c2556b5b6bba biosdevname-0.3.8.tar.gz +0b0337d4e1f48f1f8ee4b9a36299ca59 biosdevname-0.3.11.tar.gz