[ubuntu/natty] biosdevname 0.3.7-0ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Feb 28 15:06:14 UTC 2011


biosdevname (0.3.7-0ubuntu1) natty; urgency=low

  * Repackage with debhelper 7 and the 3.0 (quilt) source format.
  * Cut down build-dependencies to what we actually need.
  * Add biosdevname-udeb package for use in the installer.
  * Disable biosdevname by default in the installer, for now.  Use the
    biosdevname=1 boot parameter to enable it, which will also cause it to
    be installed in the target system.

biosdevname (0.3.7) unstable; urgency=low

  * drop dump_pirq, suggest use biosdecode instead
  * don't use '#' in names, use 'p' instead, by popular demand
  * properly look for SMBIOS, then $PIR, then recurse
  * Add kernel command line parameter "biosdevname={0|1}" to turn off/on biosdevname
  * Fix segfault when BIOS advertises zero sized PIRQ Routing Table
  * Add 'bonding' and 'openvswitch' to the virtual devices list
  * Typo fixes
  * fail PIRQ lookups if device domain is not 0
  * Don't suggest names if running in a virtual machine (Xen, KVM,
    VMware tested, but should work on others)

biosdevname (0.3.6) unstable; urgency=low

  * drop biosdevnameS, it's unused and fails to build on F15

biosdevname (0.3.5) unstable; urgency=low

  * install dump_pirq into /usr/sbin
  * fix udev rule, skip running if NAME is already set
  * move udev rule to /lib/udev/rules.d

biosdevname (0.3.4) unstable; urgency=low

  * drop unnecessary explicit version requirement on udev
  * bugfix: start indices at 1 not 0, to match Dell and HP server port designations
  * bugfix: don't assign names to unknown devices
  * bugfix: don't assign duplicate names

biosdevname (0.3.3) unstable; urgency=low

  * add back in use of PCI IRQ Routing Table, if info is not provided by
    sysfs or SMBIOS

unknown (unknown1) unknown; urgency=unknown

  * fix for multi-port cards with bridges
  * removal of code for seriously obsolete systems

biosdevname (0.3.1) unstable; urgency=low

  * remove all policies except 'physical' and 'all_ethN'
  * handle SR-IOV devices properly

biosdevname (0.3.0) unstable; urgency=low

  * add --policy=loms, use it by default.
  * read index and labels from sysfs if available

biosdevname (0.2.4-1) unstable; urgency=low

  * eliminate libsysfs usage, libbiosdevname
  * coordinate udev rules usage with udev maintainer
  * fix crashes in pcmcia search, in_ethernet(), and incorrect command
    line parsing.

biosdevname (0.2.3-1) unstable; urgency=low

  * Initial working release

biosdevname (0.1-1) unstable; urgency=low

  * Initial release.
  * bios_dev_name-0.1-usage-and-virtual-device-fix.patch is applied

Date: Wed, 23 Feb 2011 17:58:36 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/natty/+source/biosdevname/0.3.7-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 23 Feb 2011 17:58:36 +0000
Source: biosdevname
Binary: biosdevname biosdevname-udeb
Architecture: source
Version: 0.3.7-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: Colin Watson <cjwatson at ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 biosdevname - apply BIOS-given names to network devices
 biosdevname-udeb - apply BIOS-given names to network devices (udeb)
Changes: 
 biosdevname (0.3.7-0ubuntu1) natty; urgency=low
 .
   * Repackage with debhelper 7 and the 3.0 (quilt) source format.
   * Cut down build-dependencies to what we actually need.
   * Add biosdevname-udeb package for use in the installer.
   * Disable biosdevname by default in the installer, for now.  Use the
     biosdevname=1 boot parameter to enable it, which will also cause it to
     be installed in the target system.
 .
 biosdevname (0.3.7) unstable; urgency=low
 .
   * drop dump_pirq, suggest use biosdecode instead
   * don't use '#' in names, use 'p' instead, by popular demand
   * properly look for SMBIOS, then $PIR, then recurse
   * Add kernel command line parameter "biosdevname={0|1}" to turn off/on biosdevname
   * Fix segfault when BIOS advertises zero sized PIRQ Routing Table
   * Add 'bonding' and 'openvswitch' to the virtual devices list
   * Typo fixes
   * fail PIRQ lookups if device domain is not 0
   * Don't suggest names if running in a virtual machine (Xen, KVM,
     VMware tested, but should work on others)
 .
 biosdevname (0.3.6) unstable; urgency=low
 .
   * drop biosdevnameS, it's unused and fails to build on F15
 .
 biosdevname (0.3.5) unstable; urgency=low
 .
   * install dump_pirq into /usr/sbin
   * fix udev rule, skip running if NAME is already set
   * move udev rule to /lib/udev/rules.d
 .
 biosdevname (0.3.4) unstable; urgency=low
 .
   * drop unnecessary explicit version requirement on udev
   * bugfix: start indices at 1 not 0, to match Dell and HP server port designations
   * bugfix: don't assign names to unknown devices
   * bugfix: don't assign duplicate names
 .
 biosdevname (0.3.3) unstable; urgency=low
 .
   * add back in use of PCI IRQ Routing Table, if info is not provided by
     sysfs or SMBIOS
 .
 unknown (unknown1) unknown; urgency=unknown
 .
   * fix for multi-port cards with bridges
   * removal of code for seriously obsolete systems
 .
 biosdevname (0.3.1) unstable; urgency=low
 .
   * remove all policies except 'physical' and 'all_ethN'
   * handle SR-IOV devices properly
 .
 biosdevname (0.3.0) unstable; urgency=low
 .
   * add --policy=loms, use it by default.
   * read index and labels from sysfs if available
 .
 biosdevname (0.2.4-1) unstable; urgency=low
 .
   * eliminate libsysfs usage, libbiosdevname
   * coordinate udev rules usage with udev maintainer
   * fix crashes in pcmcia search, in_ethernet(), and incorrect command
     line parsing.
 .
 biosdevname (0.2.3-1) unstable; urgency=low
 .
   * Initial working release
 .
 biosdevname (0.1-1) unstable; urgency=low
 .
   * Initial release.
   * bios_dev_name-0.1-usage-and-virtual-device-fix.patch is applied
Checksums-Sha1: 
 27cd8ece3bda559e25a2cb4ec587cb8183f3d591 1868 biosdevname_0.3.7-0ubuntu1.dsc
 cc51f7760338e95cee23ef2c412fb530addf4f5a 186113 biosdevname_0.3.7.orig.tar.gz
 edb1d8d68e98bcff6a05d47d7e3bad5971cad3e0 2926 biosdevname_0.3.7-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 13582de651889c3f774ff6fc8fbcad1c5089b1d0fbdddd42b96983828d45a778 1868 biosdevname_0.3.7-0ubuntu1.dsc
 4d7562e5467eb2113a931276b80be69f163b769f696798a58bb6bf9dfea71e4b 186113 biosdevname_0.3.7.orig.tar.gz
 b8c6b2513d992505f5aebaef32d064c800e7211cf16bd0defc7bf181ab8992ac 2926 biosdevname_0.3.7-0ubuntu1.debian.tar.gz
Files: 
 151fdefc21bfc53b2674007501345e5d 1868 misc optional biosdevname_0.3.7-0ubuntu1.dsc
 6b6de50f642bb6a2ec7d8c594b5320fc 186113 misc optional biosdevname_0.3.7.orig.tar.gz
 130428eced47bc6a56d998c05125cf84 2926 misc optional biosdevname_0.3.7-0ubuntu1.debian.tar.gz


More information about the Natty-changes mailing list