]> mj.ucw.cz Git - pciutils.git/history - ChangeLog
Let the maintainer script use plain Git instead of Cogito.
[pciutils.git] / ChangeLog
2008-11-09 Martin MaresReleased as 3.0.3. v3.0.3
2008-09-19 Martin MaresFixed a minor bug in lib/configure and released as...
2008-09-11 Martin MaresReleased as v3.0.1. v3.0.1
2008-04-10 Martin MaresUpdated API and ABI version and released as 3.0.0. v3.0.0
2008-02-20 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils...
2008-02-20 Martin MaresChanged the default domain for the DNS resolver.
2008-02-18 Martin MaresReleased as 2.99.1-alpha1.
2008-02-17 Martin MaresChangelogged the build system changes.
2008-02-17 Martin MaresEnable the i386-ports method on Linux/x86_64 as well.
2008-02-17 Martin MaresAdded ChangeLog for the all changes on the network...
2008-02-12 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-12 Martin MaresReleased as 2.2.10.
2008-02-11 Martin MaresRemoved a forgotten merge conflict marker.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresMerge with git+ssh://master.kernel.org/pub/scm/utils...
2008-02-11 Martin MaresCleaned up the list of options.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresFixed a bug in displaying of zlib errors.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-01-07 Martin MaresAdded quiet mode (-q). Clean up uncompressed files...
2007-11-29 Martin MaresSquashed compiler warnings about code with no effect
2007-11-06 Martin MaresReleased as 2.2.9.
2007-11-06 Martin MaresFinished support for displaying of kernel drivers/modules.
2007-10-19 Martin MaresMoved -lz from LDFLAGS to LDLIBS.
2007-10-19 Martin MaresReleased as 2.2.8.
2007-10-19 Martin MaresAdded two more capability ID's gathered from various...
2007-10-19 Martin MaresBig code cleanup.
2007-10-19 Martin MaresDecode the Debug port capability (per EHCI 0.96 spec).
2007-10-19 Martin MaresIncomplete decoding of several capabilities is marked...
2007-10-19 Martin MaresInclude capabilities from PCI 3.0 specs.
2007-10-19 Martin MaresUpdate class codes to reflect PCI 3.0.
2007-10-14 Martin MaresRemoved extraneous braces.
2007-10-12 Martin MaresCapability loop detection introduced 2.2.7 did not...
2007-10-05 Martin MaresReleased as 2.2.7.
2007-10-05 Martin MaresDetect and report loops in capability lists.
2007-09-12 Martin MaresExtended the fbsd-device backend to run on Dragonfly...
2007-09-03 Martin MaresResurrected the Windows port.
2007-08-31 Martin MaresAllow to override ar and ranlib.
2007-08-27 Martin MaresWhen calling gzopen(), use "rb" file mode instead of...
2007-08-14 Martin MaresAdded decoding of HT MSI capability.
2007-06-20 Martin MaresReleased pciutils-2.2.6.
2007-06-20 Martin MaresUpdated ChangeLog for recent patches.
2007-05-04 Martin MaresReleased pciutils-2.2.5.
2007-05-04 Martin MaresUpdated pci.ids.
2007-02-14 Martin MaresAdded PCI/PCI-X to PCI-Express Bridge type.
2007-02-13 Martin MaresThe first try at using DNS for resolving ID's.
2007-02-09 Martin MaresUpdated ids to the current snapshot.
2007-02-06 Martin MaresGet rid of bzero().
2007-02-06 Martin MaresWork-around for Solaris tr.
2007-02-06 Martin Mares<stdint.h> for Solaris.
2007-02-04 Martin Maresalloca() needs <alloca.h>.
2006-09-17 Martin MaresFixed a couple of bugs in the dump backend.
2006-09-10 Martin MaresUpdated pci.ids to the current database snapshot.
2006-09-10 Martin MaresErrors when reading standard config header are no longe...
2006-09-09 Martin MaresReleased as 2.2.4.
2006-09-09 Martin MaresRemind the maintainer about the current API version.
2006-09-09 Martin MaresUpdated PCI_LIB_VERSION.
2006-09-09 Martin MaresPerform shell escaping in `-m' mode where necessary.
2006-09-09 Martin MaresAdded a `-vmm' mode.
2006-09-09 Martin MaresMoved all system-dependent decisions from Makefile...
2006-09-09 Martin MaresDon't check Linux kernel version.
2006-09-09 Martin MaresRemoved -Winline from CFLAGS.
2006-09-09 Martin MaresWhitespace cleanup of all source files.
2006-09-09 Martin MaresAdded support for compressed pci.ids.
2006-09-09 Martin MaresAdded DESTDIR support.
2006-09-09 Martin MaresAdded .gitignore files.
2006-09-09 Martin MaresClean *.orig, too.
2006-09-09 Martin MaresCleaned up usage of `char' and `byte'.
2006-09-09 Martin MaresPCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
2006-09-09 Martin MaresAdded PCI_CLASS_xxx constants for all classes currently...
2006-08-01 Martin MaresFixed a silly typo.
2006-07-30 Martin MaresAdded a missing rule for obsd-device.o.
2006-07-30 Martin MaresAdded support for MSI per-vector masking.
2006-07-30 Martin MaresAdded support for the `bridge subsystem ID' capability.
2006-07-30 Martin MaresFixed bug in printing of 64-bit prefetchable memory...
2006-07-30 Martin MaresExclude .git directory from releases.
2006-07-30 Martin Maresi386-*: Cleaned up printing of initialization errors.
2006-07-30 Martin Mareslib/i386-ports.c, lib/i386-io-*: Moved the logic which...
2006-07-30 Martin Mareslib/i386-io-hurd.h: Ask the kernel for I/O port access...
2006-07-30 Martin Mareslib/i386-ports.c: Define _GNU_SOURCE, it's needed by...
2006-07-30 Martin Mares(no commit message)
2006-07-30 Martin MaresPolishing the Windows port.
2006-06-27 Martin MaresImproved the example and added rules for building it.
2006-06-27 Martin MaresAdd and use PCI_FILL_CLASS.
2006-06-03 Martin MaresBetter displaying of unknown subclasses.
2006-06-03 Martin MaresFixed formatting of programming interfaces.
2006-06-03 Martin MaresIntroduced the -nn switch.
2006-05-31 Martin Maresdie() now uses the right program name when printing...
2006-05-31 Martin MaresDon't crash when an invalid width is specified.
2006-05-19 Martin MaresUpdated the README.
2006-05-10 Martin MaresAdded support for GNU/kFreeBSD.
2006-05-05 Martin MaresFixed a silly bug in processing of the -D switch.
2006-05-05 Martin MaresReleased as 2.2.2.
2006-05-05 Martin MaresUpdated pci.ids from the current db snapshot.
2006-05-05 Martin MaresAdded OpenBSD interface.
2006-05-05 Martin MaresSwitching to GIT repository.
2006-05-05 Martin MaresAvoid changes of -m format.
2006-05-05 Martin MaresAdded comment on -m
2006-05-05 Martin MaresAdded the -D switch.
next