]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Releasing as version 1.05. The 1.04 from yesterday was a bit rotten :-|
authorMartin Mares <mj@ucw.cz>
Mon, 8 Jun 1998 07:59:48 +0000 (07:59 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:53 +0000 (14:09 +0200)
ChangeLog
README
lspci.8
pciutils.h
pciutils.lsm
setpci.8

index 8b181bba8490d2214d00e6b8c4a8d29fcb1e8c40..2973c575e319da002829b4c554f0de40c474648f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Mon Jun  8 10:59:22 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * 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
+       <steve@icarus.com> for reporting this.
+
+Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * 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 <linux/pci.h> removed.
+       Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
+       for bug report.
+
 Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
 
        * pci.ids: More updates from Jens Maurer.
diff --git a/README b/README
index 971b7cc59254112d7bbd5aaf190802264984eea3..25aa0431375c6775f78aa35ada1c8433b676acc0 100644 (file)
--- 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 <mj@atrey.karlin.mff.cuni.cz>
 
diff --git a/lspci.8 b/lspci.8
index 5601554bed750b030c19411ea9339bf5202fa91d..7d79a5b97ba7659d849178de46eb4b9744792889 100644 (file)
--- 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
index d7fab9036b1dfb5b22feed3b40bc1edf182a0383..b8daf71be504fbf6e6807db84df6fc65fc996c0d 100644 (file)
@@ -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"
 
index a6c7639bfb18c5f765d007947808665de8d76a43..654b43953540410453eb8b85ad5b8625bf2689ac 100644 (file)
@@ -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
index 836cfb2a56fc1fdb59e61ae50fa0c71d4072caa9..e48ec12619590ff435f012f7c57f03bc087b6cb8 100644 (file)
--- 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