[ubuntu/maverick] xorg-server 2:1.8.1.902-0ubuntu1 (Accepted)
Christopher James Halse Rogers
raof at ubuntu.com
Wed Jun 23 05:05:18 BST 2010
xorg-server (2:1.8.1.902-0ubuntu1) maverick; urgency=low
* Merge from (unreleased) Debian experimental. Remaining changes:
- rules, control:
+ Disable SELinux, libaudit-dev is not in main yet (LP 406226).
Drop libaudit-dev from build-deps.
- rules: Enable xcsecurity (LP 247537).
- local/xvfb-run*: Add correct docs about error codes (LP 328205)
- rules: Add --with-extra-module-dir to support GL alternatives.
- control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
- rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
until it's available.
- control: Update some versioned Breaks for Ubuntu versions.
- debian/patches:
+ 100_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 109_fix-swcursor-crash.patch:
Avoid dereferencing null pointer while reloading cursors during
resume. (LP 371405)
+ 111_armel-drv-fallbacks.patch:
Add support for armel driver fallbacks.
+ 121_only_switch_vt_when_active.diff:
Add a check to prevent the X server from changing the VT when killing
GDM from the console.
+ 122_xext_fix_card32_overflow_in_xauth.patch:
Fix server crash when “xauth generate” is called with large timeout.
+ 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
169_mipointer_nullptr_checks.patch,
172_cwgetbackingpicture_nullptr_check.patch:
Fix various segfaults in xserver by checking pointers for NULL
values before dereferencing them.
+ 165_man_xorg_conf_no_device_ident.patch
Correct man page
+ 168_glibc_trace_to_stderr.patch:
Report abort traces to stderr instead of terminal
+ 184_virtual_devices_autodetect.patch:
Use vesa for qemu device, which is not supported by cirrus
+ 187_edid_quirk_hp_nc8430.patch:
Quirk for another LPL monitor (LP 380009)
+ 188_default_primary_to_first_busid.patch:
Pick the first device and carry on (LP 459512)
+ 189_xserver_1.5.0_bg_none_root.patch:
Create a root window with no background.
+ 190_cache-xkbcomp_output_for_fast_start_up.patch:
Cache keyboard settings.
+ 191-Xorg-add-an-extra-module-path.patch:
Add support for the alternatives module path.
+ 196_xvfb-fbscreeninit-handling.patch, 197_xvfb-randr.patch:
Adds xrandr support to xvfb. (LP 516123)
+ 198_nohwaccess.patch:
Adds a -nohwaccess argument to make X not access the hardware
ports directly.
+ 200_randr-null.patch:
Clarify a pointer initialization.
* Update changelog entries for previously unreleased Debian 1.8.1.901-1
xorg-server (2:1.8.1.902-1) UNRELEASED; urgency=low
[ Julien Cristau ]
* Install the upstream changelog in xserver-common, instead of duplicating
its 1MB in all other packages.
[ Christopher James Halse Rogers ]
* New upstream RC
- A number of DRI2 fixes.
- Fix for hanging OpenGL clients with multiple heads.
* 17-fix-DRI2-segfault-when-clientGone.diff:
- Pick up fix from https://bugs.freedesktop.org/show_bug.cgi?id=27497 to
fix server crash in DRI2SwapEvent handling (LP: #595182).
Date: Wed, 23 Jun 2010 11:19:49 +1000
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/xorg-server/2:1.8.1.902-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 23 Jun 2010 11:19:49 +1000
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source
Version: 2:1.8.1.902-0ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Description:
xdmx - distributed multihead X server
xdmx-tools - Distributed Multihead X tools
xnest - Nested X server
xserver-common - common files used by various X servers
xserver-xephyr - nested X server
xserver-xfbdev - Linux framebuffer device tiny X server
xserver-xorg-core - Xorg X server - core server
xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
xserver-xorg-core-udeb - Xorg X server - core server (udeb)
xserver-xorg-dev - Xorg X server - development files
xvfb - Virtual Framebuffer 'fake' X server
Launchpad-Bugs-Fixed: 595182
Changes:
xorg-server (2:1.8.1.902-0ubuntu1) maverick; urgency=low
.
* Merge from (unreleased) Debian experimental. Remaining changes:
- rules, control:
+ Disable SELinux, libaudit-dev is not in main yet (LP 406226).
Drop libaudit-dev from build-deps.
- rules: Enable xcsecurity (LP 247537).
- local/xvfb-run*: Add correct docs about error codes (LP 328205)
- rules: Add --with-extra-module-dir to support GL alternatives.
- control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
- rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
until it's available.
- control: Update some versioned Breaks for Ubuntu versions.
- debian/patches:
+ 100_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 109_fix-swcursor-crash.patch:
Avoid dereferencing null pointer while reloading cursors during
resume. (LP 371405)
+ 111_armel-drv-fallbacks.patch:
Add support for armel driver fallbacks.
+ 121_only_switch_vt_when_active.diff:
Add a check to prevent the X server from changing the VT when killing
GDM from the console.
+ 122_xext_fix_card32_overflow_in_xauth.patch:
Fix server crash when “xauth generate” is called with large timeout.
+ 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
169_mipointer_nullptr_checks.patch,
172_cwgetbackingpicture_nullptr_check.patch:
Fix various segfaults in xserver by checking pointers for NULL
values before dereferencing them.
+ 165_man_xorg_conf_no_device_ident.patch
Correct man page
+ 168_glibc_trace_to_stderr.patch:
Report abort traces to stderr instead of terminal
+ 184_virtual_devices_autodetect.patch:
Use vesa for qemu device, which is not supported by cirrus
+ 187_edid_quirk_hp_nc8430.patch:
Quirk for another LPL monitor (LP 380009)
+ 188_default_primary_to_first_busid.patch:
Pick the first device and carry on (LP 459512)
+ 189_xserver_1.5.0_bg_none_root.patch:
Create a root window with no background.
+ 190_cache-xkbcomp_output_for_fast_start_up.patch:
Cache keyboard settings.
+ 191-Xorg-add-an-extra-module-path.patch:
Add support for the alternatives module path.
+ 196_xvfb-fbscreeninit-handling.patch, 197_xvfb-randr.patch:
Adds xrandr support to xvfb. (LP 516123)
+ 198_nohwaccess.patch:
Adds a -nohwaccess argument to make X not access the hardware
ports directly.
+ 200_randr-null.patch:
Clarify a pointer initialization.
* Update changelog entries for previously unreleased Debian 1.8.1.901-1
.
xorg-server (2:1.8.1.902-1) UNRELEASED; urgency=low
.
[ Julien Cristau ]
* Install the upstream changelog in xserver-common, instead of duplicating
its 1MB in all other packages.
.
[ Christopher James Halse Rogers ]
* New upstream RC
- A number of DRI2 fixes.
- Fix for hanging OpenGL clients with multiple heads.
* 17-fix-DRI2-segfault-when-clientGone.diff:
- Pick up fix from https://bugs.freedesktop.org/show_bug.cgi?id=27497 to
fix server crash in DRI2SwapEvent handling (LP: #595182).
Checksums-Sha1:
6e97bb1ad30d23139cf6b78caab85952ff751e0f 3857 xorg-server_1.8.1.902-0ubuntu1.dsc
c40d7c549b94e9854ae429635918a34379e58d0d 7009557 xorg-server_1.8.1.902.orig.tar.gz
f489071da94a4773cb49379d5c1d9022faf1fb06 381312 xorg-server_1.8.1.902-0ubuntu1.diff.gz
Checksums-Sha256:
dbc9d2c4b1c0e4fe0a6d7cd42bda7010794220deb2f050b19ff6296ad42a7cf2 3857 xorg-server_1.8.1.902-0ubuntu1.dsc
de7f225da26cfbafd835114d097820628c3cf609afe31b76c2d330426973e570 7009557 xorg-server_1.8.1.902.orig.tar.gz
a050e436bcade43a970f87dd5e4ed1e2ad5f635e39ae78266449537f9b8d7aad 381312 xorg-server_1.8.1.902-0ubuntu1.diff.gz
Files:
002df6141f08445da18aa2de7072f634 3857 x11 optional xorg-server_1.8.1.902-0ubuntu1.dsc
e62c8f21ba4d27f14e574c6f6f8c69b8 7009557 x11 optional xorg-server_1.8.1.902.orig.tar.gz
995b562df564480f53371e4873a79825 381312 x11 optional xorg-server_1.8.1.902-0ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwhhqYACgkQjVefwtBjIM6S7gCgwMMq2Ea+w+F+4DXe5ZOjLkDv
jfAAoIwoPrZ8mHK3kAXgL2BLsCtr8qIt
=peff
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list