Change log for xorg package in Ubuntu

226256 of 256 results
Superseded in hoary-security
xorg (6.8.2-10.2) hoary-security; urgency=low

  * SECURITY UPDATE: Arbitrary code execution with root privileges.
  * Add debian/patches/200_render_triangle_alloc.diff:
    - Fix typo in triangle ALLOCATE_LOCAL call (n & size -> n * size).
    - Add a check for integer overflow.
  * CVE-2006-1526

 -- Martin Pitt <email address hidden>   Wed,  3 May 2006 16:16:54 +0000
Superseded in dapper-release
xorg (7.0.0-0ubuntu38) dapper; urgency=low

  * Some ati cards require a kick (sync ranges) when using DVI output.
  (Closes Ubuntu: #39570)

 -- Fabio M. Di Nitto <email address hidden>   Wed, 03 May 2006 11:10:28 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu37) dapper; urgency=low

  * Make sure to write sync values for Intel Corporation 82852/855GM
    Integrated Graphics Device when monitor is LCV/LDVS.
  (Closes Ubuntu: #13846)

 -- Fabio M. Di Nitto <email address hidden>   Wed, 03 May 2006 09:35:49 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu36) dapper; urgency=low

  * Depends on xserver-xorg-input-elographics required to drive touchscreens
    on IBM Point Of Sales.

  * Enable elographics driver in dexconf when matching known machines.

 -- Fabio M. Di Nitto <email address hidden>   Tue, 02 May 2006 09:52:34 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu35) dapper; urgency=low

  * Sync xorg-dev package from Debian and make it Arch: all.
  (Closes Ubuntu: #39613)

 -- Fabio M. Di Nitto <email address hidden>   Mon, 01 May 2006 08:44:03 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu34) dapper; urgency=low

  * On some upgrades the X symlink checksum has been lost for unknown
    reasons. Make sure to recreate it if that's the case.

  * Partially revert the patch introduced in 7.0.0-0ubuntu33 that forces sync
    rages for all ati.
    Peter Schewenke (author of the original patch) did provide a better one
    after investigating one possible regression.
  (Closes Ubuntu: #29970)

 -- Fabio M. Di Nitto <email address hidden>   Fri, 28 Apr 2006 08:35:38 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu33) dapper; urgency=low

  * Make sure to always write sync rages with ati driver and lcd/lvds
    monitors. According to #39762 this is always required.
    Also cleanup the ati code that was forcing MONITOR_SYNC_RANGE later
    in the process since it is now catched by the more generic one.
  (Closes Ubuntu: #39762, #37025)

  * Simply the ati powerpc MONITOR_SYNC_RANGE code.

  * Remove unused var from xserver-xorg.postinst.in.

  * Invoke dmidecode when ARCH != ia64 at least untill dmidecode is fixed
    since ia64 does not really need it yet.
  (Closes Ubuntu: #40659)

  * Make hppa users happy with a catch all config:
    - Add Depends: fbset for hppa.
    - update debian/scripts/vars.hppa.
    - update debian/xserver-xorg.postinst.in.
    (thanks to LaMont Jones for the patch)

  NOTE: this code should probably move to xresprobe to return proper info
        directly, but it might be too intrusive to do it at this point
        of the release.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 27 Apr 2006 08:18:16 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu32) dapper; urgency=low

  * Fix typo in xserver-xorg.in.

 -- Tollef Fog Heen <email address hidden>   Wed, 26 Apr 2006 18:03:20 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu31) dapper; urgency=low

  * Add Slovenian, Swiss French and Swiss German keyboard layout
    detection.  Malone: #27509

 -- Tollef Fog Heen <email address hidden>   Wed, 26 Apr 2006 11:49:18 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu30) dapper; urgency=low

  * Remove init script messages from x11-common; it basically amounts to a
    mkdir and the user doesn't need to be specially informed

 -- Matt Zimmerman <email address hidden>   Mon, 24 Apr 2006 10:53:55 -0700
Superseded in dapper-release
xorg (7.0.0-0ubuntu29) dapper; urgency=low

  * On fresh installs, if the display is not a lcd/lvds, there are not know
    syncs frequencies for the monitor and the card is mga, do NOT write
    SYNC_RANGES. It appears that mga can cope just fine parting vesa info too.
    (Closes Ubuntu: #19098)

  * Due to a very annoying DRI/DRM bug, make sure to use OldDmaInit when
    writing down the Device section for mga driver. This will make DRI working
    at least for AGP cards. PCI didn't work before and it will keep not
    working since the option does explicitly disable DRI for PCI.
    (Closes Ubuntu: #27442)

 -- Fabio M. Di Nitto <email address hidden>   Tue, 18 Apr 2006 09:07:57 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu28) dapper; urgency=low

  * Autogenerate Wacom support

 -- Matthew Garrett <email address hidden>   Sun,  9 Apr 2006 17:10:27 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu27) dapper; urgency=low

  * Make discover_video attempt first pci and in case of failure sbus
    on sparc and sparc only.

  * Make sure to ask video driver on sparc even if autodetected. Some
    cards still require weird overrides (ati -> fbdev) that are not
    100% known in all combinantions.

  * Sparc doesn't need sun types keyboard since 2.6 kernel come to play
    in the game. Make it use pc105 instead with xorg rules.

  * Add special case for i810 with 3M TouchScreen monitors to set a resolution
    of 800x600 and avoid probing since it will fail miserably in
    xserver-xorg.postinst. Also make sure to write Option "DisplayInfo" "False"
    in Device Section in dexconf if the above combination is matched otherwise
    the card will display extra unrequired info each time X attempts a
    startup.

  * Readd Depends: xserver-xorg-input-wacom to xserver-xorg-input-all.

  * Make xserver-xorg Arch: any. We need dmidecode on i386.

  * Add -VF:XServer-Xorg-Detect-Depends=$(XSERVER_XORG_DETECT_DEPENDS) all
    over vars.*

  * Readd xserver-xorg-driver-vmware to vars.amd64 and remove it from non x86*
    arches.
    (Closes Ubuntu: #38070)

  * Make sure that ARCH is defined in postinst so that we can actually realize
    that we are installing on powerpc and write syncs.
    (Closes Ubuntu: #29540)

  * Allow XFORCEVESA envvar or xforcevesa in /proc/cmdline to force X to use
    vesa driver on i386 and amd64.
    (Closes Ubuntu: #27020)

 -- Fabio M. Di Nitto <email address hidden>   Fri, 07 Apr 2006 09:04:48 +0200
Superseded in dapper-release
xorg (7.0.0-0ubuntu26) dapper; urgency=low

  * Make xutils depend on imake (>= 1:1.0.0) | xmkmf, since newer versions
    of imake now provide xmkmf, and this confuses the heck out of apt.

 -- Adam Conrad <email address hidden>   Thu,  6 Apr 2006 17:25:09 +1000
Superseded in dapper-release
xorg (7.0.0-0ubuntu25) dapper; urgency=low

  * Remove stray esac from xserver-xorg.config.in

 -- Adam Conrad <email address hidden>   Sat, 25 Mar 2006 06:31:19 +1100
Superseded in dapper-release
xorg (7.0.0-0ubuntu24) dapper; urgency=low

  * Harder, harder.  As Korean uses US keymaps on the console, we
    special-case that.  This sucks a bit, but is the only way to get
    Korean maps working out of the box.

 -- Tollef Fog Heen <email address hidden>   Fri, 24 Mar 2006 11:07:27 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu23) dapper; urgency=low

  * Try harder to autodetect Korean keyboards.

 -- Tollef Fog Heen <email address hidden>   Thu, 23 Mar 2006 12:39:55 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu22) dapper; urgency=low

  * Fix usage of laptop-detect.
  (Closes Ubuntu: #29483, #32422)

  * Readd xserver-xorg-driver-v4l to xserver-xorg-driver-all.

 -- Fabio M. Di Nitto <email address hidden>   Wed, 22 Mar 2006 10:59:20 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu21) dapper; urgency=low

  * Uncoditionally re-enable ZAxisMapping in dexconf.
  (Closes Ubuntu: 31827)

 -- Fabio M. Di Nitto <email address hidden>   Wed, 22 Mar 2006 10:36:10 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu20) dapper; urgency=low

  * Try autodetecting South Korean keyboards.  They have to be detected
    from LANG since they use US keymaps on the console.

 -- Tollef Fog Heen <email address hidden>   Wed, 22 Mar 2006 08:04:48 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu19) dapper; urgency=low

  * Clean up duplicates in xserver-xorg.config.in and make sure they're
    all neatly alphabetised.

 -- Tollef Fog Heen <email address hidden>   Tue, 21 Mar 2006 14:27:06 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu18) dapper; urgency=low

  * Make the postinst.in be valid utf, which means we now are generating
    configuration files which are valid UTF8.  Malone #35045

 -- Tollef Fog Heen <email address hidden>   Fri, 17 Mar 2006 13:15:29 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu17) dapper; urgency=low

  * Get rid of duplicate dependencies for xbase-clients.

 -- Tollef Fog Heen <email address hidden>   Sat, 18 Feb 2006 20:48:25 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu16) dapper; urgency=low

  * debian/rules:
    - set X setgid (Ubuntu: #31756)

 -- Sebastien Bacher <email address hidden>   Fri, 17 Feb 2006 17:54:17 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu15) dapper; urgency=low

  * Strip "-latin1" off the end of the keymap name we get from d-i, not
    from the beginning of the name.
  * Make debug info when failing to detect keyboard not talk about
    $REALLANG, but just $DI_KEYMAP.

 -- Tollef Fog Heen <email address hidden>   Tue, 14 Feb 2006 10:57:13 +0100
Superseded in dapper-release
xorg (7.0.0-0ubuntu14) dapper; urgency=low


  * Support preseeding of xserver-xorg/config/display/default_depth even
    when autodetecting video. (Unfortunately, this will mean that people get
    the wrong default presented on second and subsequent low-priority
    reconfigures, though.)

 -- Colin Watson <email address hidden>  Fri,  3 Feb 2006 12:29:00 +0000
Superseded in dapper-release
Superseded in dapper-release
Superseded in dapper-release
xorg (7.0.0-0ubuntu11) dapper; urgency=low


  * Fix first-installation logic to cope with being called from the postinst
    too (closes: Malone #29564).

 -- Colin Watson <email address hidden>  Fri, 27 Jan 2006 18:22:46 +0000
Superseded in dapper-release
xorg (7.0.0-0ubuntu10) dapper; urgency=low


  * Remove xserver-xorg-driver-v4l and xserver-xorg-driver-glide from the
    Depends field of xserver-xorg-driver-all
  * Remove xserver-xorg-input-wacom from the Depends field of
    xserver-xorg-input-all
  * Add zlib1g-dev to the dependency list of xlibs-dev and remove
    xlibs-static-dev, since the latter no longer exists.
    
 -- Tollef Fog Heen <email address hidden>  Fri, 20 Jan 2006 11:25:57 +0100
Superseded in dapper-release
Obsolete in breezy-release
xorg (6.8.2-77) breezy; urgency=low


  * Silence update-rc.d in xorg-common postrm.
  * Add ch(de) fallback for sg-latin1--* (closes: Ubuntu#8824).
  * Revert Wacom changes from -76.
  * Reinstate stripping of drivers.  'Whoops.'

 -- Daniel Stone <email address hidden>  Mon, 10 Oct 2005 09:01:02 +1000
Superseded in hoary-security
Superseded in hoary-security
xorg (6.8.2-10.1) hoary-security; urgency=high


  * SECURITY: CAN-2005-2495.
    + Fix exploitable overflow in creating huge pixmaps in the software
      framebuffer cores.
    + https://bugs.freedesktop.org/show_bug.cgi?id=594

 -- Daniel Stone <email address hidden>  Tue, 30 Aug 2005 16:04:55 +1000
Obsolete in hoary-release
xorg (6.8.2-10) hoary; urgency=low


  * Include patch from Ben Herrenschmidt to fix assertion of DDC GPIO lines
    after a DDC probe had finished, which would render Apple Studio Displays
    useless.
  * Don't reset all templates when migrating from xserver-xfree86; this will
    render the template migration useless.  Don't mess with $RECONFIGURE when
    migrating from xfree86.  Set use_sync_ranges true when upgrading from
    xfree86 (closes: Ubuntu#8562, Ubuntu#8626).
  * Use debug_echo liberally in xserver-xorg.postinst.in to tell us why we're
    writing out sync ranges.

 -- Daniel Stone <email address hidden>  Tue,  5 Apr 2005 08:38:20 +1000
226256 of 256 results