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

libpciaccess: Changes to 'refs/tags/libpciaccess-0.12.902-1'



Tag 'libpciaccess-0.12.902-1' created by Cyril Brulebois <kibi@debian.org> at 2011-12-16 22:16 +0000

Tagging upload of libpciaccess 0.12.902-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk7rw1IACgkQeGfVPHR5Nd2+uACeNmKS3ciulJGVXNnyheBeQ7rm
DwwAn1ESJS/dbs7lLrTqiGS7LuxgOm5b
=DKog
-----END PGP SIGNATURE-----

Changes since libpciaccess-0.12.1-2:
Adam Jackson (3):
      linux: Fix a crash in populate_devices
      Add map_legacy interface
      linux: Implement map_legacy

Alan Coopersmith (2):
      Strip trailing whitespace
      Solaris: Give better error on realloc failure

Chris Wilson (1):
      linux: Only set errno after an error

Cyril Brulebois (8):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Add -c4 to dh_makeshlibs.
      Sort libpciaccess0.symbols.
      Add pci_device_{,un}map_legacy symbols, and bump shlibs accordingly.
      Use --parallel to simplify parallel build handling.
      Use dpkg-buildflags to set CFLAGS automatically.
      Upload to unstable.

Gaetan Nadon (1):
      config: comment, minor upgrade, quote and layout configure.ac

Jeremy Huddleston (6):
      Update library version to reflect new API
      configure.ac: Bump version to 0.12.901
      scanpci: Build fix for systems without <err.h>
      linux sysfs: Fix read-write access in map_legacy
      Fix some -Wformat errors in scanpci
      configure.ac: Bump to 0.12.902

John Martin (1):
      Solaris support for multiple PCI segments (domains)

Nithin Nayak Sujir (1):
      libpciaccess: close mtrr fd on pci_cleanup

---
 COPYING                      |    2 
 ChangeLog                    |  178 +++++++
 Makefile.am                  |    2 
 configure.ac                 |   74 +--
 debian/changelog             |   11 
 debian/libpciaccess0.symbols |   74 +--
 debian/rules                 |   15 
 include/pciaccess.h          |   22 
 scanpci/scanpci.c            |   33 +
 src/Doxyfile                 | 1016 +++++++++++++++++++++----------------------
 src/Makefile.am              |    4 
 src/common_bridge.c          |   10 
 src/common_capability.c      |   10 
 src/common_device_name.c     |   28 -
 src/common_init.c            |   12 
 src/common_interface.c       |   92 ++-
 src/common_io.c              |    2 
 src/common_iterator.c        |   30 -
 src/freebsd_pci.c            |   14 
 src/linux_devmem.c           |   18 
 src/linux_devmem.h           |    2 
 src/linux_sysfs.c            |  106 +++-
 src/netbsd_pci.c             |    2 
 src/pciaccess_private.h      |   14 
 src/solx_devfs.c             |  151 +++---
 25 files changed, 1134 insertions(+), 788 deletions(-)
---


Reply to: