X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=76721614ef11589c7c20f333cf63aa92786fc4bb;hb=256fabefcce8311610d50f31543e6c45e805f20d;hp=c8686543d6ba06bdbed8dcc60717b215360ec70e;hpb=dc01dd60affb4688453f8b7204af66246f0850db;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index c868654..7672161 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,153 @@ +2008-11-09 Martin Mares + + * Released as 3.0.3. + + * `lspci -k' now displays the subsystem ID, too. This makes `-k' + show everything needed to identify the device and the available + drivers, which was called for by many users. + + * Fixed spelling of MSI. Patch by Matthew Wilcox. + + * Better support for cross-compilation. Thanks to Alon Bar-Lev + for the patch. + + * Fixed printing of the AER capability. Patch by Max Asbock. + + * HT 1.02 capabilities are decoded as HT 1.03. Suggested by + Carl-Daniel Hailfinger. + + * Fixed Cygwin build. Thanks to Steve Elliott for reporting the bug. + + * Updated pci.ids to the current snapshot of the database. + +2008-09-19 Martin Mares + + * Released as 3.0.2. + + * Fixed a minor bug in the configure script, which caused warnings + about redefinition of symbols during compilation. + +2008-09-11 Martin Mares + + * Released as 3.0.1. + + * Updated pci.ids to the most recent snapshot. + + * Added a Cygwin port. Patch by Christopher Voltz, ported to the + current tree by Martin Mares. + + * Worked around compatibility problems with various default settings + of wget (we have to set --no-timestamping explicitly). Thanks to Ville + Skytta for pointing that out. + + * Fixed printing of MSI capabilities. Thanks to Matthew Wilcox for + a patch. + + * Added decoding of several PCI-X capabilities: device/link/slot 2, + Advanced Error Reporting, Access Control Services, Alternative Routing-ID, + Single Root I/O Virtualization. Thanks to Yu Zhao for patches. + + * Fixed bug in filters which caused them to refuse vendor/device ID 0xffff. + + * README: The linux-pci mailing list has moved to linux-pci@vger.kernel.org. + + * Fixed several build problems: builds without PCI_USE_DNS on Linux + and with PCI_USE_DNS on Solaris and *BSD. Static library mode also + compiles again on old versions of GCC. + +2008-04-10 Martin Mares + + * Released as 3.0.0. + + * Updated API and ABI version. + +2008-02-20 Martin Mares + + * Released as 2.99.1-alpha2. + + * Changed the default domain for the DNS resolver. + +2008-02-18 Martin Mares + + * Released as 2.99.1-alpha1. + + * The makefile system has been reworked. All configuration settings + are now passed to the configure script in environment variables, + allowing for easy tweaking in the top-level Makefile. All control + knobs are now described in the README. + + * The libpci can be built as a shared library with properly restricted + symbol exports. Use `make SHARED=yes' to enable that or `make SHARED=local' + for a local testing build (with hardwired paths to the library, so that + it does not need installation). + + * The example program has been moved from lib/example.c to the top-level + directory, because it should be built exactly as the other utilities + are. It has been also improved slightly to educate better. + + * The i386-ports method is enabled on Linux/x86_64 as well. + +2008-02-13 Martin Mares + + * Released as 2.2.10-net2. + + * Support for resolving of PCI ID's using DNS together with a local + cache of resolved entries has been added. See the `-q' and `-Q' options + of lspci. + + * The library now has a generic system of settable parameters, which + also include settings of the DNS resolver and cache. An `-O' option + has been added to lspci and setpci to allow setting of these options. + + * Configuration of the access methods are now specified by the new + parameter system, replacing the pci_access->method_params array. + + * Access methods now also have sensible names and help texts and it + is possible to look up method ID by a name. + + * An `-A' switch has been added to both lspci and setpci, allowing to + select an arbitrary access method. The `-P' switch (configure proc + backend) has been removed as it is no longer needed and I do not know + any its user. + + * Several source files have been split for better maintainability + (most notably the resolving of ID's). + + * Man pages and help texts have been updated. A new man page `pcilib(7)' + has been added and description of library options has been moved there. + + * When an unknown device ID is encountered, we print `Device ' + instead of `Unknown device '. It uses less space and it also + should reduce the number of inexperienced users complaining that + the device is not supported by the OS. To lookup up OS drivers, + use the `-k' option. + + * PCI_LIB_VERSION has been bumped to 0x020299. + + * Makefile: stripping of the binaries during installation can be + overridden by the STRIP variable. + + * lib/types.h: We use the integer types from if the + compiler claims C99 support. + +2008-02-11 Martin Mares + + * Released as 2.2.10. + + * lspci.c, setpci.c: Cleaned up the list of options. + + * lib/names.c: Fix displaying of errors reported by zlib. + Previously, the buffer containing the error message had + been deallocated by gzclose() before the message was printed. + +2008-01-07 Martin Mares + + * update-pciids.sh: Added quiet mode (-q). Clean up uncompressed + files left by previous versions of the pciutils. Patch by Mike + Frysinger. + + * update-pciids.man: Mention the -q switch. + 2007-11-29 Martin Mares * lib/dump.c: Squashed compiler warnings about code with