summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fd7d59..b1c6203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2002-07-25 14:04 tvignaud
+
+ * pciusb.c: fix "(null) description" bug: don't skip entries where
+ module has already be set by pci.c workaround
+
+2002-07-24 17:22 tvignaud
+
+ * ldetect.spec: 0.4.3-1mdk
+
+2002-07-23 10:10 tvignaud
+
+ * lspcidrake.c: enhanced help
+
+2002-07-22 23:37 prigaux
+
+ * ldetect.spec, pci.c, usb.c: - don't die when missing
+ /proc/bus/pci/devices (resp. /proc/bus/usb/devices), since on
+ some boxes, this is *normal*! - free error messages obtained via
+ asprintf - remove debugging message "TOTO"
+
+2002-07-16 22:36 prigaux
+
+ * ldetect.spec, pciusb.c: teach titi that !(a && !b) is not (!a &&
+ !b) but (!a || b) (the other solution is to teach him to *test*)
+ (oh, remind me to teach him not to re-indent the whole code until
+ he doesn't make stupid bugs)
+
+2002-07-16 17:34 tvignaud
+
+ * ChangeLog, ldetect.spec: next release is ok
+
2002-07-16 17:33 tvignaud
* lspcidrake.c: explain what does -f