summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:07:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:07:01 +0000
commit2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c (patch)
tree733a84a3bce7cff2557697dd821108a9752b29b0 /ldetect.spec
parent667f94e4543832186ed073bbefa5873096f9c369 (diff)
downloadldetect-2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c.tar
ldetect-2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c.tar.gz
ldetect-2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c.tar.bz2
ldetect-2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c.tar.xz
ldetect-2e14e5ad5bdf326a6b8b6e3064ca04e07fbd086c.zip
- 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
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec23
1 files changed, 22 insertions, 1 deletions
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 <tvignaud@mandrakesoft.com> 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 <tvignaud@mandrakesoft.com> 0.4.1-1mdk
- let prevent useless copy
- stricter checking compilation and fix warnings