[ubuntu/jaunty] ubiquity 1.12.0 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Mar 30 16:50:27 BST 2009


ubiquity (1.12.0) jaunty; urgency=low

  [ Colin Watson ]
  * Update for new message context system in GTK+ 2.15.1, and update
    imported translations from gtk+2.0 2.16.0-1ubuntu2.
  * Stop setting message attribute in InstallStepError; it isn't used and it
    generates a deprecation warning with Python 2.6. Similarly, rename
    PartedServerError's message attribute to parted_error.
  * Always set auto-login for OEM installations.
  * KDE frontend:
    - Hide auto-login and require-password radio buttons for OEM
      installations.
  * Remove reimplementation of gdm and kdm auto-login support for OEM
    installations, since user-setup handles this now and the duplication
    causes oem-config to be unable to undo autologin (LP: #347900).
  * Fix ubiquity/install_bootloader handling (LP: #348660):
    - Check the seen flag rather its value when deciding whether to override
      it with the UI's value.
    - Outside automatic mode, default the UI's "Install boot loader"
      question to the value of ubiquity/install_bootloader.
  * Offer "Yes" and "No" choices for user-setup/password-weak (LP: #349173).
  * Depend on grub | grub-pc, and don't remove grub-pc until after
    grub-installer has had the chance to decide whether it wants to use it
    (LP: #349835).
  * Add a compatibility wrapper for update-dev to ensure that it never
    attempts to call 'udevadm trigger', which isn't necessary in ubiquity
    and can cause problems (LP: #349937).
  * Permit dmraid-style /dev/mapper/* device names in advanced boot loader
    selector, as well as disk and partition numbers over 9 (LP: #342354).
  * Remove /target/var/lib/apt-xapian-index per Michael Vogt, since it needs
    to be rebuilt based on the installed system's sources.list, and apt's
    cron.daily script and/or synaptic will do this.
  * Preserve ordering of automatic partitioning choices when replacing them
    with our customised strings (LP: #351547).
  * Update translations from Launchpad.
  * Automatic update of included source packages: apt-setup 1:0.37ubuntu11,
    base-installer 1.98ubuntu4, console-setup 1.28ubuntu7, grub-installer
    1.36ubuntu5, hw-detect 1.71ubuntu6, partman-base 129ubuntu4,
    partman-target 58ubuntu6.

  [ Evan Dandrea ]
  * Make the partman/unmount_active dialog a yes or no question
    (LP: #346589).
  * Sort the list of regions on the timezone page (LP: #344334).
  * Merge Roman's city placement code into the GTK frontend.
  * Work in bytes rather than percentages in the partition bar code
    (LP: #336203).
  * Fix partition bar slider (for resizing) code by adding correct
    calculations for bounds checking and slider positioning.
  * Properly encode data from os-prober (LP: #345573).
  * Make sure that the before and after partitioning bars use the same
    colors for the same partitions (LP: #289324).
  * Fix the placement of the partition bars in scrolled windows when
    necessary.
  * Don't let the partition bars eat up any extra space.
  * Move selecting a disk from radio buttons to a drop down box on the
    automatic partitioning page.  This saves a lot of space when
    multiple disks are present and makes the code a little cleaner
    (LP 325958).

  [ Roman Shtylman ]
  * Partitions bars show and hide as appropriate
  * Proper projection points for the cities in kde Timezone map

  [ Mario Limonciello ]
  * Mythbuntu:
    - Don't prevent going forward in the UI if the connection test fails.
      It's no longer necessary for 9.04 to actually work. (LP: #343432)

Date: Mon, 30 Mar 2009 15:49:42 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/ubiquity/1.12.0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 30 Mar 2009 15:49:42 +0100
Source: ubiquity
Binary: ubiquity ubiquity-ubuntu-artwork ubiquity-frontend-gtk ubiquity-frontend-kde ubiquity-frontend-mythbuntu
Architecture: source
Version: 1.12.0
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson 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: 289324 336203 342354 343432 344334 345573 346589 347900 348660 349173 349835 349937 351547
Changes: 
 ubiquity (1.12.0) jaunty; urgency=low
 .
   [ Colin Watson ]
   * Update for new message context system in GTK+ 2.15.1, and update
     imported translations from gtk+2.0 2.16.0-1ubuntu2.
   * Stop setting message attribute in InstallStepError; it isn't used and it
     generates a deprecation warning with Python 2.6. Similarly, rename
     PartedServerError's message attribute to parted_error.
   * Always set auto-login for OEM installations.
   * KDE frontend:
     - Hide auto-login and require-password radio buttons for OEM
       installations.
   * Remove reimplementation of gdm and kdm auto-login support for OEM
     installations, since user-setup handles this now and the duplication
     causes oem-config to be unable to undo autologin (LP: #347900).
   * Fix ubiquity/install_bootloader handling (LP: #348660):
     - Check the seen flag rather its value when deciding whether to override
       it with the UI's value.
     - Outside automatic mode, default the UI's "Install boot loader"
       question to the value of ubiquity/install_bootloader.
   * Offer "Yes" and "No" choices for user-setup/password-weak (LP: #349173).
   * Depend on grub | grub-pc, and don't remove grub-pc until after
     grub-installer has had the chance to decide whether it wants to use it
     (LP: #349835).
   * Add a compatibility wrapper for update-dev to ensure that it never
     attempts to call 'udevadm trigger', which isn't necessary in ubiquity
     and can cause problems (LP: #349937).
   * Permit dmraid-style /dev/mapper/* device names in advanced boot loader
     selector, as well as disk and partition numbers over 9 (LP: #342354).
   * Remove /target/var/lib/apt-xapian-index per Michael Vogt, since it needs
     to be rebuilt based on the installed system's sources.list, and apt's
     cron.daily script and/or synaptic will do this.
   * Preserve ordering of automatic partitioning choices when replacing them
     with our customised strings (LP: #351547).
   * Update translations from Launchpad.
   * Automatic update of included source packages: apt-setup 1:0.37ubuntu11,
     base-installer 1.98ubuntu4, console-setup 1.28ubuntu7, grub-installer
     1.36ubuntu5, hw-detect 1.71ubuntu6, partman-base 129ubuntu4,
     partman-target 58ubuntu6.
 .
   [ Evan Dandrea ]
   * Make the partman/unmount_active dialog a yes or no question
     (LP: #346589).
   * Sort the list of regions on the timezone page (LP: #344334).
   * Merge Roman's city placement code into the GTK frontend.
   * Work in bytes rather than percentages in the partition bar code
     (LP: #336203).
   * Fix partition bar slider (for resizing) code by adding correct
     calculations for bounds checking and slider positioning.
   * Properly encode data from os-prober (LP: #345573).
   * Make sure that the before and after partitioning bars use the same
     colors for the same partitions (LP: #289324).
   * Fix the placement of the partition bars in scrolled windows when
     necessary.
   * Don't let the partition bars eat up any extra space.
   * Move selecting a disk from radio buttons to a drop down box on the
     automatic partitioning page.  This saves a lot of space when
     multiple disks are present and makes the code a little cleaner
     (LP 325958).
 .
   [ Roman Shtylman ]
   * Partitions bars show and hide as appropriate
   * Proper projection points for the cities in kde Timezone map
 .
   [ Mario Limonciello ]
   * Mythbuntu:
     - Don't prevent going forward in the UI if the connection test fails.
       It's no longer necessary for 9.04 to actually work. (LP: #343432)
Checksums-Sha1: 
 46e437ddf589d37cff632ba8f7fffe6d54538b66 1554 ubiquity_1.12.0.dsc
 52a5e995c8ef7d2a726e0aa7f46d9729d75ccbbe 6039913 ubiquity_1.12.0.tar.gz
Checksums-Sha256: 
 53845996502891125b39c8663dfd0e8c1a6d24b665aefd7a1ba18e5d6bb542ba 1554 ubiquity_1.12.0.dsc
 2fc54ad8d6eeabfd7e1e64206a9c65fc848182448416604f4a31edbfc7a689b8 6039913 ubiquity_1.12.0.tar.gz
Files: 
 0e0778fc2f32db4b6c266dbee9e4f004 1554 admin optional ubiquity_1.12.0.dsc
 d54d22b1e0fe19fa21027648329a66c4 6039913 admin optional ubiquity_1.12.0.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFJ0OZ79t0zAhD6TNERAkoHAJ9JbBxEn37yNTjqq2hTYk1o8zrTPQCfSTEx
9aNIYXUN/NL8ZLKECrVtVkw=
=rtIw
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list