Tag 'xorg-server-2_1.6.2-1' created by Brice Goglin <bgog...@debian.org> at 2009-07-13 22:07 +0000
Tagging upload of xorg-server 2:1.6.2-1 to unstable. Changes since xorg-server-2_1.6.1.901-3: Adam Jackson (2): EDID: Fix timing class names to match the spec xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675) Alan Coopersmith (2): Resync COPYING file with notices in code base as of xorg-server-1.6.1 Fix build of drivers with 1.6.2 when not using --install-libxf86config Alan Hourihane (1): dri2: support glXWaitGL & glXWaitX by copying fake front to front and Arkadiusz Miskiewicz (1): xfree86: remove duplicate header entries in Makefile.am Brice Goglin (4): Merge tag 'xorg-server-1.6.2' into debian-unstable Merge branch 'server-1.6-branch' of git://anongit.freedesktop.org/git/xorg/xserver into debian-unstable New upstream release Prepare Changelog for upload Eric Anholt (1): xinerama: Put the proto version in the code instead using proto headers. Federico Mena Quintero (1): dix/randr: Add missing fields to SRR*NotifyEvent() Jeremy Huddleston (1): Fix a couple off-by-one array boundary checks. Julien Cristau (5): Bump serverminver to 2:1.6.1.901-3 Bump xserver-xorg-dev's dependency on dri2proto to >= 2.1 Don't set PCI_TXT_IDS_DIR, we don't use that anymore. xserver-xorg-core.bug.script: add a newline between X log and lshal output. Change default for ExaOptimizeMigration to false Keith Packard (5): Make RANDR 'set' timestamps follow client specified time. Bug 21987. Bump version to 1.6.1.902 Build against DRI_TEX_BUFFER_VERSION 1 dri2: Preserve compatibility with 1.6 DRI2 API/ABI Bump to version 1.6.2 Kristian Høgsberg (1): Support setTexBuffer2 in AIGLX. Michel Dänzer (2): EXA: Take GC client clip type into account for migration. EXA: Always damage glyph cache pixmap manually after uploading a glyph. Peter Hutterer (4): xfree86: restore default off for DontZap dix: ensure Activate/DeactivateGrab has a valid value. kdrive: set Activate/Deactivate grab for input devices (#21591) xfree86: fix SWCursor check in xf86CursorSetCursor. Tomas Janousek (1): Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields. --- COPYING | 793 +--------- ChangeLog | 333 ++++ Xext/geext.c | 2 Xext/panoramiX.c | 6 configure.ac | 4 debian/changelog | 23 debian/control | 2 debian/patches/Change-default-for-ExaOptimizeMigration-to-false.diff | 38 debian/patches/series | 1 debian/rules | 3 debian/serverminver | 2 debian/xserver-xorg-core.bug.script | 2 dix/devices.c | 2 dix/events.c | 2 doc/Xserver.man.pre | 2 exa/exa_accel.c | 35 exa/exa_glyphs.c | 73 exa/exa_priv.h | 10 exa/exa_render.c | 2 exa/exa_unaccel.c | 2 glx/glxcmds.c | 44 glx/glxdrawable.h | 3 glx/glxdri.c | 2 glx/glxdri2.c | 51 hw/kdrive/src/kinput.c | 4 hw/xfree86/common/Makefile.am | 2 hw/xfree86/common/xf86Config.c | 5 hw/xfree86/ddc/print_edid.c | 6 hw/xfree86/doc/man/xorg.conf.man.pre | 11 hw/xfree86/dri2/dri2.c | 253 ++- hw/xfree86/dri2/dri2.h | 21 hw/xfree86/dri2/dri2ext.c | 6 hw/xfree86/exa/examodule.c | 2 hw/xfree86/loader/loader.c | 2 hw/xfree86/parser/Makefile.am | 10 hw/xfree86/ramdac/xf86Cursor.c | 6 os/xdmcp.c | 4 randr/randr.c | 11 randr/rrcrtc.c | 5 randr/rrscreen.c | 4 xkb/xkb.c | 8 41 files changed, 879 insertions(+), 918 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org