From 4b88a6b8f908a806deacf3b1984854146b03bb57 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 Jun 1998 07:59:48 +0000 Subject: [PATCH] Releasing as version 1.05. The 1.04 from yesterday was a bit rotten :-| --- ChangeLog | 24 ++++++++++++++++++++++++ README | 2 +- lspci.8 | 2 +- pciutils.h | 4 +++- pciutils.lsm | 8 ++++---- setpci.8 | 2 +- 6 files changed, 34 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b181bb..2973c57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Mon Jun 8 10:59:22 1998 Martin Mares + + * Released as 1.05. + + * setpci.c: Problems with pread()/pwrite() with glibc on Alpha + should be gone. Again thanks to Steve for bug report. + + * filter.c (filter_parse_slot): Fixed ":x" type filters. + + * pci.ids: Killed duplicate entry. Thanks to Stephen Williams + for reporting this. + +Sun Jun 7 19:27:51 1998 Martin Mares + + * lspci.c (main), setpci.c (main): Implemented "--version". + + * Released as 1.04. + + * pciutils.h (PCIUTILS_VERSION): Added version string. + + * filter.c, names.c: Extraneous #include removed. + Thanks to Geert Uytterhoeven + for bug report. + Thu May 28 14:45:58 1998 Martin Mares * pci.ids: More updates from Jens Maurer. diff --git a/README b/README index 971b7cc..25aa043 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This package contains the Linux PCI Utilities, version 1.03. +This package contains the Linux PCI Utilities, version 1.05. Copyright (c) 1998 Martin Mares diff --git a/lspci.8 b/lspci.8 index 5601554..7d79a5b 100644 --- a/lspci.8 +++ b/lspci.8 @@ -1,4 +1,4 @@ -.TH lspci 8 "19 April 98" "pciutils-1.03" "Linux PCI Utilities" +.TH lspci 8 "8 June 1998" "pciutils-1.05" "Linux PCI Utilities" .IX lspci .SH NAME lspci \- list all PCI devices diff --git a/pciutils.h b/pciutils.h index d7fab90..b8daf71 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,5 +1,5 @@ /* - * $Id: pciutils.h,v 1.4 1998/03/31 21:02:18 mj Exp $ + * $Id: pciutils.h,v 1.5 1998/06/08 07:59:58 mj Exp $ * * Linux PCI Utilities -- Declarations * @@ -16,6 +16,8 @@ #include "pci.h" #endif +#define PCIUTILS_VERSION "1.05" + #define PROC_BUS_PCI "/proc/bus/pci" #define ETC_PCI_IDS "/etc/pci.ids" diff --git a/pciutils.lsm b/pciutils.lsm index a6c7639..654b439 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,7 +1,7 @@ Begin3 Title: Linux PCI Utilities -Version: 1.03 -Entered-date: 980419 +Version: 1.05 +Entered-date: 980608 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 @@ -9,7 +9,7 @@ Description: This package contains various utilities for inspecting and 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-1.03.tar.gz -Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.03.tar.gz +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.05.tar.gz +Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.05.tar.gz Copying-policy: GPL End diff --git a/setpci.8 b/setpci.8 index 836cfb2..e48ec12 100644 --- a/setpci.8 +++ b/setpci.8 @@ -1,4 +1,4 @@ -.TH setpci 8 "19 April 98" "pciutils-1.03" "Linux PCI Utilities" +.TH setpci 8 "8 June 1998" "pciutils-1.05" "Linux PCI Utilities" .IX setpci .SH NAME lspci \- configure PCI devices -- 2.39.2