~ubuntu-branches/ubuntu/hardy/xorg/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Julien Cristau
  • Date: 2007-12-18 01:19:37 UTC
  • Revision ID: james.westby@ubuntu.com-20071218011937-kg5txb5yafc1bs9b
Tags: 1:7.3+8ubuntu1
* Merge with Debian unstable, remaining changes:
  - apport/xorg-server.py, debian/x11-common.install:
    + apport hook for xorg-server crashes
  - local/Failsafe/*, x11-common.install:
    + Bulletproof-X.
  - control:
    + Change maintainer address.
    + xserver-xorg: Recommends displayconfig-gtk
    + Move xorg-docs Recommends to Suggests, because xorg-docs is in
      universe.
    + Add "xserver-xorg-driver-all" transitional package to make
      dapper->hardy upgrades work.
  - control, rules:
    + Add a dependency to x11-common for each binary built to save
      disk/livecd space.
    + Symlink the doc directories to x11-common, explicitly remove the
      doc directories on upgrade for the now symlinked doc directories.
  - local/xserver-wrapper.c:
    + Stop handling -config specifically in the wrapper, as Xorg now
      handles this itself.
  - local/dexconf, control:
    + Added support for vmmouse_detect (if present) to override mouse
      driver with vmware. Depends on mdetect.
  - local/dexconf:
    + Add extra bits for ps3fb xorg.conf.
  - scripts/vars.{amd64,i386}:
    + Install both xserver-xorg-video-intel AND xserver-xorg-video-i810,
      instead of OR.
  - scripts/vars.i386:
    + Add xserver-xorg-video-amd and xserver-xorg-video-psb.
  - scripts/vars.lpia:
    + Copied from vars.i386.
  - local/Xsession:
    + If ~/.xsession-errors is bigger than 0.5MiB, truncate it to the last
      0.5MiB to avoid having it grow indefinitively. (This does not happen
      with gdm anyway since gdm cleans the file on login).
  - xserver-xorg.postinst.in:
    + 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 combinations.
    + Skip video card autodetection if xforcevesa is set.

[ Julien Cristau ]
* Deregister old debconf questions before calling dexconf.  dexconf calls
  db_stop, and we can't use debconf after that.  Add a comment to that
  effect above the dexconf call in debian/xserver-xorg.postinst.in, to try
  to prevent future mistakes.  Thanks, Michael Vogt!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xorg (1:7.3+8ubuntu1) hardy; urgency=low
 
2
 
 
3
  * Merge with Debian unstable, remaining changes:
 
4
    - apport/xorg-server.py, debian/x11-common.install:
 
5
      + apport hook for xorg-server crashes
 
6
    - local/Failsafe/*, x11-common.install:
 
7
      + Bulletproof-X.
 
8
    - control:
 
9
      + Change maintainer address.
 
10
      + xserver-xorg: Recommends displayconfig-gtk
 
11
      + Move xorg-docs Recommends to Suggests, because xorg-docs is in
 
12
        universe.
 
13
      + Add "xserver-xorg-driver-all" transitional package to make
 
14
        dapper->hardy upgrades work.
 
15
    - control, rules:
 
16
      + Add a dependency to x11-common for each binary built to save
 
17
        disk/livecd space.
 
18
      + Symlink the doc directories to x11-common, explicitly remove the
 
19
        doc directories on upgrade for the now symlinked doc directories.
 
20
    - local/xserver-wrapper.c:
 
21
      + Stop handling -config specifically in the wrapper, as Xorg now
 
22
        handles this itself.
 
23
    - local/dexconf, control:
 
24
      + Added support for vmmouse_detect (if present) to override mouse
 
25
        driver with vmware. Depends on mdetect.
 
26
    - local/dexconf:
 
27
      + Add extra bits for ps3fb xorg.conf.
 
28
    - scripts/vars.{amd64,i386}:
 
29
      + Install both xserver-xorg-video-intel AND xserver-xorg-video-i810,
 
30
        instead of OR.
 
31
    - scripts/vars.i386:
 
32
      + Add xserver-xorg-video-amd and xserver-xorg-video-psb.
 
33
    - scripts/vars.lpia:
 
34
      + Copied from vars.i386.
 
35
    - local/Xsession:
 
36
      + If ~/.xsession-errors is bigger than 0.5MiB, truncate it to the last
 
37
        0.5MiB to avoid having it grow indefinitively. (This does not happen
 
38
        with gdm anyway since gdm cleans the file on login).
 
39
    - xserver-xorg.postinst.in:
 
40
      + Make sure to ask video driver on sparc even if autodetected. Some
 
41
        cards still require weird overrides (ati -> fbdev) that are not
 
42
        100% known in all combinations.
 
43
      + Skip video card autodetection if xforcevesa is set.
 
44
 
 
45
  [ Julien Cristau ]
 
46
  * Deregister old debconf questions before calling dexconf.  dexconf calls
 
47
    db_stop, and we can't use debconf after that.  Add a comment to that
 
48
    effect above the dexconf call in debian/xserver-xorg.postinst.in, to try
 
49
    to prevent future mistakes.  Thanks, Michael Vogt!
 
50
 
 
51
 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 18 Dec 2007 01:19:37 +0200
 
52
 
 
53
xorg (1:7.3+8) unstable; urgency=low
 
54
 
 
55
  [ Julien Cristau ]
 
56
  * Make xorg Architecture: any.  Depend on sparc-utils [sparc] instead of
 
57
    sparc-utils | not+sparc.
 
58
  * dexconf: Use xorg.conf/xserver-xorg instead of $REALCONFIG/$XSERVERPKG.
 
59
    Thanks, Timo Aaltonen!
 
60
 
 
61
  [ Tormod Volden ]
 
62
  * xserver-xorg.postinst.in: Narrow down the drivers to filter from the list,
 
63
    because otherwise radeonhd would not be selectable.
 
64
    (Closes: #446441, LP: #174311)
 
65
 
 
66
  [ David Nusinow ]
 
67
  * Don't write the default depth to xorg.conf any more.
 
68
    The drivers should choose the appropriate depth by default now.
 
69
  * Don't bother with resolutions in xorg.conf
 
70
    We now rely on the server and drivers to do the right thing. Previously,
 
71
    our best-case scenario was to have the xserver-xorg postinstall script ask
 
72
    the monitor what the optimal values were, and if that wasn't possible to
 
73
    give the user a default list of resolutions and a best-guess hsync and
 
74
    vrefresh values that the user could override. The server and almost all
 
75
    drivers will do this on boot anyway using properly maintained code, which
 
76
    allows them to better adapt to changes. randr 1.2-compliant drivers will
 
77
    do this even better than we possibly could. Finally, the server will
 
78
    provide a better list of defaults than we were doing anyway. There will
 
79
    undoubtedly be bugs uncovered by this change, but we need  to find and fix
 
80
    the actual bugs in the drivers and server in order to move forward.
 
81
    + Don't recommend xresprobe any more
 
82
    + Don't recommend laptop-detect any more or look for it in server postinst
 
83
  * Don't set fbdev in the postinst for r128 on ppc.
 
84
    The driver will do this automatically if no option is specified by the user
 
85
  * Allow cross-building. Thanks Neil Williams. Closes: #451293
 
86
  * Bump standards version to 3.7.3.0. No changes needed.
 
87
 
 
88
 -- David Nusinow <dnusinow@debian.org>  Sun, 16 Dec 2007 10:35:08 -0500
 
89
 
1
90
xorg (1:7.3+7ubuntu3) hardy; urgency=low
2
91
 
3
92
  [ Michael Vogt ]