]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as pciutils 2.1.3.
authorMartin Mares <mj@ucw.cz>
Thu, 13 Jan 2000 22:51:31 +0000 (22:51 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:36 +0000 (14:10 +0200)
ChangeLog
Makefile
README
lspci.man
pciutils.lsm
pciutils.spec
setpci.man

index fa7338445b7fed13d1bc80d4ed16408b287152be..52272d4e03303694c7f7979fe3f54fb46de8c2d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu Jan 13 23:01:52 2000  Martin Mares  <mj@albireo.ucw.cz>
+
+       * Released as version 2.1.3.
+
+       * pci.ids: New ID's.
+
+       * lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
+
+       * lib/access.c: Corrected order of access methods -- it's wonderful how
+       long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
+
 Sat Dec 11 23:34:48 1999  Martin Mares  <mj@albireo.ucw.cz>
 
        * Released as version 2.1.2.
index a0ff83cd4ec4d9ea023e9fc208e2d6e4c428254b..00c3666fe27afbce443f8c5c7ae1f3a209eb89c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.27 1999/12/11 22:38:39 mj Exp $
+# $Id: Makefile,v 1.28 2000/01/13 22:51:31 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1998--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 
@@ -6,10 +6,10 @@ OPT=-O2 -fomit-frame-pointer
 #OPT=-O2 -g
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror
 
-VERSION=2.1.2
+VERSION=2.1.3
 SUFFIX=
 #SUFFIX=-alpha
-DATE=1999-12-11
+DATE=2000-01-13
 
 ifeq ($(shell uname),FreeBSD)
 ROOT=/usr/local
diff --git a/README b/README
index 9b409b297c912290cfc2c461ce177a5a95847de2..4ead96a4091e312478f221beef165852d432bc62 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-This package contains the PCI Utilities, version 2.1.2.
+This package contains the PCI Utilities, version 2.1.3.
 
-Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+Copyright (c) 1997--2000 Martin Mares <mj@suse.cz>
 
 All files in this package can be freely distributed and used according
 to the terms of the GNU General Public License, either version 2 or
index dd91ce65a15ca2dd66bb17a3f6f67246fc72ef26..8fbc07aa9edfe95591897fe3701929fb37e60a80 100644 (file)
--- a/lspci.man
+++ b/lspci.man
@@ -144,4 +144,4 @@ file containing a list of all PCI devices.
 .BR setpci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@atrey.karlin.mff.cuni.cz>.
+The Linux PCI Utilities are maintained by Martin Mares <mj@suse.cz>.
index 910c1851436e6da56271ad3181aa6aaf59cea163..49fdaaf47bf45d77a30a1a8aef23e6a5db5e471b 100644 (file)
@@ -1,15 +1,13 @@
 Begin3
 Title:          Linux PCI Utilities
-Version:        2.1.2
-Entered-date:   991211
+Version:        2.1.3
+Entered-date:   
 Description:    This package contains various utilities for inspecting and
-               setting of devices connected to the PCI bus. Requires
-               kernel version 2.1.82 or newer (supporting the /proc/bus/pci
-               interface).
-Keywords:       kernel, pci, proc, lspci, setpci
-Author:         mj@atrey.karlin.mff.cuni.cz (Martin Mares)
-Maintained-by:  mj@atrey.karlin.mff.cuni.cz (Martin Mares)
-Primary-site:   atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.2.tar.gz
-Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.2.tar.gz
+               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.3.tar.gz
+Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.3.tar.gz
 Copying-policy: GPL
 End
index d2319a689b1f0b9694f8495c3423848ed5735e88..7df982ee9a76f15616b5a04982507c44e4d56524 100644 (file)
@@ -1,5 +1,5 @@
 Name:          pciutils
-Version:       2.1.2
+Version:       2.1.3
 Release:       1
 Source:                ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Copyright:     GNU GPL
index b9b044699bca32f6d13fdad026bbe1fc8182ec3c..e316b656d2995575b34b45bd4e87dc81562090df 100644 (file)
@@ -199,4 +199,4 @@ and 3 to register 3e of device at bus 12, slot 3, function 4.
 .BR lspci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@atrey.karlin.mff.cuni.cz>.
+The Linux PCI Utilities are maintained by Martin Mares <mj@suse.cz>.