Tag 'xorg-server-2_1.9.0.901-1' created by Cyril Brulebois <k...@debian.org> at 2010-10-12 21:15 +0000
Tagging upload of xorg-server 2:1.9.0.901-1 to experimental. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAky0z94ACgkQeGfVPHR5Nd0SOACgrQLgmHiZBxzshiyop/9IwF+u YEEAoKyU+Rdu41HVAQSxO6J8w1a3LXXy =ddFn -----END PGP SIGNATURE----- Changes since xorg-server-2_1.8.99.905-1: Aaron Plattner (1): os: Return BadLength instead of disconnecting BigReq clients (#4565) Adam Jackson (3): fonts: Fix refcounting for asynchronous font operations (#3040) render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801) xfree86: Add 18bpp support Alan Coopersmith (8): Use DocBook stylesheets from xorg-sgml-doctools if they're available Add name argument to CreateNewResourceType documentation Add documentation of the Xserver DTrace probes Correct function name in dixRegisterPrivateKey comments Update Xserver-spec for new devPrivates API Xserver-spec: Update ChangeGC prototype, add ChangeGCXIDs Check HAVE_XMLTO_TEXT before trying to use xmlto to make text files Stop checking or calling PtrCtrlProcs Chase Douglas (1): Fix udev population of Bluetooth input device product IDs Chris Wilson (4): xace: Invalid reference to out-of-scope data. glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184) edid: Adjust rounding of max_clock modes: Beware the driver switching root pixmaps Christopher James Halse Rogers (3): Drop DRI2 segfault fix patch. Merge branch 'upstream-experimental' into debian-experimental Update changelog for 1.9 release. Cyril Brulebois (6): Merge branch 'upstream-experimental' into debian-experimental Update changelog for 1.9.1 rc1 Add patch: 20-Revert-for-bug-30267.diff, to fix FTBFS due to test failures, see https://bugs.freedesktop.org/show_bug.cgi?id=30267 for reference. Bump xutils-dev build-dep for new macros. Remove --disable-multibuffer from configure flags, that extension is gone for real now. Upload to experimental. David Ge (1): xkb: Fix RedirectKey didn't send any event. Eamon Walsh (2): Fix property and selection devPrivate allocation. Add screens to the PRIVATE_XSELINUX set. Gaetan Nadon (1): doc: add missing .gitignore for Xserver-DTrace Jan Hauffa (4): rootless: Adjust the frame size of the native root window in RootlessResizeWindow XQuartz: RandR: Implement basic RandR functionality. XQuartz: RandR: Toggle rootless mode on XRandR mode switch. XQuartz: RandR: Remove FAKE_RANDR code. Jeremy Huddleston (16): XQuartz: GLX: Don't mangle __GLXDrawable's pDraw XQuartz: xpbproxy: Don't take down the whole server on an IO error XQuartz: Ignore kXquartzToggleFullscreen when rootless XQuartz: Make application switching work better for the no-spaces case XQuartz: UpdateScreen at the end of SetRootless XQuartz: xpr: Bail on errors during unlock and destroy rootless: Remove ROOTLESS_WORKAROUND XQuartz: Localization updates XQuartz: RandR: Use deprecated CG APIs only on Leopard and earlier XQuartz: RandR: Respond better to resolution changes made outside X XQuartz: RandR: Better handle switching betwen RandR modes that share CG modes XQuartz: RandR: Don't change the rootless preference when changing RandR mode XQuartz: RandR: Refactor legacy mode-switching to be better integrated with RandR Merge remote branch 'ajax/server-1.9-xfree86' into server-1.9-branch test: Fix make distcheck when not building unit tests Bump version to 1.9.0.901 (1.9.1 rc1) Jesse Adkins (3): xfree86: parser: Never use constant strings for driver names (fixes #17438) xfree86: Document terminate not mapped by default (bug 25083) xfree86: Fix leaks in OpenConfigFile and OpenConfigDir Jon TURNEY (2): rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X Cygwin/X: Fix glxWinCreateDrawable() for API change Keith Packard (7): Merge remote branch 'whot/for-keith' Don't let alpha maps recurse in fb. Bug 23581. Silence GCC warning about uninitialized lastSlave variable Bump to version 1.8.99.906 (1.9 RC6) dix: reset pScreen->root to NULL when root window is deleted. fb: make isClipped always reject negative coordinates (bug 11503) xserver 1.9.0 Kristian Høgsberg (3): Always call the flush callback chain when we flush client buffers Set DamageSetReportAfterOp to true for the damage extension glx: Fix use after free in DrawableGone Macpaul Lin (3): xfree86: nds32: add nds32 definition for vgaHW support. xfree86: nds32: add nds32 support for compiler specific codes xfree86: nds32: add nds32 support for compiler related mmio codes Matt Turner (1): ddc: Fix memory leak in GetEDID_DDC1 Pauli Nieminen (3): xkb: Fix memory leak if opening file fails xkb: Fix memory leak in error path xkb: Check if AddResource failed Peter Hutterer (11): dix: hack around enter/leave event issues for grabbed devices (#27804) xkb: use GetMaster instead of dev->u.master. xkb: post-fix PointerKeys button events with a DeviceChangedEvent. xkb: if the button isn't down, don't fake an event. Xi: reset the unused classes pointer after copying dix: copy the valuators passed into GPE/GKVE/GProxE. dix: don't create core motion events for non-x/y valuators. dix: fix crash when removing devices on a buttonless MD pointer (#29669) dix: don't set time to CurrentTime in DeviceChangedEvents. xfree86: Check for existence of button class before dereferencing it. xfree86: fix compiler warning about implicied decl of DuplicateModule. Thomas Hellstrom (1): linux: Don't lose console events on non-evdev drivers (#29969) Tobias Droste (1): randr: set error numbers of resource types in RRExtenstionInit() (V2) --- ChangeLog | 1220 +++++ Xext/xace.c | 170 Xi/exevents.c | 6 config/udev.c | 26 configure.ac | 14 damageext/damageext.c | 1 debian/changelog | 20 debian/control | 2 debian/patches/17-fix-DRI2-segfault-when-clientGone.diff | 33 debian/patches/20-Revert-for-bug-30267.diff | 28 debian/patches/series | 2 debian/rules | 1 dix/devices.c | 12 dix/dixfonts.c | 101 dix/enterleave.c | 27 dix/eventconvert.c | 9 dix/getevents.c | 31 dix/privates.c | 1 dix/property.c | 1 dix/selection.c | 3 dix/window.c | 2 doc/xml/.gitignore | 1 doc/xml/Makefile.am | 2 doc/xml/Xserver-spec.xml | 160 doc/xml/dtrace/.gitignore | 4 doc/xml/dtrace/Makefile.am | 36 doc/xml/dtrace/Xserver-DTrace.xml | 579 ++ doc/xml/xmlrules.in | 12 fb/fbbits.h | 2 fb/fbpict.c | 24 glx/glxcmds.c | 7 glx/glxext.c | 11 hw/xfree86/common/compiler.h | 416 + hw/xfree86/common/xf86DGA.c | 2 hw/xfree86/common/xf86Helper.c | 3 hw/xfree86/common/xf86Xinput.c | 4 hw/xfree86/ddc/ddc.c | 7 hw/xfree86/ddc/interpret_edid.c | 2 hw/xfree86/doc/man/Xorg.man.pre | 10 hw/xfree86/doc/sgml/.gitignore | 1 hw/xfree86/modes/xf86RandR12.c | 3 hw/xfree86/os-support/linux/lnx_init.c | 5 hw/xfree86/parser/Input.c | 7 hw/xfree86/parser/InputClass.c | 6 hw/xfree86/parser/scan.c | 2 hw/xfree86/vgahw/vgaHW.h | 2 hw/xquartz/GL/indirect.c | 5 hw/xquartz/Makefile.am | 2 hw/xquartz/X11Application.h | 3 hw/xquartz/X11Application.m | 72 hw/xquartz/X11Controller.m | 42 hw/xquartz/bundle/Resources/Dutch.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/designable.nib | 1591 ++---- hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/French.lproj/Localizable.strings |binary hw/xquartz/bundle/Resources/French.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/French.lproj/main.nib/designable.nib | 1720 ++----- hw/xquartz/bundle/Resources/French.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/German.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/German.lproj/main.nib/designable.nib | 1598 ++---- hw/xquartz/bundle/Resources/German.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/Italian.lproj/Localizable.strings |binary hw/xquartz/bundle/Resources/Italian.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/Italian.lproj/main.nib/designable.nib | 1543 ++---- hw/xquartz/bundle/Resources/Italian.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/Japanese.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/designable.nib | 1618 ++---- hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/Spanish.lproj/Localizable.strings |binary hw/xquartz/bundle/Resources/Spanish.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/designable.nib | 1586 ++---- hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/ar.lproj/InfoPlist.strings |binary hw/xquartz/bundle/Resources/ar.lproj/Localizable.strings |binary hw/xquartz/bundle/Resources/ar.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/ar.lproj/main.nib/designable.nib | 2413 ++++------ hw/xquartz/bundle/Resources/ar.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/da.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib | 1530 ++---- hw/xquartz/bundle/Resources/da.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/fi.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/fi.lproj/main.nib/designable.nib | 1678 ++---- hw/xquartz/bundle/Resources/fi.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/ko.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/ko.lproj/main.nib/designable.nib | 1544 ++---- hw/xquartz/bundle/Resources/ko.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/no.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/no.lproj/main.nib/designable.nib | 1588 ++---- hw/xquartz/bundle/Resources/no.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/pl.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/pl.lproj/main.nib/designable.nib | 1554 ++---- hw/xquartz/bundle/Resources/pl.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/pt.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/pt.lproj/main.nib/designable.nib | 1530 ++---- hw/xquartz/bundle/Resources/pt.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/pt_PT.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib/designable.nib | 1530 ++---- hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/ru.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/ru.lproj/main.nib/designable.nib | 1537 ++---- hw/xquartz/bundle/Resources/ru.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/sv.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/sv.lproj/main.nib/designable.nib | 1583 ++---- hw/xquartz/bundle/Resources/sv.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/zh_CN.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/designable.nib | 1564 ++---- hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/bundle/Resources/zh_TW.lproj/locversion.plist | 4 hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib/designable.nib | 1598 ++---- hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib/keyedobjects.nib |binary hw/xquartz/darwinEvents.c | 24 hw/xquartz/pbproxy/main.m | 2 hw/xquartz/quartz.c | 205 hw/xquartz/quartz.h | 17 hw/xquartz/quartzAudio.c | 4 hw/xquartz/quartzCommon.h | 19 hw/xquartz/quartzKeyboard.c | 6 hw/xquartz/quartzRandR.c | 560 ++ hw/xquartz/quartzRandR.h | 80 hw/xquartz/xpr/xprAppleWM.c | 2 hw/xquartz/xpr/xprCursor.c | 6 hw/xquartz/xpr/xprEvent.c | 2 hw/xquartz/xpr/xprFrame.c | 14 hw/xquartz/xpr/xprScreen.c | 12 hw/xwin/glx/indirect.c | 14 include/closestr.h | 5 include/input.h | 6 include/privates.h | 4 miext/damage/damage.c | 6 miext/rootless/rootless.h | 4 miext/rootless/rootlessCommon.c | 3 miext/rootless/rootlessWindow.c | 19 os/connection.c | 3 os/io.c | 31 os/osdep.h | 1 randr/randr.c | 5 randr/randrstr.h | 18 randr/rrcrtc.c | 11 randr/rrmode.c | 14 randr/rroutput.c | 11 render/render.c | 8 test/Makefile.am | 3 xkb/ddxList.c | 2 xkb/xkb.c | 39 xkb/xkbActions.c | 94 145 files changed, 15515 insertions(+), 18258 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1p5men-0007k1...@alioth.debian.org