X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c8686543d6ba06bdbed8dcc60717b215360ec70e;hb=dc01dd60affb4688453f8b7204af66246f0850db;hp=cca39ca0578816e8e62b011c2ce641c853401540;hpb=6cdb9d937061ed3998df427f7b6cd1fd544a79f8;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index cca39ca..c868654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2007-11-29 Martin Mares + + * lib/dump.c: Squashed compiler warnings about code with + no effect (there really were surplus *'s). + +2007-11-06 Martin Mares + + * 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 + for help. + 2007-10-19 Martin Mares * Makefile, lib/Makefile: Moved -lz from LDFLAGS to LDLIBS.