[ubuntu/lucid] ubiquity 2.1.0 (Accepted)

Evan Dandrea evand at ubuntu.com
Fri Nov 13 10:50:23 GMT 2009


ubiquity (2.1.0) lucid; urgency=low

  [ Evan Dandrea ]
  * Run X with -nolisten tcp (LP: #462394).
  * Make sure we never try to install onto the live filesystem.
  * Only print the filenames being blacklisted if in debug mode.
  * Provide human readable sizes in the partitions-too-small warning
    (LP: #298974).
  * Mark the "Installation Complete" window as always on top
    (LP: #462178).
  * Fixes from Pychecker for the KDE frontend (kde_ui):
    - Don't import datetime or math.  The timezone code is in a separate
      module now.
    - Remove some unused variables.
    - Don't assign to a variable that's going to be immediately discarded.
  * Signal to GTK+ when using a right-to-left language, so that it
    composes the interface from right to left (LP: #222845).
  * Signal to the slideshow when the installer is using a right-to-left
    language (LP: #446989).
  * Set SUDO_UID and SUDO_GID in ubiquity-dm so ubiquity knows what user
    to drop privileges to (LP: #422254).
  * Do not try to configure networking in oem-config (LP: #471498).
  * Make migration-assistant import failures non-fatal to the overall
    install.
  * pkgsel now provides a debconf question to avoid warning the end user
    when the language packs could not be installed (LP: #471553).
  * Make sure a device exists as part of the grub target device
    validation.
  * Allow the user to retry grub installation with a different device on
    failure.
  * Automatic update of included source packages: apt-setup
    1:0.42ubuntu1, choose-mirror 2.29ubuntu2, clock-setup 0.100ubuntu1,
    debian-installer-utils 1.71ubuntu1, grub-installer 1.47ubuntu1, hw-
    detect 1.73ubuntu1, netcfg 1.51ubuntu1, partman-base 135ubuntu1,
    tzsetup 1:0.26ubuntu1, user-setup 1.28ubuntu1.

  [ Colin Watson ]
  * Add a debian/rules target to run pychecker. I've fixed several warnings,
    but there are still several left so this is not yet enabled by default.
  * Fix debconf frontend:
    - Start oem-config on stopping rc, as well as when starting display
      managers.
    - Add some missing imports (ubiquity.frontend.base.Controller,
      ubiquity.plugin.Plugin, ubiquity.i18n, signal,
      ubiquity.components.install).
    - If there's a containing debconf frontend, talk to it rather than using
      debconf-communicator.
    - Set a controller in the language plugin.
    - Use spaces rather than ${!TAB} in localechooser when using the debconf
      frontend, since debconf doesn't support the latter yet.
    - Don't handle user-setup preseeding for the debconf frontend.
    - Remove unused progress_position handling.
    - Fix exception names in ubi-network and ubi-tasks.
  * Require Python 2.5, so we can now use hashlib rather than md5 and avoid
    a slew of warnings.
  * Add an intro message noting that we're alpha again.

Date: Fri, 13 Nov 2009 10:41:42 +0000
Changed-By: Evan Dandrea <evand at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/ubiquity/2.1.0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 10:41:42 +0000
Source: ubiquity
Binary: ubiquity ubiquity-ubuntu-artwork ubiquity-frontend-gtk ubiquity-frontend-kde ubiquity-frontend-mythbuntu ubiquity-frontend-debconf oem-config oem-config-gtk oem-config-kde oem-config-debconf oem-config-check oem-config-udeb
Architecture: source
Version: 2.1.0
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Evan Dandrea <evand at ubuntu.com>
Description: 
 oem-config - Perform end-user configuration after initial OEM installation
 oem-config-check - enter OEM mode if requested (udeb)
 oem-config-debconf - debconf frontend for end-user post-OEM-install configuration
 oem-config-gtk - GTK+ frontend for end-user post-OEM-install configuration
 oem-config-kde - KDE frontend for end-user post-OEM-install configuration
 oem-config-udeb - Prepare for OEM configuration (udeb)
 ubiquity   - Ubuntu live CD installer
 ubiquity-frontend-debconf - debconf frontend for the Ubiquity live 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
Changes: 
 ubiquity (2.1.0) lucid; urgency=low
 .
   [ Evan Dandrea ]
   * Run X with -nolisten tcp (LP: #462394).
   * Make sure we never try to install onto the live filesystem.
   * Only print the filenames being blacklisted if in debug mode.
   * Provide human readable sizes in the partitions-too-small warning
     (LP: #298974).
   * Mark the "Installation Complete" window as always on top
     (LP: #462178).
   * Fixes from Pychecker for the KDE frontend (kde_ui):
     - Don't import datetime or math.  The timezone code is in a separate
       module now.
     - Remove some unused variables.
     - Don't assign to a variable that's going to be immediately discarded.
   * Signal to GTK+ when using a right-to-left language, so that it
     composes the interface from right to left (LP: #222845).
   * Signal to the slideshow when the installer is using a right-to-left
     language (LP: #446989).
   * Set SUDO_UID and SUDO_GID in ubiquity-dm so ubiquity knows what user
     to drop privileges to (LP: #422254).
   * Do not try to configure networking in oem-config (LP: #471498).
   * Make migration-assistant import failures non-fatal to the overall
     install.
   * pkgsel now provides a debconf question to avoid warning the end user
     when the language packs could not be installed (LP: #471553).
   * Make sure a device exists as part of the grub target device
     validation.
   * Allow the user to retry grub installation with a different device on
     failure.
   * Automatic update of included source packages: apt-setup
     1:0.42ubuntu1, choose-mirror 2.29ubuntu2, clock-setup 0.100ubuntu1,
     debian-installer-utils 1.71ubuntu1, grub-installer 1.47ubuntu1, hw-
     detect 1.73ubuntu1, netcfg 1.51ubuntu1, partman-base 135ubuntu1,
     tzsetup 1:0.26ubuntu1, user-setup 1.28ubuntu1.
 .
   [ Colin Watson ]
   * Add a debian/rules target to run pychecker. I've fixed several warnings,
     but there are still several left so this is not yet enabled by default.
   * Fix debconf frontend:
     - Start oem-config on stopping rc, as well as when starting display
       managers.
     - Add some missing imports (ubiquity.frontend.base.Controller,
       ubiquity.plugin.Plugin, ubiquity.i18n, signal,
       ubiquity.components.install).
     - If there's a containing debconf frontend, talk to it rather than using
       debconf-communicator.
     - Set a controller in the language plugin.
     - Use spaces rather than ${!TAB} in localechooser when using the debconf
       frontend, since debconf doesn't support the latter yet.
     - Don't handle user-setup preseeding for the debconf frontend.
     - Remove unused progress_position handling.
     - Fix exception names in ubi-network and ubi-tasks.
   * Require Python 2.5, so we can now use hashlib rather than md5 and avoid
     a slew of warnings.
   * Add an intro message noting that we're alpha again.
Checksums-Sha1: 
 b7d525756ed828894da63153459a387b3d04ab24 1555 ubiquity_2.1.0.dsc
 259ee9380c4df1c3ee5cd46e6481bd2046ba2d53 7715872 ubiquity_2.1.0.tar.gz
Checksums-Sha256: 
 500391872dba8be24d316240d67cb62da5ede2f1b983949b52db1867861871ee 1555 ubiquity_2.1.0.dsc
 4902971511da8c0a0e3316b35afcce80fe213f77220d5176ba04e90c4f809817 7715872 ubiquity_2.1.0.tar.gz
Files: 
 c9050ac3621812ff850077e76a2b3046 1555 admin optional ubiquity_2.1.0.dsc
 bdeec15ad6f6a73a025130d1191d1e37 7715872 admin optional ubiquity_2.1.0.tar.gz
Launchpad-Bugs-Fixed: 222845 298974 422254 446989 462178 462394 471498 471553

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

iEYEARECAAYFAkr9OUsACgkQYMSoESsJNntyKgCgo2wJ7FhvdRc1/KvIsOWbgHdb
CsMAn2+4aHafONEOLsQ8XlD8pS4QB0WN
=peKI
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list