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

xserver-xorg-video-vesa: Changes to 'refs/tags/xserver-xorg-video-vesa-1_2.0.0-1'



Tag 'xserver-xorg-video-vesa-1_2.0.0-1' created by Brice Goglin <bgoglin@debian.org> at 2008-07-02 04:34 +0000

Tagging upload of xserver-xorg-video-vesa 1:2.0.0-1 to unstable.

Changes since xserver-xorg-video-vesa-1_1.3.0-4:
Aaron Plattner (1):
      Don't disable FB access when it's already disabled.

Adam Jackson (12):
      Remove all trace of mfb
      Bug #10004: Fix palette initialization in 8bpp modes.
      Fix boolean inversion in VBE screen clear.
      Remove some useless module loading cruft.
      Prefer a more modern depth/bpp selection.
      Add semi-reasonable mode validation.
      Clean up memory model checking, and properly refuse unsupported models.
      Update copyright.
      vesa 1.99.1
      Remove unused ->device
      Un-duplicate some init code.
      vesa 2.0.0

Brice Goglin (12):
      Fix displaying of patches applied by quilt.
      Minor fixes in the patching system.
      Fix "display the output of quilt push/pop".
      Do not call laptop-detect, let the only user call it directly
      Add upstream URL to debian/copyright
      Merge branch 'debian-experimental' into debian-unstable
      Update xsfbs/quilt patching rules to be compatible with the
      Merge tag 'xf86-video-vesa-2.0.0' into debian-unstable
      New upstream release
      Misc updates to the packaging
      Merge branch 'debian-unstable' of ../../../../xsfbs/xsfbs into debian-unstable
      Prepare changelog for upload

Daniel Drake (1):
      Bug #11090: xf86-video-vesa COPYING file

David Nusinow (2):
      Remove make-orig-tar-gz target
      Kill the manifest code.

Ian Romanick (2):
      Use XSERVER_LIBPCIACCESS to autodetect libpciaccess usage.
      Use pci_device_map_range instead of pci_device_map_memory_range

James Cloos (2):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (7):
      fixup pciaccess version detect
      xsfbs.mk: make 'serverabi' depend on 'install'
      Remove xsfbs-autoreconf.mk
      Planar video is gone
      Remove the .pc directory properly
      xsfbs.sh: add remove_conffile_lookup
      xsfbs.sh: use 'local' now that policy allows it

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

---
 .cvsignore                       |   19 
 .gitignore                       |   20 
 COPYING                          |   30 
 ChangeLog                        |  148 ++
 Makefile.in                      |  154 +--
 aclocal.m4                       |  911 ++++++++++++------
 config.guess                     |   60 -
 config.h.in                      |    3 
 config.sub                       |   66 +
 configure                        | 1958 ++++++++++++++++++++++++++-------------
 configure.ac                     |   20 
 debian/changelog                 |   13 
 debian/control                   |    8 
 debian/copyright                 |    3 
 debian/rules                     |    2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 --
 debian/xsfbs/xsfbs.mk            |  121 --
 debian/xsfbs/xsfbs.sh            |  394 ++++---
 depcomp                          |   93 +
 install-sh                       |  514 +++++++---
 ltmain.sh                        |  277 +++--
 man/.cvsignore                   |    2 
 man/.gitignore                   |    2 
 man/Makefile.am                  |    1 
 man/Makefile.in                  |   97 -
 missing                          |   61 -
 mkinstalldirs                    |    5 
 src/.cvsignore                   |    6 
 src/.gitignore                   |    6 
 src/Makefile.in                  |  142 +-
 src/vesa.c                       |  486 ++++-----
 src/vesa.h                       |   17 
 32 files changed, 3593 insertions(+), 2196 deletions(-)
---


Reply to: