[ubuntu/oneiric] xorg-server 2:1.10.2-1ubuntu1 (Accepted)
Christopher James Halse Rogers
raof at ubuntu.com
Thu Jun 16 00:40:34 UTC 2011
xorg-server (2:1.10.2-1ubuntu1) oneiric; urgency=low
[ Timo Aaltonen ]
* Merge from Debian unstable, remaining changes:
- rules:
+ Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
+ Add --with-extra-module-dir to support GL alternatives.
+ Mention Ubuntu support in builderstring rather than package uploader's
email address.
+ Enable multitouch gestures.
- control:
+ Xvfb depends on xauth, x11-xkb-utils, recommends libgl1-mesa-dri.
(LP #500102)
+ Add breaks for incompatible drivers. (LP #614993)
+ Drop libaudit-dev from build-deps.
+ Build-depend on newer mesa to pick up DRI search paths variable.
+ Bump dependency on x11proto-input-dev for Xi 2.1
+ Drop linux-any specifier to make pbuilder less narky.
- local/xvfb-run*: Add correct docs about error codes. (LP #328205)
- debian/patches:
+ 100_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 105_nvidia_fglrx_autodetect.patch:
Load proprietary drivers automatically when installed.
+ 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.
+ 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
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
+ 188_default_primary_to_first_busid.patch:
Pick the first device and carry on (LP #459512)
+ 190_cache-xkbcomp_output_for_fast_start_up.patch:
Cache keyboard settings.
+ 191-Xorg-add-an-extra-module-path.patch:
Add support for the alternative module path.
+ 198_nohwaccess.patch:
Adds a -nohwaccess argument to make X not access the hardware
ports directly.
+ 200_randr-null.patch:
Clarify a pointer initialization.
+ 206_intel_8xx_default_to_fbdev.patch:
Makes 8xx class intel GPUs default to fbdev for stability. (LP #633593)
+ 208_switch_on_release.diff:
Switch keyboard layouts on key-release rather than key-press
(LP #36812)
+ 209_add_legacy_bgnone_option.patch:
Add -nr as a synonym for -background none until all ?DM are updated for
the new option.
+ 210_pixman_null_ptr_check.patch:
Catch NULL pointer access after pixman_image_create_bits() failure
(LP #705078)
+ 214_glx_dri_searchdirs.patch:
Search in same paths as mesa for DRI drivers for AIGLX so we can handle
UMS fallback for radeon gracefully.
+ 217_revert_bgnonevisitwindow.patch:
Revert a commit that causes brief graphical corruption. (LP: 726807)
+ 218_randr-check-rotated-virtual-size-limits-correctly.diff:
Fix rotation with nvidia driver. (LP: 740933)
+ 500_xi2.1.patch,
501_xf86CoordinatesToWindow.patch,
502_gestures-extension.patch:
Add Xi 2.1 and Gesture extension support.
+ 503_fix_masked_transformed_valuators.patch:
Fix masked transformed valuator handling (LP #774938)
* Drop patch 215_glx_drawable_refcounting.diff, similar fix included
upstream.
* Drop patch 121_only_switch_vt_when_active.diff, doesn't seem to
work anymore.
* videoabiver, inputabiver, xserver-xorg-dev.install:
Drop changes that are obsolete post-natty.
* Add 219_fedora-pointer-barrier.diff:
Pointer barrier and cursor confinement patch backported to 1.10.
[ Christopher James Halse Rogers ]
* debian/control:
Bump mesa-common-dev build-dep to pick up multiarch DRI paths.
xorg-server (2:1.10.2-1) unstable; urgency=low
* New upstream release.
* Add 20-workaround-36986.diff to avoid test failures on *i386.
* On GNU/kFreeBSD, enable HAL support for the main build, but disable it
for the udeb build, thanks to Robert Millan (Closes: #596586).
xorg-server (2:1.10.1.901-1) experimental; urgency=low
* New upstream release (1.10.2 rc1):
- Comes with some Xi fixes.
- Comes with many GLX fixes.
xorg-server (2:1.10.1-2) unstable; urgency=low
* Build xserver-xorg-core-udeb on hurd-i386. Thanks, Samuel Thibault!
* Upload to unstable.
Date: Wed, 15 Jun 2011 10:51:18 +1000
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Chris Halse Rogers <raof at ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/xorg-server/2:1.10.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 15 Jun 2011 10:51:18 +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.10.2-1ubuntu1
Distribution: oneiric
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
Closes: 596586
Changes:
xorg-server (2:1.10.2-1ubuntu1) oneiric; urgency=low
.
[ Timo Aaltonen ]
* Merge from Debian unstable, remaining changes:
- rules:
+ Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
+ Add --with-extra-module-dir to support GL alternatives.
+ Mention Ubuntu support in builderstring rather than package uploader's
email address.
+ Enable multitouch gestures.
- control:
+ Xvfb depends on xauth, x11-xkb-utils, recommends libgl1-mesa-dri.
(LP #500102)
+ Add breaks for incompatible drivers. (LP #614993)
+ Drop libaudit-dev from build-deps.
+ Build-depend on newer mesa to pick up DRI search paths variable.
+ Bump dependency on x11proto-input-dev for Xi 2.1
+ Drop linux-any specifier to make pbuilder less narky.
- local/xvfb-run*: Add correct docs about error codes. (LP #328205)
- debian/patches:
+ 100_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 105_nvidia_fglrx_autodetect.patch:
Load proprietary drivers automatically when installed.
+ 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.
+ 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
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
+ 188_default_primary_to_first_busid.patch:
Pick the first device and carry on (LP #459512)
+ 190_cache-xkbcomp_output_for_fast_start_up.patch:
Cache keyboard settings.
+ 191-Xorg-add-an-extra-module-path.patch:
Add support for the alternative module path.
+ 198_nohwaccess.patch:
Adds a -nohwaccess argument to make X not access the hardware
ports directly.
+ 200_randr-null.patch:
Clarify a pointer initialization.
+ 206_intel_8xx_default_to_fbdev.patch:
Makes 8xx class intel GPUs default to fbdev for stability. (LP #633593)
+ 208_switch_on_release.diff:
Switch keyboard layouts on key-release rather than key-press
(LP #36812)
+ 209_add_legacy_bgnone_option.patch:
Add -nr as a synonym for -background none until all ?DM are updated for
the new option.
+ 210_pixman_null_ptr_check.patch:
Catch NULL pointer access after pixman_image_create_bits() failure
(LP #705078)
+ 214_glx_dri_searchdirs.patch:
Search in same paths as mesa for DRI drivers for AIGLX so we can handle
UMS fallback for radeon gracefully.
+ 217_revert_bgnonevisitwindow.patch:
Revert a commit that causes brief graphical corruption. (LP: 726807)
+ 218_randr-check-rotated-virtual-size-limits-correctly.diff:
Fix rotation with nvidia driver. (LP: 740933)
+ 500_xi2.1.patch,
501_xf86CoordinatesToWindow.patch,
502_gestures-extension.patch:
Add Xi 2.1 and Gesture extension support.
+ 503_fix_masked_transformed_valuators.patch:
Fix masked transformed valuator handling (LP #774938)
* Drop patch 215_glx_drawable_refcounting.diff, similar fix included
upstream.
* Drop patch 121_only_switch_vt_when_active.diff, doesn't seem to
work anymore.
* videoabiver, inputabiver, xserver-xorg-dev.install:
Drop changes that are obsolete post-natty.
* Add 219_fedora-pointer-barrier.diff:
Pointer barrier and cursor confinement patch backported to 1.10.
.
[ Christopher James Halse Rogers ]
* debian/control:
Bump mesa-common-dev build-dep to pick up multiarch DRI paths.
.
xorg-server (2:1.10.2-1) unstable; urgency=low
.
* New upstream release.
* Add 20-workaround-36986.diff to avoid test failures on *i386.
* On GNU/kFreeBSD, enable HAL support for the main build, but disable it
for the udeb build, thanks to Robert Millan (Closes: #596586).
.
xorg-server (2:1.10.1.901-1) experimental; urgency=low
.
* New upstream release (1.10.2 rc1):
- Comes with some Xi fixes.
- Comes with many GLX fixes.
.
xorg-server (2:1.10.1-2) unstable; urgency=low
.
* Build xserver-xorg-core-udeb on hurd-i386. Thanks, Samuel Thibault!
* Upload to unstable.
Checksums-Sha1:
4e781982e8ddf86a15a793725551bb470c623ba2 3792 xorg-server_1.10.2-1ubuntu1.dsc
f7a553f2d63363d44ea88659f4009efaf7657b96 7264118 xorg-server_1.10.2.orig.tar.gz
edf23c48bcee418d46e47cbedbdaef8286e9e4ce 461617 xorg-server_1.10.2-1ubuntu1.diff.gz
Checksums-Sha256:
d1e09533287ba1f7b126b5713cd617124e4990ad2c38ea50355b9ab69ef2c0bb 3792 xorg-server_1.10.2-1ubuntu1.dsc
4b3a9bcf3f041e7980d7621800ee8410d86429373c96c3328dc266046b6e625a 7264118 xorg-server_1.10.2.orig.tar.gz
b5e5dab009dd85bb9c947917b2c1f890f890ef17a89288bb7ad2a724619dd5c4 461617 xorg-server_1.10.2-1ubuntu1.diff.gz
Files:
2b285ae45e887645cc39e2bd44cb807b 3792 x11 optional xorg-server_1.10.2-1ubuntu1.dsc
feb6b621f0f4f0f7155e80ec4ad52257 7264118 x11 optional xorg-server_1.10.2.orig.tar.gz
bda5fef681648d7cf59576f5bafaa508 461617 x11 optional xorg-server_1.10.2-1ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJN+U7FAAoJEBiz9Q/lkjwYM8IQAIsCRxXJ59jjGbs8WF6lotiv
rahxVB3HWG6ZZ3gsCvMedPAuk2QUay1CfJCp28djaLmPmjGFSA6H3nWWaDFAX66Q
xhkUyCUyM1L7sINuxrCUr07wRCY3MltqA+7J9NIL3T+eEYQQAhbjiBiV3AncvBsw
JUQyFX72nwPmpT4RAAe/kOXOKARQ/+n3jas1PCIcowydFdcs8+m3SRikt1Nbrlz8
gIYIgsRjIF27j7R/vAlo+nOiFZDq695S324Opc98Z7h93jUbw6s9/vkXjOO7N74i
hC/wI+XgAaqLpKMBOnQM8bF9yrw/vQc++w5kXbnRH8ujGAmbJjY9wRyk585w7nhm
pPvq8+Kg3kAiXuDM+/9drFdw5q40lYWMSTmxywL57/OjEmNklF3F4LChkgpVLsQ9
ZAmrPeoa1d/okaD03664F3vL2A35xuV0LPPOS+kXSWVdXGeAUaXeVzZYP8AhC4Nu
AMGRViwjRgxvNZL4KFMH/py7EcPQ4Y76BZB4EQLLK6U7JNLiJvADos4Tt5tmPKje
bCrUT0i0za3trVwtq/4q+qk/5wb5jJH1gR70eVyjSp8GtzwTy6D74yx5U8WaKpOJ
SnCw5lEBiU17uppoOxQxR+BWClL+HVju/VQRMy70LIzE9xdz+ZlrfbblQy4+t2E4
R55M7mUmJ1q6OvgWE/KI
=Jja6
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list