]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Fixed parallel builds
[pciutils.git] / ChangeLog
index 662d1c983cb5132210f0b2dba8465a472ef31750..0fff412462207ee231232486efb2d3c0a39957cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-12-26  Martin Mares  <mj@ucw.cz>
+
+       * Makefile: Added missing dependencies. Parallel builds work now.
+       Problem reported by Andreas Haumer <andreas@xss.co.at>, but I chose
+       a different fix.
+
+       * Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
+       command every time $(MANDIR) is referenced.
+
+       * lspci.c (main): The error message for `lspci -s' incorrectly mentioned
+       a `-f' switch. Reported by Steve Finney <Steve.Finney@SpirentCom.COM>.
+
+       * lib/generic.c: Removed memory leak in pci_generic_bus_scan().
+       Reported by Gary Parnes <gary_parnes@terago.com>.
+
+       * Replaced obsolete syntax of __attribute__((unused)) in the middle of
+       parameter declarations (which is no longer supported by GCC 3.1) by the
+       current syntax (attribute at the end). Thanks to pixel@mandrakesoft.com
+       for reporting this problem.
+
+       * Removed CVS $Id$ tags from all files.
+
+       * Makefile: Added some more warnings.
+
+2003-11-29  Martin Mares  <mj@ucw.cz>
+
+       * Imported the pciutils sources to my Arch repository. Good-bye, CVS.
+
 2003-01-04  Martin Mares  <mj@ucw.cz>
 
        * Released as 2.1.11.