Please accept xorg-server 1.5.0-1ubuntu1

Bug #268055 reported by Timo Aaltonen
6
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Please accept the new xorg-server, diffstat against 1.4.99.906-2ubuntu5:

 ChangeLog | 134 +++
 Xext/shm.c | 96 --
 Xext/shmint.h | 3
 Xext/xevie.c | 31
 Xext/xselinux.c | 21
 config.guess | 34 -
 config.sub | 20
 configure | 127 +++
 configure.ac | 8
 debian/changelog | 22
 debian/patches/104_psb_auto.patch | 30
 debian/patches/141_improved_driver_selection.patch | 338 ++++++++++
 debian/patches/142_psb_auto.patch | 33
 debian/patches/50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch | 31
 debian/patches/series | 4
 debian/videoabiver | 2
 dix/Makefile.in | 19
 dix/dispatch.c | 2
 doc/Xserver.man.pre | 2
 exa/exa.c | 7
 exa/exa_accel.c | 92 --
 exa/exa_priv.h | 9
 glx/glxdriswrast.c | 2
 glx/glxext.c | 37 -
 hw/dmx/config/scanner.c | 73 +-
 hw/xfree86/common/xf86Build.h | 4
 hw/xfree86/ddc/print_edid.c | 3
 hw/xfree86/doc/man/Xorg.man.pre | 2
 hw/xfree86/modes/xf86Crtc.c | 2
 hw/xfree86/xaa/xaaFillPoly.c | 8
 hw/xwin/winprefslex.c | 2
 include/dix-config.h | 22
 include/do-not-use-config.h | 29
 include/do-not-use-config.h.in | 3
 include/xorg-config.h | 6
 include/xorg-server.h | 8
 ltmain.sh | 137 ++--
 mi/miexpose.c | 4
 randr/rrcrtc.c | 11
 randr/rrproperty.c | 58 +
 randr/rrsdispatch.c | 215 ++++--
 41 files changed, 1197 insertions(+), 494 deletions(-)

Revision history for this message
Timo Aaltonen (tjaalton) wrote :
Download full text (3.3 KiB)

list of upstream changes:

5 days xserver 1.5.0
5 days Fix strict-aliasing silliness in XAA.
6 days Disable DRI2 by default.
6 days Disable XTrap build by default.
6 days Xevie: swap replies as necessary
6 days Xevie: always initialize rep.length (bug#17394)
6 days Add swapped dispatch for randr 1.2 requests
6 days Xorg.man: typo (the the).
6 days Xserver.man: Typo (the the).
6 days Don't try to destroy a NULL pixmap.
9 days xf86Crtc: Set mode to NULL, so nothing bad happens if crt...
11 days Cosmetic fix to EDID decoding.
11 days Fix the tile offset in miPaintWindow for ParentRelative w...
11 days Don't abort if swrast library is not present
11 days Reimplement ShmPutImage.
11 days Attempt getpeercon() on remote sockets as well as local o...
14 days Fix driGetConfigAttribIndex unaligned access to GLboolean.
2008-08-17 exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057...
2008-08-13 xkb: ProcXkbSetDeviceInfo should work on all attached SDs.
2008-08-13 xkb: ProcXkbSetGeometry should work on all attached SDs.
2008-08-13 xkb: ProcXkbSetNames should work on all attached SDs.
2008-08-13 xkb: ProcXkbSetNamedIndicator should work on all attached...
2008-08-13 xkb: ProcXkbSetIndicatorMap should work on all attached SDs.
2008-08-13 xkb: ProcXkbSetCompatMap should work on all attached SDs.
2008-08-13 xkb: ProcXkbSetMap should work on all attached SDs.
2008-08-13 xkb: ProcXkbBell should work on all attached SDs.
2008-08-12 Fix --disable/--enable-kbd_mode configure flag
2008-08-09 glx: fix crash in driGetConfigAttribIndex
2008-08-06 Make xstrcasestr prototype return value match the impleme...
2008-08-06 DIX: Add strcasestr from FreeBSD
2008-08-06 dix: Actually build str(n)casecmp if we don't have it
2008-08-06 strcasecmp: Actually use the right license
2008-08-06 DIX: Add strncasecmp from FreeBSD, make strcasecmp args c...
2008-08-06 config: protect against potential out-of-bounds indexing.
2008-08-06 config: support type strlist for XkbOptions property.
2008-08-06 config: add parsing for input.x11_options.XkbOptions. #16874
2008-08-06 HAL: Remove grotesque open-coded strcasestr
2008-08-06 xfree86: use xorg.conf input devices if there is no Serve...
2008-07-29 Xi: ChangeDeviceControl presence events should set the ap...
2008-07-29 Require inputproto 1.4.4
2008-07-29 xfree86: warn some more about potential missing input dev...
2008-07-29 xfree86: if AllowEmptyInput is on, warn the user that we ...
2008-07-28 Revert "Xi: event_{x,y} should refer to the extended devi...

and the debian/changelog:

xorg-server (2:1.5.0-1ubuntu1) intrepid; urgency=low

  * Merge with Debian experimental.
  * 141_improved_driver_selection.patch
    - Allow returning multiple drivers to try for a given PCI id.
      Also includes support for fallback drivers, but only when
      not using an xorg.conf.
  * 142_psb_auto.patch
    - Renamed, refreshed.

 -- Timo Aaltonen <email address hidden> Tue, 09 Sep 2008 11:44:13 +0300

xorg-server (2:1.5.0-1) experimental; urgency=low

  * New upstream release.
  * Kill patch 50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch,
    1.2 requests are properly swapped now.
  * Bump videoabiver to 4 to match ABI_VIDEODRV_VE...

Read more...

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Oops, we actually had a much more recent snapshot of the tree, so the correct list of new upstream changes is:

5 days xserver 1.5.0
5 days Fix strict-aliasing silliness in XAA.
6 days Disable DRI2 by default.
6 days Disable XTrap build by default.
6 days Xevie: swap replies as necessary
6 days Xevie: always initialize rep.length (bug#17394)
6 days Add swapped dispatch for randr 1.2 requests
6 days Xorg.man: typo (the the).
6 days Xserver.man: Typo (the the).
6 days Don't try to destroy a NULL pixmap.
9 days xf86Crtc: Set mode to NULL, so nothing bad happens if crt...
11 days Cosmetic fix to EDID decoding.
11 days Fix the tile offset in miPaintWindow for ParentRelative w...
11 days Don't abort if swrast library is not present
11 days Reimplement ShmPutImage.
11 days Attempt getpeercon() on remote sockets as well as local o...
14 days Fix driGetConfigAttribIndex unaligned access to GLboolean.

Revision history for this message
Bryce Harrington (bryce) wrote :

+1 from me.

The changes for 1.5.0 are modest - a few bug fixes and some cosmetic changes - so this should be pretty safe to upload. It'll get us onto the official xserver 1.5.0 release, which attains our principle X.org goal for Intrepid.

Changed in xorg-server:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

uploaded

Changed in xorg-server:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.