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

xorg-server: Changes to 'refs/tags/xorg-server-2_1.7.0-1'



Tag 'xorg-server-2_1.7.0-1' created by Julien Cristau <jcristau@debian.org> at 2009-10-04 14:15 +0000

Tagging upload of xorg-server 2:1.7.0-1 to experimental.

Changes since xorg-server-2_1.6.99.903-1:
Dave Airlie (2):
      dix/glx/composite: consolidate visual resize in one place.
      rotate: drop unwrapping inside block handler.

Julien Cristau (8):
      Wrap xserver-xorg-core's Conflicts and Replaces control fields
      Add missing Conflicts on xserver-xorg-video-5 and xserver-xorg-input-4.
      Add xkb-data to xserver-common's Depends.  XKB is mandatory in 1.7.
      Wrap all packages' Depends field
      Make all servers depend on xserver-common (= ${source:Version}).
      Merge tag 'xorg-server-1.7.0' into debian-experimental
      Bump changelogs
      Prepare changelog for upload

Keith Packard (1):
      Re-fix DGA removal.

Michel Dänzer (2):
      Fix ShmPutImage non-ZPixmap case.
      exa: avoid infinite loops if UTS sw fallbacks.

Peter Hutterer (8):
      render: Plug a memory leak in AddGlyph. (#23286)
      xfree86: use the DDC size if either width or height of DisplaySize is bogus.
      ephyr: if -parent is given, check for a trailing -screen. (#24144)
      render: set the glyph picture to NULL by default.
      render: Fix crash in RenderAddGlyphs (#23645)
      configure: if xnest was requested but modules weren't found, fail.
      dix: force a minimum of 0 for screen coordinates.
      xserver 1.7.0

---
 ChangeLog                        |  217 +++++++++++++++++++++++++++++++++++++++
 Xext/shm.c                       |   43 ++++++-
 composite/compinit.c             |   59 ----------
 configure.ac                     |    7 -
 debian/changelog                 |   11 +
 debian/control                   |   76 ++++++++++---
 dix/colormap.c                   |   64 +++++++++++
 dix/getevents.c                  |   13 ++
 exa/exa_migration_classic.c      |   10 -
 glx/glxscreens.c                 |   58 ----------
 hw/kdrive/ephyr/Xephyr.man.pre   |    5 
 hw/kdrive/ephyr/ephyrinit.c      |   16 ++
 hw/xfree86/common/xf86DGA.c      |   29 ++---
 hw/xfree86/modes/xf86Crtc.c      |    4 
 hw/xfree86/modes/xf86Crtc.h      |    8 +
 hw/xfree86/modes/xf86DiDGA.c     |   15 ++
 hw/xfree86/modes/xf86EdidModes.c |    2 
 hw/xfree86/modes/xf86Rotate.c    |   10 -
 include/colormap.h               |    5 
 render/glyph.c                   |   97 +++++++++--------
 render/render.c                  |    6 -
 21 files changed, 537 insertions(+), 218 deletions(-)
---


Reply to: