diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-15 04:50:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-15 04:50:03 +0000 |
commit | 6ec4a92788d2f9b39497c7e5a74a97583f330b90 (patch) | |
tree | 686f76eb59b8daf3483003fff064ec0444cc167d /lib/libpciaccess | |
parent | ee631f2fe5dd38f2812614a710aa81cc776a8e54 (diff) |
update to libpciaccess 0.10.3.
Diffstat (limited to 'lib/libpciaccess')
-rw-r--r-- | lib/libpciaccess/ChangeLog | 12 | ||||
-rw-r--r-- | lib/libpciaccess/configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lib/libpciaccess/ChangeLog b/lib/libpciaccess/ChangeLog index 1a3c9b4b6..ff44cba47 100644 --- a/lib/libpciaccess/ChangeLog +++ b/lib/libpciaccess/ChangeLog @@ -136,6 +136,18 @@ Date: Thu Oct 18 15:59:14 2007 -0700 Update bug reporting link. +commit ed0555e4225aec26aaaa40f4f3c15fd914390817 +Author: Adam Jackson <ajax@redhat.com> +Date: Tue Jun 10 15:24:56 2008 -0400 + + libpciaccess 0.10.3 + +commit 07577a875bc9996437cfe30e5a87ca6b1a0f7e4a +Author: Adam Jackson <ajax@redhat.com> +Date: Tue Jun 10 15:23:06 2008 -0400 + + libpciaccess 0.10.2 + commit 57a942b3cca314a56735e0a4198cac2f25b653dd Author: Eric Anholt <eric@anholt.net> Date: Wed Oct 10 15:20:51 2007 -0700 diff --git a/lib/libpciaccess/configure.ac b/lib/libpciaccess/configure.ac index 48f33c293..9293b4a7b 100644 --- a/lib/libpciaccess/configure.ac +++ b/lib/libpciaccess/configure.ac @@ -40,7 +40,7 @@ dnl refers to ${prefix}. Thus we have to use `eval' twice. AC_PREREQ([2.57]) -AC_INIT(libpciaccess, 0.10.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess], libpciaccess) +AC_INIT(libpciaccess, 0.10.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess], libpciaccess) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |