[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libpciaccess: Changes to 'refs/tags/libpciaccess-0.9.1+git20080219-1'



Tag 'libpciaccess-0.9.1+git20080219-1' created by Julien Cristau <jcristau@debian.org> at 2008-02-19 15:27 +0000

Tagging upload of libpciaccess 0.9.1+git20080219-1 to unstable.

Changes since libpciaccess-0.8.0+git20071002-1:
Eric Anholt (6):
      FreeBSD: don't set the MTRR if it's the default mode (uncacheable).
      FreeBSD: Fix unmap_range to return an error value.
      FreeBSD: Add support for multiple PCI domains.
      Add domain output to scanpci.
      FreeBSD: Don't try to unset an MTRR if we didn't set it.
      FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.

Ian Romanick (1):
      Update bug reporting link.

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (8):
      * Add a symbols file for libpciaccess.so.0.
      Bump shlibs to >= 0.8.0+git20071002
      Bump Standards-Version to 3.7.3.
      Merge branch 'upstream-unstable' into debian-unstable
      autoreconf
      Bump version for new snapshot
      Use <byteswap.h> when using glibc, not just on linux
      Prepare changelog for upload.

Matthias Hopf (1):
      Bit-fields have to have type _Bool, signed int, or unsigned int.

---
 ChangeLog                    |   98 -----
 INSTALL                      |   69 +--
 Makefile.am                  |   10 
 Makefile.in                  |   67 ++-
 aclocal.m4                   |  253 +++++++++-----
 config.guess                 |   36 +-
 config.sub                   |   52 ++
 configure                    |  758 ++++++++++++++++++++++++++++++++-----------
 configure.ac                 |    2 
 debian/changelog             |   11 
 debian/control               |    2 
 debian/libpciaccess0.shlibs  |    1 
 debian/libpciaccess0.symbols |   34 +
 depcomp                      |   93 ++++-
 include/pciaccess.h          |   14 
 install-sh                   |  514 ++++++++++++++++++++---------
 ltmain.sh                    |  277 ++++++++++-----
 missing                      |   61 +--
 src/Makefile.in              |   29 -
 src/common_interface.c       |    2 
 src/freebsd_pci.c            |   67 ++-
 src/scanpci.c                |    5 
 22 files changed, 1662 insertions(+), 793 deletions(-)
---


Reply to: