From: Martin Mares Date: Wed, 20 Jun 2007 18:47:50 +0000 (+0200) Subject: Released pciutils-2.2.6. X-Git-Tag: v3.0.0~8^2~32 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7cebe4819ffd5c44f9279d79efe347a8e0947944;p=pciutils.git Released pciutils-2.2.6. --- diff --git a/ChangeLog b/ChangeLog index 7a85fc8..ca07312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ 2007-06-20 Martin Mares + * 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 * lib/i386-io-hurd.h: Rewritten for new Hurd kernels. diff --git a/Makefile b/Makefile index 378d19d..192205c 100644 --- 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