summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:34:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:34:28 +0000
commit34f1e89562fa9d4b84318c1b89b843c672ca3c0d (patch)
treec10c450ee3a83f67d562b6bbcff366fbcccb8201
parentf5a79f618ab279d097e22642a41f7f55c9e9a98b (diff)
downloadldetect-34f1e89562fa9d4b84318c1b89b843c672ca3c0d.tar
ldetect-34f1e89562fa9d4b84318c1b89b843c672ca3c0d.tar.gz
ldetect-34f1e89562fa9d4b84318c1b89b843c672ca3c0d.tar.bz2
ldetect-34f1e89562fa9d4b84318c1b89b843c672ca3c0d.tar.xz
ldetect-34f1e89562fa9d4b84318c1b89b843c672ca3c0d.zip
next release is okV0_4_2_1mdk
-rw-r--r--ChangeLog22
-rw-r--r--ldetect.spec15
2 files changed, 31 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e6fb47..4fd7d59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2002-07-16 17:33 tvignaud
+
+ * lspcidrake.c: explain what does -f
+
+2002-07-16 17:30 tvignaud
+
+ * pci.c: no need for unistd.h
+
+2002-07-16 17:29 tvignaud
+
+ * ChangeLog, pci.c, usb.c: - print error message if unable to open
+ the arguement passed to -u,-p
+
+ - print error message if usb service isn't started (commented for
+ now to follow previous behaviour)
+
+2002-07-16 17:28 tvignaud
+
+ * lspcidrake.c: - fix usb "url"
+
+ - prevent potential segfault if no argument to -u in next test
+
2002-07-16 17:07 tvignaud
* ChangeLog, ldetect.spec, libldetect-private.h, lspcidrake.c,
diff --git a/ldetect.spec b/ldetect.spec
index 833a33e..5878b17 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -54,25 +54,28 @@ rm -rf $RPM_BUILD_ROOT
%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
+- usb.c:
+ o add the ability to read usb devices list from a file instead of
+ /proc/usb/devices
+
+- usb.c, pci.c, lspcidrake.c:
+ o print error message if unable to open devices list
+ o make a few tests clearer
+
- 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
+ o describe all options
* Thu Jul 4 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.1-1mdk
- let prevent useless copy