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

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



Tag 'libpciaccess-0.11.0-1' created by Julien Cristau <jcristau@debian.org> at 2010-01-17 14:37 +0000

Tagging upload of libpciaccess 0.11.0-1 to unstable.

Changes since libpciaccess-0.10.9-1:
Adam Jackson (5):
      Add pci_device_get_parent_bridge()
      I/O port access routines
      Fix pci_device_open_io() to actually return something useful
      Fix I/O handle array allocator to work for devices past the first
      libpciaccess 0.11.0

Gaetan Nadon (5):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Julien Cristau (10):
      Merge tag 'libpciaccess-0.11.0' into debian-unstable
      Bump changelogs
      Bump xutils-dev build-dep for util-macros 1.4.
      Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!
      Refresh pciaccess-hurd-hack.diff.
      Update libpciaccess0.symbols and bump shlibs.
      Add build-dep on pkg-config.
      Bump Standards-Version to 3.8.3.
      Add Red Hat's copyright notice to debian/copyright
      Prepare changelog for upload

---
 .gitignore                              |   74 +++++++--
 ChangeLog                               |   96 ++++++++++++
 Makefile.am                             |   11 -
 configure.ac                            |   15 -
 debian/changelog                        |   13 +
 debian/control                          |    5 
 debian/copyright                        |    1 
 debian/libpciaccess0.symbols            |   10 +
 debian/patches/pciaccess-hurd-hack.diff |    7 
 debian/rules                            |   16 +-
 include/pciaccess.h                     |   21 ++
 src/.gitignore                          |    8 -
 src/Makefile.am                         |    1 
 src/common_bridge.c                     |   40 +++++
 src/common_init.c                       |    1 
 src/common_io.c                         |  252 ++++++++++++++++++++++++++++++++
 src/linux_sysfs.c                       |  183 ++++++++++++++++++-----
 src/pciaccess_private.h                 |   22 ++
 18 files changed, 691 insertions(+), 85 deletions(-)
---


Reply to: