]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Squashed compiler warnings about code with no effect
[pciutils.git] / ChangeLog
index cca39ca0578816e8e62b011c2ce641c853401540..c8686543d6ba06bdbed8dcc60717b215360ec70e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-11-29  Martin Mares <mj@ucw.cz>
+
+       * lib/dump.c: Squashed compiler warnings about code with
+       no effect (there really were surplus *'s).
+
+2007-11-06  Martin Mares <mj@ucw.cz>
+
+       * Released as 2.2.9.
+
+       * lspci.c: Added a new switch `-k' which requests printing
+       of information on kernel drivers attached to each device
+       and on kernel modules reporting the ability to handle the
+       device. So far, this is supported only on Linux with the
+       sysfs back-end, so it is implemented internally in the lspci
+       instead of the libpci. Thanks to Anicka <anicka@anicka.net>
+       for help.
+
 2007-10-19  Martin Mares <mj@ucw.cz>
 
        * Makefile, lib/Makefile: Moved -lz from LDFLAGS to LDLIBS.