[ubuntu/jaunty] ubiquity 1.12.10 (Accepted)

Evan Dandrea evand at ubuntu.com
Fri Apr 17 18:11:28 BST 2009


ubiquity (1.12.10) jaunty; urgency=low

  [ Evan Dandrea ]
  * Fix a crash when in OEM mode.  Child widgets are members of the
    self.userinterface list (LP: #361668).
  * Add support for displaying the "Use the largest continuous free space"
    option in the partition bars.  Previously ubiquity would create a single
    Ubuntu partition that filled the entire drive when this option was
    selected (LP: #289663).
  * Pack the SegmentedBar widgets in GtkFrames rather than GtkEventBoxes
    to work around repainting issues (LP: #362334).
  * Automatic update of included source packages: flash-kernel
    2.13ubuntu7, user-setup 1.23ubuntu20.

  [ Colin Watson ]
  * Fix stripping of '=dev=' from device names when creating partition bars
    to avoid reducing e.g. '=dev=vda' to 'a' (LP: #362466).
  * KDE frontend:
    - Start the resize slider at the maximum possible size for the partition
      being resized; this is in line with the GTK frontend, and fixes the
      situation where the previous default (half-way between the minimum
      size and the current size) is out of range.
    - Use a better colour to represent the results of automatic partitioning
      (LP: #348461).
  * Preseed tzsetup/selected up-front rather than filtering it and then
    preseeding it; filtering it causes the backup state to be reset, which
    causes an infinite loop when backing up from the timezone page when the
    default country only has one timezone (LP: #361674).
  * Preseed passwd/auto-login-backup=oem in OEM mode, so that the original
    configuration files are available for restoration (LP: #361272).
  * Add a little extra state machine debugging to the partman component.
  * If an error/question dialog is displayed while changing steps is
    disabled, we currently need to re-enable changing steps in order to get
    a normal cursor, but that also enables the Back/Forward buttons and
    allows people to violate assertions by being too quick (e.g. selecting
    an autopartitioning choice while the installer is still busy analysing
    the possible choices). We should clean this up properly later, but for
    now just restore the allowed-change-step state when the dialog is
    finished.
  * Fix preseeding of the autopartitioning question to work in automatic
    mode: it needs to be preseeded as unseen, otherwise going back from a
    confirmation question doesn't work (LP: #361828). Remove an old code
    path that would have been very complicated to fix for this and is
    guaranteed to never be used nowadays.
  * Update translations from Launchpad.

  [ Jonathan Riddell ]
  * KDE frontend:
    - port reboot code to KDE 4, (LP: #360838)

  [ Mario Limonciello ]
  * Mythbuntu Frontend:
    - Don't launch GUI applications from within the chroot as this causes
      problems when libGL.so.1 and friends are diverted.  Instead bind
      mount the necessary files to launch them outside the chroot.
      (LP: #362419)

Date: Fri, 17 Apr 2009 10:07:14 +0100
Changed-By: Evan Dandrea <evand at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Evan Dandrea <evan at totallymittens.com>
https://launchpad.net/ubuntu/jaunty/+source/ubiquity/1.12.10
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 10:07:14 +0100
Source: ubiquity
Binary: ubiquity ubiquity-ubuntu-artwork ubiquity-frontend-gtk ubiquity-frontend-kde ubiquity-frontend-mythbuntu
Architecture: source
Version: 1.12.10
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Evan Dandrea <evand at ubuntu.com>
Description: 
 ubiquity   - Ubuntu live CD installer
 ubiquity-frontend-gtk - GTK+ frontend for Ubiquity live installer
 ubiquity-frontend-kde - KDE frontend for Ubiquity live installer
 ubiquity-frontend-mythbuntu - Mythbuntu frontend for the Ubiquity live installer
 ubiquity-ubuntu-artwork - Ubuntu artwork for Ubiquity live installer
Launchpad-Bugs-Fixed: 289663 348461 360838 361272 361668 361674 361828 362334 362419 362466
Changes: 
 ubiquity (1.12.10) jaunty; urgency=low
 .
   [ Evan Dandrea ]
   * Fix a crash when in OEM mode.  Child widgets are members of the
     self.userinterface list (LP: #361668).
   * Add support for displaying the "Use the largest continuous free space"
     option in the partition bars.  Previously ubiquity would create a single
     Ubuntu partition that filled the entire drive when this option was
     selected (LP: #289663).
   * Pack the SegmentedBar widgets in GtkFrames rather than GtkEventBoxes
     to work around repainting issues (LP: #362334).
   * Automatic update of included source packages: flash-kernel
     2.13ubuntu7, user-setup 1.23ubuntu20.
 .
   [ Colin Watson ]
   * Fix stripping of '=dev=' from device names when creating partition bars
     to avoid reducing e.g. '=dev=vda' to 'a' (LP: #362466).
   * KDE frontend:
     - Start the resize slider at the maximum possible size for the partition
       being resized; this is in line with the GTK frontend, and fixes the
       situation where the previous default (half-way between the minimum
       size and the current size) is out of range.
     - Use a better colour to represent the results of automatic partitioning
       (LP: #348461).
   * Preseed tzsetup/selected up-front rather than filtering it and then
     preseeding it; filtering it causes the backup state to be reset, which
     causes an infinite loop when backing up from the timezone page when the
     default country only has one timezone (LP: #361674).
   * Preseed passwd/auto-login-backup=oem in OEM mode, so that the original
     configuration files are available for restoration (LP: #361272).
   * Add a little extra state machine debugging to the partman component.
   * If an error/question dialog is displayed while changing steps is
     disabled, we currently need to re-enable changing steps in order to get
     a normal cursor, but that also enables the Back/Forward buttons and
     allows people to violate assertions by being too quick (e.g. selecting
     an autopartitioning choice while the installer is still busy analysing
     the possible choices). We should clean this up properly later, but for
     now just restore the allowed-change-step state when the dialog is
     finished.
   * Fix preseeding of the autopartitioning question to work in automatic
     mode: it needs to be preseeded as unseen, otherwise going back from a
     confirmation question doesn't work (LP: #361828). Remove an old code
     path that would have been very complicated to fix for this and is
     guaranteed to never be used nowadays.
   * Update translations from Launchpad.
 .
   [ Jonathan Riddell ]
   * KDE frontend:
     - port reboot code to KDE 4, (LP: #360838)
 .
   [ Mario Limonciello ]
   * Mythbuntu Frontend:
     - Don't launch GUI applications from within the chroot as this causes
       problems when libGL.so.1 and friends are diverted.  Instead bind
       mount the necessary files to launch them outside the chroot.
       (LP: #362419)
Checksums-Sha1: 
 4002365a22e2be81f9880a4eaeffaa35b88fb589 1502 ubiquity_1.12.10.dsc
 4fd3e6c18dc07fc3210df71b802b0b12b646f2b4 6085276 ubiquity_1.12.10.tar.gz
Checksums-Sha256: 
 4b7e876089f31d1aeebd987e2b822da3605c438173aaacd08ffd783c03bbed00 1502 ubiquity_1.12.10.dsc
 909e307d45f27df38f20bf17c1bb997bec0245d05b83889c13fecfe7fac96460 6085276 ubiquity_1.12.10.tar.gz
Files: 
 d48809be54d6f35da434b40016f1ca3a 1502 admin optional ubiquity_1.12.10.dsc
 d2f0573018431af20060f6889cce9574 6085276 admin optional ubiquity_1.12.10.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknoSHIACgkQYMSoESsJNnsHOgCeL10tdvLcwdSZLMxErv1y3yv5
sZAAoI+Ow90ErPSnjPxWqwkpLqVbfhAu
=uBP+
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list