~ubuntu-branches/debian/jessie/xserver-xorg-video-intel/jessie

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-06-12 20:30:51 UTC
  • mfrom: (26.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120612203051-mex5136iqfafp06b
Tags: 2:2.19.0-3
* Add patch to avoid X segfaults with Driver-less Device sections in
  xorg.conf (Closes: #677206):
  - 0003-Avoid-calling-xf86nameCompare-with-a-NULL-pointer.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xserver-xorg-video-intel (2:2.19.0-3) unstable; urgency=low
 
2
 
 
3
  * Add patch to avoid X segfaults with Driver-less Device sections in
 
4
    xorg.conf (Closes: #677206):
 
5
    - 0003-Avoid-calling-xf86nameCompare-with-a-NULL-pointer.patch
 
6
 
 
7
 -- Cyril Brulebois <kibi@debian.org>  Tue, 12 Jun 2012 20:30:51 +0200
 
8
 
 
9
xserver-xorg-video-intel (2:2.19.0-2) unstable; urgency=low
 
10
 
 
11
  * Cherry-pick the following commits to make it possible to build both
 
12
    uxa (legacy acceleration method) and sna (experimental acceleration
 
13
    method):
 
14
    - 3f3bde4f0c uxa: Only consider an output valid if the kernel reports it attached
 
15
    - df6ab02c36 Unify options handling between UXA and SNA
 
16
    - e456291350 Allow runtime switching of AccelMethod between uxa/sna and even glamor
 
17
    - 318982566b sna/dri: Disable experimental code by default
 
18
    - 7614a54188 configure: Harden --with-default-accel against simple mistakes
 
19
    - 4e984b79cc configure: Correct the help string for --with-default-accel
 
20
  * rules: Enable sna and uxa accel methods, default to uxa. The switch
 
21
    to sna can be achieved through a minimal xorg.conf (look for “AccelMethod”
 
22
    in: man intel).
 
23
  * Add patch to document the new AccelMethod option accordingly:
 
24
    - 0002-Update-manpage-for-new-accelmethod-option.patch
 
25
 
 
26
 -- Cyril Brulebois <kibi@debian.org>  Mon, 11 Jun 2012 22:22:00 +0000
 
27
 
1
28
xserver-xorg-video-intel (2:2.19.0-1) unstable; urgency=low
2
29
 
3
30
  * New upstream release.