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

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



Tag 'xorg-server-2_1.7.7-1' created by Julien Cristau <jcristau@debian.org> at 2010-05-04 13:41 +0000

Tagging upload of xorg-server 2:1.7.7-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJL4CQmAAoJEDEBgAUJBeQM0vAQAIaeqemrifbXcjMEllFew5Qy
2aGUCw6aw/9c+tb8LgcxUFVn+wwLz5I+5e5iAox7ZAOY/rDy4e9VwZgD8Ibyl7Sa
2oxXBB42Z9Y8eflY30Fkwdvu7i/Yl9QNSbhS6k1GaZCPLd/duzyYgagC42u1nMwb
8ERRsoM0RNJn18Xb98UkYWZFapMQhmN321Aok56/nyne8qh+F/PDF6xu/h5VzUlZ
+L6ma1R6ac7SLKmDeBO3oTShD3LgGMQaEignSIK+XmzykIo49suox9YOMDwGmTf3
OhYPSRakX9uNG5MV6+TsMNlKEA+8ZYi+DZYFO2jdPlTA5ThVwM6bHMknbWpum47e
HuTu9fn6GZGb0LeK5ePwiFsKGV0rY2e0BhG+SYn9nVjgMfidPqXSnJbd8rmO9iYg
hXbDx7sriGWJWySDo30UCy8/WaQUJw9HdN4Jqg3HSGQhjSpPBJA1RmuO6u0v2r3K
qD1WEj7v7zW32UUVogb8MbBo+mOaFjFGuuF8lhuoFwZfx+6zeswZmkXAj51XXDkg
RUlbWFN1CsbIhYjIwIjTyFxYMoFLQoZzPDL3FGB/P1acNqOf46od7yDfahQfwWIU
pTYF5ZpW6B5cJiPCeNlBbbG/kh+uhG7yXEgrI65OgGgk01KsAILVrchLLGQqC+KR
HxO7RACHGE55lWsjPKD/
=uYX3
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.7.6.901-3:
Cyril Brulebois (5):
      exa: handle pixmap create/destroy in lower layers
      Add listing files under /etc/X11/xorg.conf.d in bug script.
      Fix FSF address in debian/copyright.
      Point to the complete text of the GPL in debian/copyright.
      Fix typo in 10-mouse.conf: s/Mouse/Pointer/ (Closes: #579130).

Jeremy Huddleston (10):
      XQuartz: Blacklist some oddball legacy Mac keycodes that break wine
      XQuartz: Add a defaults option to toggle Alt / Mode_switch
      XQuartz: Customize the NSDefaults id in the man file.
      XQuartz: Add a GUI preference for the Alt / Mode_switch toggle
      XQuartz: Localization update
      XQuartz: Fix possible NULL dereference in ListenOnOpenFD
      XQuartz GLX: Don't let garbage enter our pixel request
      rootless: Remove an unneeded comment
      rootless: Add some sanity checking to miPaintWindow
      XQuartz GLX: Change around includes for better compatability with different OS versions

Julien Cristau (14):
      vfb: add a name and type to the pointer and keyboard
      XGE: don't register an extension event
      Update serverabi rule for xserver 1.7.6.901
      Drop the GLX 1.4 patches to fix server crashes with DRI2 (closes: #567677).
      Conflicts cleanup
      Unset PRERELEASE to avoid the prerelease warning in the log.
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Merge branch 'server-1.7-nominations' of git://anongit.freedesktop.org/git/xorg/xserver into debian-unstable
      Update changelogs and delete merged patch
      Drop mention of input_id from debian/copyright
      Merge tag 'xorg-server-1.7.7' into debian-unstable
      Update changelogs
      Delete XQuartz localization files for ar
      Prepare changelog for upload

Michel Dänzer (1):
      EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.

Oliver McFadden (1):
      x-list.c: null-returning function malloc() was called without checking

Peter Hutterer (5):
      dix: Fix crash in DeliverGrabbedEvents.
      xserver 1.7.6.902
      Revert "mi: don't thrash resources when displaying the software cursor across screens"
      Xext: only update the sprite on pointer events.
      xserver 1.7.7

Pierre-Loup A. Griffais (1):
      mi: don't thrash resources when displaying the software cursor across screens

Tim Yamin (1):
      dix: fix cursor screen check for xinerama setups.

Timo Aaltonen (1):
      Update patch 17; Add missing __datadir__ to cpprules.in.

---
 ChangeLog                                                               |  358 +
 Xext/geext.c                                                            |   13 
 Xext/geint.h                                                            |    3 
 Xext/xtest.c                                                            |    6 
 configure.ac                                                            |    4 
 debian/changelog                                                        |   26 
 debian/control                                                          |   10 
 debian/copyright                                                        |   20 
 debian/local/10-mouse.conf                                              |    2 
 debian/patches/03_fedora_glx_versioning.diff                            |  233 -
 debian/patches/04_fedora_glx14-swrast.diff                              |   26 
 debian/patches/17-xfree86-saner-conf-search-paths.diff                  |    4 
 debian/patches/19-exa-handle-pixmap-create-destroy-in-lower-layers.diff |  887 ----
 debian/patches/series                                                   |    4 
 debian/rules                                                            |    2 
 debian/xserver-xorg-core.bug.script                                     |    6 
 debian/xsfbs/xsfbs.mk                                                   |   18 
 dix/events.c                                                            |    8 
 exa/exa.c                                                               |  145 
 exa/exa_accel.c                                                         |   45 
 exa/exa_classic.c                                                       |    8 
 exa/exa_driver.c                                                        |    8 
 exa/exa_mixed.c                                                         |    8 
 exa/exa_priv.h                                                          |   17 
 exa/exa_unaccel.c                                                       |   73 
 hw/vfb/InitInput.c                                                      |    6 
 hw/xquartz/GL/indirect.c                                                |    4 
 hw/xquartz/GL/visualConfigs.c                                           |    3 
 hw/xquartz/X11Application.h                                             |    1 
 hw/xquartz/X11Application.m                                             |   19 
 hw/xquartz/X11Controller.h                                              |    6 
 hw/xquartz/X11Controller.m                                              |  102 
 hw/xquartz/bundle/Resources/Dutch.lproj/Localizable.strings             |binary
 hw/xquartz/bundle/Resources/Dutch.lproj/locversion.plist                |    4 
 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/designable.nib         |  104 
 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/keyedobjects.nib       |binary
 hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib       | 1791 +++-------
 hw/xquartz/bundle/Resources/English.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        |  105 
 hw/xquartz/bundle/Resources/French.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/German.lproj/Localizable.strings            |binary
 hw/xquartz/bundle/Resources/German.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/German.lproj/main.nib/designable.nib        |  106 
 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       |  108 
 hw/xquartz/bundle/Resources/Italian.lproj/main.nib/keyedobjects.nib     |binary
 hw/xquartz/bundle/Resources/Japanese.lproj/Localizable.strings          |binary
 hw/xquartz/bundle/Resources/Japanese.lproj/locversion.plist             |    4 
 hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/designable.nib      |  125 
 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       |   96 
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/keyedobjects.nib     |binary
 hw/xquartz/bundle/Resources/da.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/da.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib            |   82 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/fi.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/fi.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/fi.lproj/main.nib/designable.nib            |  167 
 hw/xquartz/bundle/Resources/fi.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/ko.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/ko.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/ko.lproj/main.nib/designable.nib            |   82 
 hw/xquartz/bundle/Resources/ko.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/no.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/no.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/no.lproj/main.nib/designable.nib            |   82 
 hw/xquartz/bundle/Resources/no.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/pl.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/pl.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/designable.nib            |   92 
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/pt.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/pt.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/designable.nib            |   82 
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/pt_PT.lproj/Localizable.strings             |binary
 hw/xquartz/bundle/Resources/pt_PT.lproj/locversion.plist                |    4 
 hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib/designable.nib         |  112 
 hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib/keyedobjects.nib       |binary
 hw/xquartz/bundle/Resources/ru.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/ru.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/ru.lproj/main.nib/designable.nib            |  110 
 hw/xquartz/bundle/Resources/ru.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/sv.lproj/Localizable.strings                |binary
 hw/xquartz/bundle/Resources/sv.lproj/locversion.plist                   |    4 
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/designable.nib            |   82 
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/keyedobjects.nib          |binary
 hw/xquartz/bundle/Resources/zh_CN.lproj/Localizable.strings             |binary
 hw/xquartz/bundle/Resources/zh_CN.lproj/locversion.plist                |    4 
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/designable.nib         |   84 
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/keyedobjects.nib       |binary
 hw/xquartz/bundle/Resources/zh_TW.lproj/Localizable.strings             |binary
 hw/xquartz/bundle/Resources/zh_TW.lproj/locversion.plist                |    4 
 hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib/designable.nib         |   84 
 hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib/keyedobjects.nib       |binary
 hw/xquartz/doc/Makefile.am                                              |    2 
 hw/xquartz/doc/Xquartz.man.pre                                          |   39 
 hw/xquartz/quartz.c                                                     |    1 
 hw/xquartz/quartzCommon.h                                               |    1 
 hw/xquartz/quartzKeyboard.c                                             |   91 
 hw/xquartz/quartzKeyboard.h                                             |   10 
 hw/xquartz/xpr/x-list.c                                                 |    1 
 mi/midispcur.c                                                          |    6 
 mi/miexpose.c                                                           |    3 
 miext/rootless/rootlessWindow.c                                         |    4 
 os/connection.c                                                         |    5 
 113 files changed, 2055 insertions(+), 3745 deletions(-)
---


Reply to: