From 4a219d5f53f6d15bda87a6971093b5a53e39535d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 20 May 2000 14:42:35 +0000 Subject: [PATCH] Released as version 2.1.8. --- ChangeLog | 14 ++++++++++++++ Makefile | 10 +++++----- README | 2 +- pciutils.lsm | 9 +++++---- pciutils.spec | 2 +- 5 files changed, 26 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index c67099f..c1546d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-05-20 Martin Mares + + * Released as 2.1.8. + + * pci.ids: ID updates. + + * lspci.c (show_verbose): Min/max latency is now printed in nanoseconds. + +2000-05-04 Martin Mares + + * lspci.c (show_verbose): If the header type doesn't match device + class, just print a warning and still use the header type, assuming + bogus class info. + 2000-05-01 Martin Mares * lspci.c (show_pm): Updated according to PCI PM specs 1.1. diff --git a/Makefile b/Makefile index 045acae..784cf96 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 2000/04/21 11:58:00 mj Exp $ +# $Id: Makefile,v 1.34 2000/05/20 14:42:35 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998--2000 Martin Mares @@ -6,10 +6,10 @@ OPT=-O2 -fomit-frame-pointer #OPT=-O2 -g CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror -VERSION=2.1.7 -SUFFIX= +VERSION=2.1.8 +#SUFFIX=-pre2 #SUFFIX=-alpha -DATE=2000-04-21 +DATE=2000-05-20 INSTALL=install DIRINSTALL=install -d @@ -77,7 +77,7 @@ release: mv pciutils.spec.new pciutils.spec mv README.new README -REL=pciutils-$(VERSION) +REL=pciutils-$(VERSION)$(SUFFIX) dist: clean mkdir dist diff --git a/README b/README index ce106b1..70a5e01 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This package contains the PCI Utilities, version 2.1.7. +This package contains the PCI Utilities, version 2.1.8. Copyright (c) 1997--2000 Martin Mares diff --git a/pciutils.lsm b/pciutils.lsm index 9a7758a..0cc205c 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,13 +1,14 @@ Begin3 Title: Linux PCI Utilities -Version: 2.1.7 -Entered-date: 000421 +Version: 2.1.8 +Entered-date: 000520 Description: This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Keywords: kernel, pci, lspci, setpci, libpci Author: mj@suse.cz (Martin Mares) Maintained-by: mj@suse.cz (Martin Mares) -Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.7.tar.gz -Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.7.tar.gz +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.8.tar.gz +Alternate-site: ftp.kernel.org pub/software/utils/pciutils/pciutils-2.1.8.tar.gz +Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.8.tar.gz Copying-policy: GPL End diff --git a/pciutils.spec b/pciutils.spec index 05bdb95..5e657f0 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 2.1.7 +Version: 2.1.8 Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz Copyright: GNU GPL -- 2.39.2