From 2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Jul 2002 15:07:01 +0000 Subject: - pci.c: add the ability to read pci devices list from a file instead of /proc/bus/pci/devices - spec: prepare for next release - add ChangeLog --- ldetect.spec | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'ldetect.spec') diff --git a/ldetect.spec b/ldetect.spec index b24a264..833a33e 100644 --- a/ldetect.spec +++ b/ldetect.spec @@ -1,6 +1,6 @@ # !! DON'T MODIFY HERE, MODIFY IN THE CVS !! %define name ldetect -%define version 0.4.1 +%define version 0.4.2 %define release 1mdk Name: %{name} @@ -53,6 +53,27 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/* %changelog +* Tue Jul 16 2002 Thierry Vignaud 0.4.2-1mdk +- usb.c: add the ability to read usb devices list from a file instead + of /proc/usb/devices + +- make a few tests clearer + +- pci.c: + o move exception stuff from the fast path into the probe all patch + o reduce memory usage, especially stack usage + o add the ability to read pci devices list from a file instead of + /proc/bus/pci/devices + +- lspcidrake.c: + o compacificazion + o fix compilation with gcc-2.95.3 (reported by Ian White) + o describe all options + o add -p option so that lspcidrake can read pci devices from a + file in order to understand what happened to remote testers + o add -u option so that lspcidrake can read usb devices from a + file in order to understand what happened to remote testers + * Thu Jul 4 2002 Thierry Vignaud 0.4.1-1mdk - let prevent useless copy - stricter checking compilation and fix warnings -- cgit v1.2.1