X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=a06e300aeb587d3358ec09f5b520d7dd58a47632;hb=refs%2Ftags%2Fv3.1.7;hp=5d65494e91806d596c43b44cf384e117d02b5d40;hpb=ebb9bc540722f0a0020612459f5c042374dd00b0;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index 5d65494..a06e300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2010-01-31 Martin Mares + + * Released as 3.1.7. + + * Minor improvements and bug fixes in decoding of the Virtual Channel + capability. + +2010-01-24 Martin Mares + + * Released as 3.1.6. + + * More capabilities decoded: Virtual Channel (except arbitration + tables), Root Complex Link, Vendor-Specific (header only), SATA HBA. + + * All extended capabilities have their version displayed (-vv or more). + +2010-01-19 Martin Mares + + * Released as 3.1.5. + + * Updated pci.ids to the today's snapshot of the database. + + * When scanning extended capabilities, properly mask the lowest 2 bits, + which are currently reserved. This avoids unaligned access errors on + broken hardware (see tests/broken-ecaps). + + * Large bar sizes are displayed in human-readable format (with units). + Thanks to Matthew Wilcox. + + * Physical slot information is displayed correctly for multi-function cards. + Fixed by Matthew Wilcox. + + * Fixed a couple of typos everywhere. + + * Library: Fixed bugs in freeing of capabilities. + + * Windows back-end compiles again. + 2009-08-14 Martin Mares * Released as 3.1.4.