X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=37d10e2d472e6ed7667075150ded81c982e2118c;hb=94db5c82212761573cc656df77c727001f554591;hp=a1ce9165192b60f4330e56553caef8414acfd0dd;hpb=afebde01eb1871c2b2b3da3a8b21ce49865b42bb;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index a1ce916..37d10e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2006-09-09 Martin Mares + * Whitespace cleanup of all source files. + + * The pci.ids file can be stored compressed if zlib is available. + Added transparent decompression to lib/names.c, modified update-pciids.sh + to keep the file compressed if applicable, updated Makefiles. + Based on a patch by Matthew Wilcox, but all the bugs are mine. + + * Makefile, README: Allow installation to be done to a different directory + from the one we will eventually be placed in by setting DESTDIR. + Patch by Matthew Wilcox. + + * Added .gitignore files. + + * Makefile (clean): Clean *.orig, too. + * Cleaned up usage of `char' and `byte'. * lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01. @@ -1207,7 +1222,7 @@ Tue Jan 19 23:00:12 1999 Martin Mares * Started the "New Generation" branch and introduced the PCI library. - + * lspci: Rewritten to use the library. Tue Jan 19 22:24:08 1999 Martin Mares