Tag 'xorg-server-2_1.7.3.902-1' created by Julien Cristau <jcris...@debian.org> 
at 2010-01-06 17:56 +0000

Tagging upload of xorg-server 2:1.7.3.902-1 to unstable.

Changes since xorg-server-2_1.7.3.901-1:
Alan Coopersmith (7):
      Fix builds with --with-int10=stub
      COPYING: Update license preamble
      Update Sun license notices to current X.Org standard form
      Add freetype & type1 to the LoadModules ignore list
      Convert checks for PC98 support from platform #ifdefs to configure flag
      Add platform compatibility defines for Sun Studio compilers
      Change default xkb model from pc104 to pc105

Dave Airlie (1):
      fb: backport fb changes from master for src window operations.

Jeremy Huddleston (3):
      XQuartz: pbproxy: Fix building of standalone xpbproxy executable
      dtrace: Add Xserver-dtrace.h to CLEANFILES
      Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGS

Julien Cristau (9):
      test/xi2: fix maximum max_keycode (bug#25492)
      Add xserver-common dependency on x11-xkb-utils for xkbcomp.
      Remove our copy of input_id, add Depends on new enough udev instead.
      Merge tag 'xorg-server-1.7.3.902' into debian-experimental
      Bump changelogs
      Make xserver-common recommend xfonts-base
      Resync patches
      Kill obsolete stuff from 64-xorg-xkb.rules
      Prepare changelog for upload

Peter Hutterer (9):
      Xi: reset device properties to NULL after deleting them. (#25374)
      Merge branch 'server-1.7-branch' into server-1.7-nominations
      xfree86: DontZap has been disabled for a while now, say so in the man 
page.
      xfree86: update man page for special keys handling.
      xfree86: reword InputDevice man sections, deprecate 
CorePointer/CoreKeyboard
      xfree86: remove HistorySize from the xorg.conf man page.
      xfree86: belately init RandR12 if xinerama fails. (#24627)
      xkb: don't assign garbage value to led_return.
      xserver 1.7.3.902

Timo Aaltonen (1):
      Run udevadm trigger on postinst, and depend on udev [linux-any].

Tomas Carnecky (1):
      Fix possible NULL dereference in XkbFlushLedEvents()

---
 COPYING                                                              |   42 -
 ChangeLog                                                            |  324 
++++++++++
 Xi/xiproperty.c                                                      |    2 
 composite/compalloc.c                                                |   36 -
 composite/compext.c                                                  |   36 -
 composite/compinit.c                                                 |   36 -
 composite/compint.h                                                  |   36 -
 composite/compoverlay.c                                              |   36 -
 composite/compwindow.c                                               |   36 -
 configure.ac                                                         |   25 
 debian/changelog                                                     |   15 
 debian/control                                                       |    5 
 debian/local/64-xorg-xkb.rules                                       |    3 
 debian/local/input_id.c                                              |  183 
-----
 debian/patches/02_Add-libgcrypt-as-an-option-for-sha1.diff           |    2 
 debian/patches/12-Add-libudev-input-hotplug-backend.diff             |  122 +--
 debian/patches/13-configure-config-udev-defaults-to-off-for-now.diff |   13 
 debian/rules                                                         |    9 
 debian/xserver-xorg-core.postinst.in                                 |    5 
 dix/Makefile.am                                                      |    2 
 dix/Xserver-dtrace.h.in                                              |   36 -
 dix/Xserver.d                                                        |   40 -
 dix/dispatch.c                                                       |   40 -
 dix/events.c                                                         |   54 -
 dix/resource.c                                                       |   40 -
 fb/fb.h                                                              |   76 +-
 fb/fbcmap.c                                                          |   51 -
 fb/fbcmap_mi.c                                                       |   51 -
 fb/fbpict.c                                                          |   85 +-
 fb/fbtrap.c                                                          |    6 
 fb/wfbrename.h                                                       |    1 
 hw/kdrive/fake/Makefile.am                                           |    2 
 hw/xfree86/common/compiler.h                                         |   14 
 hw/xfree86/common/xf86Config.c                                       |   21 
 hw/xfree86/common/xf86Globals.c                                      |    2 
 hw/xfree86/common/xf86Helper.c                                       |    2 
 hw/xfree86/common/xf86Privstr.h                                      |    2 
 hw/xfree86/doc/man/Xorg.man.pre                                      |   23 
 hw/xfree86/doc/man/xorg.conf.man.pre                                 |   85 +-
 hw/xfree86/int10/Makefile.am                                         |    1 
 hw/xfree86/modes/xf86RandR12.c                                       |    7 
 hw/xfree86/os-support/solaris/solaris-amd64.S                        |   40 -
 hw/xfree86/os-support/solaris/solaris-ia32.S                         |   40 -
 hw/xfree86/os-support/solaris/solaris-sparcv8plus.S                  |   40 -
 hw/xfree86/os-support/solaris/sun_VTsw.c                             |   36 -
 hw/xfree86/os-support/solaris/sun_agp.c                              |   36 -
 hw/xfree86/os-support/solaris/sun_apm.c                              |   36 -
 hw/xfree86/os-support/solaris/sun_bell.c                             |   40 -
 hw/xfree86/os-support/solaris/sun_vid.c                              |   36 -
 hw/xfree86/utils/cvt/Makefile.am                                     |   42 -
 hw/xfree86/utils/gtf/Makefile.am                                     |   42 -
 hw/xfree86/x86emu/Makefile.am                                        |    2 
 hw/xquartz/pbproxy/Makefile.am                                       |    3 
 include/xorg-config.h.in                                             |    3 
 mi/micmap.c                                                          |   50 -
 os/access.c                                                          |   24 
 test/xi2/protocol-eventconvert.c                                     |    2 
 xfixes/cursor.c                                                      |   36 -
 xfixes/xfixes.c                                                      |   36 -
 xfixes/xfixesint.h                                                   |   36 -
 xkb/xkb.c                                                            |    5 
 xkb/xkbLEDs.c                                                        |   12 
 62 files changed, 1128 insertions(+), 1076 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to