summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--ldetect.spec5
2 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08ccf23..cf83a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2002-08-22 12:27 tvignaud
+
+ * pci.c: try to not freeze on buggy motherboard by preventing:
+ - seeking in /proc/bus/pci/<bus>/<device>.<function>
+ - not reading the whole /proc/bus/pci/<bus>/<device>.<function>
+
+ we now read 48 linear bytes the same way lspci read 64 linear
+ bytes.
+
+2002-08-17 16:18 tvignaud
+
+ * ldetect.spec: - rpmlint fixes (url, doc) - simplification
+
+2002-08-17 16:12 tvignaud
+
+ * Makefile: split rpm target in srpm and rpm
+
+2002-08-17 16:08 tvignaud
+
+ * ChangeLog, ldetect.spec: 4.6mdk
+
2002-08-17 16:06 tvignaud
* Makefile: default RPM to ~/rpm
diff --git a/ldetect.spec b/ldetect.spec
index 52cddbf..1771e0b 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,6 +1,6 @@
Name: ldetect
Version: 0.4.6
-Release: 2mdk
+Release: 3mdk
Summary: Light hardware detection library
Source: %name.tar.bz2
Group: System/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/*
%changelog
+* Thu Aug 22 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.6-3mdk
+- prevent freeze on buggy motherboards
+
* Sat Aug 17 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.6-2mdk
- rpmlint fixes