]> mj.ucw.cz Git - pciutils.git/commitdiff
Releasing as 1.06. All glibc 2.1 troubles should be gone ;-)
authorMartin Mares <mj@ucw.cz>
Fri, 12 Jun 1998 09:48:35 +0000 (09:48 +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 6e8575113a16da02289c05f56c91b7428eeef48e..869415c7c6c84ed892e1177a3c263fd5ee230a6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Jun  9 22:53:59 1998  Martin Mares  <mj@albireo.ucw.cz>
 
+       * Released as 1.06.
+
        * names.c (parse_name_list): Killed an unused variable.
 
        * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
diff --git a/README b/README
index 25aa0431375c6775f78aa35ada1c8433b676acc0..2307c2608b2b03eb2cb63c91a1034bb45debe935 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This package contains the Linux PCI Utilities, version 1.05.
+This package contains the Linux PCI Utilities, version 1.06.
 
 Copyright (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 
diff --git a/lspci.8 b/lspci.8
index 7d79a5b97ba7659d849178de46eb4b9744792889..1bf95b29bbab3fb6e4e78f76a2a39bd4614d5277 100644 (file)
--- a/lspci.8
+++ b/lspci.8
@@ -1,4 +1,4 @@
-.TH lspci 8 "8 June 1998" "pciutils-1.05" "Linux PCI Utilities"
+.TH lspci 8 "12 June 1998" "pciutils-1.06" "Linux PCI Utilities"
 .IX lspci
 .SH NAME
 lspci \- list all PCI devices
index b8daf71be504fbf6e6807db84df6fc65fc996c0d..347289cb3ce9ac78f27e3c99e37135f3a64a7fd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     $Id: pciutils.h,v 1.5 1998/06/08 07:59:58 mj Exp $
+ *     $Id: pciutils.h,v 1.6 1998/06/12 09:48:36 mj Exp $
  *
  *     Linux PCI Utilities -- Declarations
  *
@@ -16,7 +16,7 @@
 #include "pci.h"
 #endif
 
-#define PCIUTILS_VERSION "1.05"
+#define PCIUTILS_VERSION "1.06"
 
 #define PROC_BUS_PCI "/proc/bus/pci"
 #define ETC_PCI_IDS "/etc/pci.ids"
index 654b43953540410453eb8b85ad5b8625bf2689ac..d73bb9177bde2080d646d19d1b5936b5ab49fcee 100644 (file)
@@ -1,7 +1,7 @@
 Begin3
 Title:          Linux PCI Utilities
-Version:        1.05
-Entered-date:   980608
+Version:        1.06
+Entered-date:   980612
 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.05.tar.gz
-Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.05.tar.gz
+Primary-site:   atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.06.tar.gz
+Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.06.tar.gz
 Copying-policy: GPL
 End
index e48ec12619590ff435f012f7c57f03bc087b6cb8..318958805d24b3b42d2a42913b7b24d3cdeb687d 100644 (file)
--- a/setpci.8
+++ b/setpci.8
@@ -1,4 +1,4 @@
-.TH setpci 8 "8 June 1998" "pciutils-1.05" "Linux PCI Utilities"
+.TH setpci 8 "12 June 1998" "pciutils-1.06" "Linux PCI Utilities"
 .IX setpci
 .SH NAME
 lspci \- configure PCI devices