[ubuntu/karmic] xorg-server 2:1.6.4-2ubuntu1 (Accepted)
Bryce Harrington
bryce at ubuntu.com
Fri Oct 9 22:30:29 BST 2009
xorg-server (2:1.6.4-2ubuntu1) karmic; urgency=low
* Merge from Debian unstable. (LP: #447010)
Remaining Ubuntu changes:
- debian/control:
+ set Conflicts: xkb-data (<< 0.9), since xkb-path is
different from previous releases
+ do not Conflict with xserver-xorg-video
+ xvfb Depends on xauth, xfonts-base
+ Set Maintainer to Ubuntu Core Developers
- debian/rules:
+ build using -fno-stack-protector
+ --with-os-vendor=Ubuntu
- debian/xserver-xorg-core.install:
+ Add ioport, pcitweak, scanpci scripts & man pages
- debian/patches:
+ 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
Specify correct paths to fonts
+ 102_ubuntu_sharevts_load_cpu.patch:
close console fd only when ShareVTs
+ 103_psb_auto.patch:
Autodetect poulsbo devices (but use -vesa since -psb is broken)
+ 110_fedora_no_move_damage.patch:
further aiglx support
+ 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.
+ 135_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 140_quell_acpi_errmsgs.patch:
Avoid generating extraneous warnings when acpi is missing
+ 153_make_dmx_compile.patch:
Change xcalloc -> calloc, so that dmx compiles.
+ 156_exevents_copykeyclass_nullptrcheck.patch,
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.
+ 164_trap-aspect-ratios.patch:
Correct monitor EDIDs that have misreported aspect ratios.
+ 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
+ 174_set_bg_pixmap_of_cow_to_none.patch:
Set background pixmap of composite overlay window to no background
+ 177_animated_cursor_change_master.patch:
Don't create animated cursors for slave devices
+ 180_fedora_no_synaptics_mouse_synthesis.patch:
Don't synthesize a mouse section if a synaptics device is found
+ 181_fedora_log_proc_cmdline.patch:
Dump /proc/cmdline in the log file too
+ 184_virtual_devices_autodetect.patch:
Use vesa for qemu device, which is not supported by cirrus
+ 185_dix_badwindow.patch:
Don't return BadMatch from GetProperty if window isn't actually a window
+ 186_autoconfig_geode.patch
Perform autodetection correctly for various geode devices
* Update 184_virtual_devices_autodetect.patch to only include inserting
cirrus, since vbox is covered by the new fedora patch.
* Drop patches already included upstream:
- 187_lastdeviceeventtime-no-reset.patch
- 178_glx_flush_cache.patch
- 179_glx_cleanup_drawables.patch
- 183_dont_reset_event_time.patch
- 182_negative_sync_transitions.patch
* Ubuntu bugs fixed as of this release:
- Generate key up event only when key is released. (Fixed previously)
(LP: #403339)
- Fix XDPMS change event idle handling
(LP: #114336, #152999)
- Don't shutdown the libhal ctx if it failed to initialize. Fixes
crash if HAL or dbus is not running or is interrupted.
(LP: #114336)
- Fix crash if SendCoreEvents is off. Don't send events through
master in this case.
(LP: #368135)
- Fix SWCursor check in xf86CursorSetCursor to prevent cursor image
showing up on every screen with Xinerama.
(LP: #357901)
Date: Fri, 09 Oct 2009 12:01:52 -0700
Changed-By: Bryce Harrington <bryce at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Bryce Harrington <bryce at bryceharrington.org>
https://launchpad.net/ubuntu/karmic/+source/xorg-server/2:1.6.4-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 09 Oct 2009 12:01:52 -0700
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source
Version: 2:1.6.4-2ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Bryce Harrington <bryce 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-dev - Xorg X server - development files
xvfb - Virtual Framebuffer 'fake' X server
Changes:
xorg-server (2:1.6.4-2ubuntu1) karmic; urgency=low
.
* Merge from Debian unstable. (LP: #447010)
Remaining Ubuntu changes:
- debian/control:
+ set Conflicts: xkb-data (<< 0.9), since xkb-path is
different from previous releases
+ do not Conflict with xserver-xorg-video
+ xvfb Depends on xauth, xfonts-base
+ Set Maintainer to Ubuntu Core Developers
- debian/rules:
+ build using -fno-stack-protector
+ --with-os-vendor=Ubuntu
- debian/xserver-xorg-core.install:
+ Add ioport, pcitweak, scanpci scripts & man pages
- debian/patches:
+ 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
Specify correct paths to fonts
+ 102_ubuntu_sharevts_load_cpu.patch:
close console fd only when ShareVTs
+ 103_psb_auto.patch:
Autodetect poulsbo devices (but use -vesa since -psb is broken)
+ 110_fedora_no_move_damage.patch:
further aiglx support
+ 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.
+ 135_rethrow_signals.patch:
When aborting, re-raise signals for apport
+ 140_quell_acpi_errmsgs.patch:
Avoid generating extraneous warnings when acpi is missing
+ 153_make_dmx_compile.patch:
Change xcalloc -> calloc, so that dmx compiles.
+ 156_exevents_copykeyclass_nullptrcheck.patch,
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.
+ 164_trap-aspect-ratios.patch:
Correct monitor EDIDs that have misreported aspect ratios.
+ 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
+ 174_set_bg_pixmap_of_cow_to_none.patch:
Set background pixmap of composite overlay window to no background
+ 177_animated_cursor_change_master.patch:
Don't create animated cursors for slave devices
+ 180_fedora_no_synaptics_mouse_synthesis.patch:
Don't synthesize a mouse section if a synaptics device is found
+ 181_fedora_log_proc_cmdline.patch:
Dump /proc/cmdline in the log file too
+ 184_virtual_devices_autodetect.patch:
Use vesa for qemu device, which is not supported by cirrus
+ 185_dix_badwindow.patch:
Don't return BadMatch from GetProperty if window isn't actually a window
+ 186_autoconfig_geode.patch
Perform autodetection correctly for various geode devices
* Update 184_virtual_devices_autodetect.patch to only include inserting
cirrus, since vbox is covered by the new fedora patch.
* Drop patches already included upstream:
- 187_lastdeviceeventtime-no-reset.patch
- 178_glx_flush_cache.patch
- 179_glx_cleanup_drawables.patch
- 183_dont_reset_event_time.patch
- 182_negative_sync_transitions.patch
* Ubuntu bugs fixed as of this release:
- Generate key up event only when key is released. (Fixed previously)
(LP: #403339)
- Fix XDPMS change event idle handling
(LP: #114336, #152999)
- Don't shutdown the libhal ctx if it failed to initialize. Fixes
crash if HAL or dbus is not running or is interrupted.
(LP: #114336)
- Fix crash if SendCoreEvents is off. Don't send events through
master in this case.
(LP: #368135)
- Fix SWCursor check in xf86CursorSetCursor to prevent cursor image
showing up on every screen with Xinerama.
(LP: #357901)
Checksums-Sha1:
649a193706166a6142833dd68b7637a8dac7298b 3062 xorg-server_1.6.4-2ubuntu1.dsc
b2c036d8b2ea59c21e91e3910981048b40112c61 6173072 xorg-server_1.6.4.orig.tar.gz
3d224cd31e5a6f99e2b34654bdec77bb25c30627 124980 xorg-server_1.6.4-2ubuntu1.diff.gz
Checksums-Sha256:
d687a5f86e2d0cb70b23ef6e5521e58f10f4f6a5687519e3d9cf78d529a11216 3062 xorg-server_1.6.4-2ubuntu1.dsc
3542f9d66ffdd873a4bd24d7446647c54bfd2a57f98a58a2ef793219d1404f51 6173072 xorg-server_1.6.4.orig.tar.gz
9b587e345381621125bbf36bb8d8cce18d859e20d865e4409cd9e56316a46106 124980 xorg-server_1.6.4-2ubuntu1.diff.gz
Files:
4f160432cd4de545cdd1c52559076e3b 3062 x11 optional xorg-server_1.6.4-2ubuntu1.dsc
b03a1c9712eb316c9d6811f944f0743a 6173072 x11 optional xorg-server_1.6.4.orig.tar.gz
929bde648ad892fa2b68fead2e2a9dc7 124980 x11 optional xorg-server_1.6.4-2ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 114336 114336 152999 357901 368135 403339 447010
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkrPpZIACgkQEaMBVuDmdhHeNQCgmWvi7NJlstJGfXeX2/32Bf8b
c28An0Y3uHNiWHLCh8zVtzf7SRCnKahX
=x7vk
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list