aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2017-02-15 10:17:55 +0100
committerMartin Mares <mj@ucw.cz>2017-02-15 10:17:55 +0100
commit2ee7d45ad76d7c455e9c8c008512f1ce3101b3f4 (patch)
tree6394f1ae3115107e9ef5ce6d820021fb3b886bc0
parentf0ecae92c73afd1d993bb7bd9c8c16044164d8bd (diff)
downloadpciutils-2ee7d45ad76d7c455e9c8c008512f1ce3101b3f4.tar.gz
Released as 3.5.3v3.5.3
-rw-r--r--ChangeLog18
-rw-r--r--Makefile6
-rw-r--r--lib/pci.h4
3 files changed, 23 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d9ac8..6909b54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2017-02-15 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.5.3.
+
+ * When lspci looks for Linux kernel modules, it uses the default
+ path to module directory provided by libkmod. Previously,
+ it tried to construct the path explicitly, which need not
+ work on all systems.
+
+ * Improved formatting of memory and I/O ranges behind a bridge.
+
+ * PCIe link capabilities now display GEN4 speed (16GT/s).
+
+ * PCIe device capabilities now show bits related to atomic operations.
+ Thanks to Satanand Burla for a patch.
+
+ * As usually, updated pci.ids to the current snapshot of the database.
+
2016-10-03 Martin Mares <mj@ucw.cz>
* Released as 3.5.2.
diff --git a/Makefile b/Makefile
index 09ab199..caed834 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
# Makefile for The PCI Utilities
-# (c) 1998--2016 Martin Mares <mj@ucw.cz>
+# (c) 1998--2017 Martin Mares <mj@ucw.cz>
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.5.2
-DATE=2016-10-03
+VERSION=3.5.3
+DATE=2017-02-15
# Host OS and release (override if you are cross-compiling)
HOST=
diff --git a/lib/pci.h b/lib/pci.h
index 47e9a95..13a285f 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
/*
* The PCI Library
*
- * Copyright (c) 1997--2016 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2017 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -16,7 +16,7 @@
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030502
+#define PCI_LIB_VERSION 0x030503
#ifndef PCI_ABI
#define PCI_ABI