1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
biosdevname (0.3.5) unstable; urgency=low
* drop biosdevnameS, it's unused and fails to build on F15
-- Matt Domsch <Matt_Domsch@dell.com> Tue, 25 Jan 2011 14:48:00 -0600
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
-- Matt Domsch <Matt_Domsch@dell.com> Tue, 25 Jan 2011 12:17:00 -0600
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
-- Matt Domsch <Matt_Domsch@dell.com> Thu, 16 Dec 2010 10:45:00 -0600
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
-- Matt Domsch <Matt_Domsch@dell.com> Thu, 09 Nov 2010 15:31:00 -0600
* fix for multi-port cards with bridges
* removal of code for seriously obsolete systems
-- Matt Domsch <Matt_Domsch@dell.com> Thu, 02 Dec 2010 22:03:00 -0600
biosdevname (0.3.1) unstable; urgency=low
* remove all policies except 'physical' and 'all_ethN'
* handle SR-IOV devices properly
-- Matt Domsch <Matt_Domsch@dell.com> Mon, 28 Nov 2010 22:05:00 -0600
biosdevname (0.3.0) unstable; urgency=low
* add --policy=loms, use it by default.
* read index and labels from sysfs if available
-- Matt Domsch <Matt_Domsch@dell.com> Wed, 10 Nov 2010 22:44:23 -0600
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.
-- Matt Domsch <Matt_Domsch@dell.com> Sat, 21 Sep 2007 10:30:13 -0500
biosdevname (0.2.3-1) unstable; urgency=low
* Initial working release
-- Matt Domsch <Matt_Domsch@dell.com> Sat, 08 Sep 2007 14:30:13 -0500
biosdevname (0.1-1) unstable; urgency=low
* Initial release.
* bios_dev_name-0.1-usage-and-virtual-device-fix.patch is applied
-- Rudy Gevaert <Rudy.Gevaert@UGent.be> Wed, 16 May 2007 09:25:13 +0200
|