]> mj.ucw.cz Git - pciutils.git/commitdiff
Released pciutils-2.2.6.
authorMartin Mares <mj@ucw.cz>
Wed, 20 Jun 2007 18:47:50 +0000 (20:47 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 20 Jun 2007 18:47:50 +0000 (20:47 +0200)
ChangeLog
Makefile

index 7a85fc8ab48a0e30858aaa254f9b4b174412afdc..ca07312fc5b6808d1bdf5bfeb54eb62da70b34f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
 2007-06-20  Martin Mares  <mj@ucw.cz>
 
+       * Released as 2.2.6.
+
        * Makefile: Added an "install-lib" target. Thanks to Dan Nicholson
        for a patch.
 
+       * Makefile, lib/Makefile: Generate and install pkg-config file
+       for libpci. Again by Dan Nicholson.
+
 2007-06-20  Thomas Schwinge  <tschwinge@gnu.org>
 
        * lib/i386-io-hurd.h: Rewritten for new Hurd kernels.
index 378d19d47e136900730e6e699510a7909f810ea7..192205c473bdd986b1cbc3630c34815ac8f5795b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=2.2.5
-DATE=2007-05-04
+VERSION=2.2.6
+DATE=2007-06-20
 
 PREFIX=/usr/local
 SBINDIR=$(PREFIX)/sbin