Change log for ubiquity package in Ubuntu

9761014 of 1014 results
Superseded in edgy-release
ubiquity (1.1.1) edgy; urgency=low

  * Use 'replace' Unicode error handling when dealing with data coming from
    debconf (closes: Malone #44595, #48732).
  * Fix ubiquity/install/apt_error_install and
    ubiquity/install/apt_error_remove templates to be of type 'error'
    (closes: Malone #53258).
  * Install more defence against gparted/qtparted crashing (closes: Malone
    #47194, #48856).
  * If gparted or qtparted crashes, put up a dialog allowing the user to try
    again, return to autopartitioning, or quit the installer. This is a
    pretty awful hack, but hopefully we won't be using gparted/qtparted for
    all that much longer ...
  * Fix crash in KDE frontend while translating widgets (closes: Malone
    #53367).

 -- Colin Watson <email address hidden>   Tue, 18 Jul 2006 22:09:21 +0100
Superseded in edgy-release
ubiquity (1.1.0) edgy; urgency=low

  * Use try/finally in install.py to ensure that PROGRESS STOP is always
    called; ignore errors from PROGRESS STOP (e.g. because debconf has gone
    away due to a previous error).
  * Support /UNIONFS (Knoppix) as well as /rofs as the read-only filesystem
    source.
  * Don't require entering a full name (see
    http://www.hermann-uwe.de/blog/os-install-experiences-part-4-ubuntu).
  * GTK frontend:
    - Return None from location_from_point if point is None (thanks to Chris
      Moore for the idea; closes: Malone #48885).
  * KDE frontend:
    - Add slightly more paranoia in case getNearestCity returns None.
  * Don't show hw-detect/modprobe_error, and make it non-fatal (closes:
    Malone #48524).
  * Make it clear in the crash dialog that you should file a new bug, not
    attach your details to an existing bug.
  * Add passwd and adduser dependencies from user-setup.
  * Take a copy of the supplied choice map in set_keyboard_choices.
  * Save tracebacks from install.py and slurp them back into the traceback
    displayed if install.py exits non-zero.
  * Convert to new Python policy (python-central). Install Python
    modules/extensions to /usr/lib/ubiquity/ubiquity rather than into the
    public module path.
  * Warn in the partitioner if you try to use XFS for /boot (closes: Malone
    #47848).
  * Warn in the partitioner if system filesystems are not reformatted
    (closes: Malone #47046).
  * Remove /usr/bin/espresso compatibility symlink.
  * Use os._exit() rather than sys.exit() in the apt install progress child
    process after forking, fixing a lot of strange "PROGRESS STOP" messages
    in /var/log/installer/syslog and bizarre debconf exceptions. See also
    Malone #53298.
  * Use exceptions to communicate all failures in install.py, so that we get
    more useful tracebacks.

  * Automatic update of included source packages: apt-setup 1:0.11ubuntu1,
    base-installer 1.63ubuntu2, choose-mirror 2.04ubuntu1, clock-setup
    0.10ubuntu1, debian-installer-utils 1.32ubuntu1, grub-installer
    1.17ubuntu1, hw-detect 1.38ubuntu1, kbd-chooser 1.29ubuntu1,
    localechooser 1.20ubuntu3, partconf 1.16, partman-auto 54ubuntu1,
    partman-base 90ubuntu1, partman-basicfilesystems 47ubuntu1,
    partman-basicmethods 30, partman-ext3 41, partman-jfs 17,
    partman-newworld 13, partman-palo 4, partman-partitioning 40ubuntu1,
    partman-reiserfs 31, partman-target 42ubuntu1, partman-xfs 29,
    silo-installer 1.04ubuntu1, tzsetup 1:0.10ubuntu1, user-setup
    1.2ubuntu2, yaboot-installer 1.1.7ubuntu1.
  * Handle move of prebaseconfig scripts to (variously) post-base-installer
    or finish-install.
  * Install search-path from debian-installer-utils; partman-auto needs it
    now.

 -- Colin Watson <email address hidden>   Tue, 18 Jul 2006 00:18:21 +0100
Superseded in edgy-release
Obsolete in dapper-release
ubiquity (1.0.12) dapper; urgency=low

  * Teach get_string to fetch translations for ll_CC locales (e.g.
    zh_{CN,TW}).
  * Automatic update of included source packages: localechooser
    0.27ubuntu22.

 -- Colin Watson <email address hidden>   Wed, 31 May 2006 00:03:47 +0100
Superseded in dapper-release
ubiquity (1.0.11) dapper; urgency=low

  * Remove superfluous parenthesis from copy_debconf.
  * Add/update .desktop file translations from Rosetta: Afrikaans, Amharic,
    Azerbaijani, Bulgarian, Bengali, Catalan, Czech, Danish, Greek, Basque,
    Persian, Galician, Hebrew, Armenian, Indonesian, Icelandic, Georgian,
    Latvian, Norwegian Bokmål, Norwegian Nynorsk, Norwegian, Romanian,
    Swedish, Tamil, Thai, Tagalog, Turkish, Chinese (Hong Kong).
  * Add/update translations from Rosetta: Afrikaans, Azerbaijani,
    Belarusian, Bengali, Breton, Catalan, Czech, German, Basque, Persian,
    Frisian, Galician, Hebrew, Indonesian, Icelandic, Italian, Japanese,
    Georgian, Lithuanian, Norwegian Bokmål, Dutch, Occitan, Portuguese
    (Brazil), Romanian, Russian, Slovak, Serbian, Swedish, Thai, Ukrainian,
    Chinese (China), Chinese (Hong Kong).
  * Automatic update of included source packages: partman-auto 45ubuntu16.

 -- Colin Watson <email address hidden>   Mon, 29 May 2006 18:01:09 +0100
Superseded in dapper-release
ubiquity (1.0.10) dapper; urgency=low

  * Explicitly refer to /var/log/installer/syslog and /var/log/syslog for
    more details when install.py fails; not everyone seems to be reading the
    crash dialog text.
  * Ask for /var/log/syslog in the crash dialog text as well (in case it
    does get read); some errors land there rather than
    /var/log/installer/syslog. (I'll consolidate the logging a bit after the
    Dapper release.)
  * When copying symlinks, check for existing dangling symlinks as well as
    other types of file (closes: Malone #47054).
  * Fix crash if the default partition selection somehow includes partitions
    not in the list of choices (closes: Malone #46910).
  * Copy debian-installer/keymap to the installed system (closes: Malone
    #40627).
  * Automatic update of included source packages: grub-installer
    1.14ubuntu5, localechooser 0.27ubuntu21.

 -- Colin Watson <email address hidden>   Sun, 28 May 2006 15:46:48 +0100
Superseded in dapper-release
ubiquity (1.0.9) dapper; urgency=low

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Allow for "1 Cancel" output from qtparted if Apply changes
      is cancelled, closes Malone #46404
    - Correctly exit and remove qtparted widget when clicking Back,
      closes Malone #45430
    - Remove qtparted widget when clicking Next
    - Ensure buttons remain disabled during install

 -- Colin Watson <email address hidden>   Fri, 26 May 2006 22:52:10 +0100
Superseded in dapper-release
ubiquity (1.0.8) dapper; urgency=low

  * Ignore IOError when trying to tell gparted/qtparted to undo or exit
    (closes: Malone #46387).
  * GTK frontend:
    - Make sure the steps notebook expands and fills available space when
      the window is resized (closes: Malone #40227).
    - Hide the "New partition size" box rather than merely making it
      insensitive when not in use (closes: Malone #46749).
  * Ignore failures while removing extra packages from installed system
    (closes: Malone #46733).
  * Tell time-admin to suppress its "Install NTP support" button (closes:
    Malone #46743).

 -- Colin Watson <email address hidden>   Fri, 26 May 2006 17:30:13 +0100
Superseded in dapper-release
ubiquity (1.0.7) dapper; urgency=low

  * Fix infinite backup loop in disk selector (closes: Malone #46398).
  * Fix crash on backup from manual partitioning if gparted/qtparted isn't
    currently running (closes: Malone #45437, #46211).
  * Don't close down gparted/qtparted if it returns "1 Cancel" to the
    "apply" command (i.e. the user cancelled application of changes).
  * Fix partition-assigned-to-multiple-mount-points check to ignore blank
    rows in the mountpoints table (closes: Malone #46402).
  * Fix insanely enormous minimum size quoted for root partition if no swap
    partition is configured.

 -- Colin Watson <email address hidden>   Thu, 25 May 2006 01:18:28 +0100
Superseded in dapper-release
ubiquity (1.0.6) dapper; urgency=low

  * Don't crash when partitions are deleted in the manual partitioner
    (closes: Malone #46395).

 -- Colin Watson <email address hidden>   Wed, 24 May 2006 17:56:19 +0100
Superseded in dapper-release
ubiquity (1.0.5) dapper; urgency=low

  * Really include base-installer/kernel/linux/link_in_boot in
    ubiquity.templates (closes: Malone #46246).

 -- Colin Watson <email address hidden>   Wed, 24 May 2006 10:38:37 +0100
Superseded in dapper-release
ubiquity (1.0.4) dapper; urgency=low

  [ Colin Watson ]
  * Include base-installer/kernel/linux/link_in_boot in ubiquity.templates,
    needed by architectures with multiple kernels (closes: Malone #46160).
  * Set the resize slider to a sensible position by default.
  * Set a slightly more meaningful progress info message while reconfiguring
    linux-image-* and linux-restricted-modules-*.
  * Automatic update of included source packages: partman-auto 45ubuntu13,
    partman-partitioning 37ubuntu3.

  [ Jonathan Riddell ]
  * KDE frontend:
    - Fix crash in country selector when nothing is pre-set.

 -- Colin Watson <email address hidden>   Tue, 23 May 2006 19:53:07 +0100
Superseded in dapper-release
ubiquity (1.0.3) dapper; urgency=low

  * If install.py exits non-zero, invoke the crash handler with some dummy
    text (getting the exact reason for the crash is unfortunately
    difficult). Add text to the crash handler to ask the user to attach
    /var/log/installer/syslog and /var/log/partman to bug reports so that we
    can figure out why crashes at this point happen.

 -- Colin Watson <email address hidden>   Tue, 23 May 2006 14:29:03 +0100
Superseded in dapper-release
ubiquity (1.0.2) dapper; urgency=low

  * GTK frontend:
    - Delete DESKTOP_STARTUP_ID from environment before running time-admin,
      to stop it opening behind ubiquity (thanks, Michael Vogt; closes:
      Malone #46008).
  * Automatic update of included source packages: kbd-chooser
    1.23ubuntu18.

 -- Colin Watson <email address hidden>   Mon, 22 May 2006 22:16:23 +0100
Superseded in dapper-release
ubiquity (1.0.1) dapper; urgency=low

  * Clear out all partman state immediately before each time we run partman,
    and make sure /var/lib/partman/initial_auto exists before running
    partman to commit manual partitioning in order to ensure that it never
    attempts autopartitioning by mistake (closes: Malone #45597).
  * Disable Forward on timezone page until a location is selected (closes:
    Malone #45515).
  * Load translations for partman-basicfilesystems/bad_mountpoint and
    partman-target/no_root (bug misfiled as a comment in Malone #45200).
  * Synchronise required space claimed in text alongside manual partitioner
    and actually required in the minimal partitioning scheme; both are now
    set to 2 GB (closes: Malone #45672).
  * Add/update .desktop file translations from Rosetta: Breton, Greek,
    Croatian, Lithuanian, Slovak, Tagalog, Chinese (China).
  * Add/update translations from Rosetta: French, Croatian, Lithuanian,
    Polish, Romanian, Chinese (Hong Kong).

 -- Colin Watson <email address hidden>   Mon, 22 May 2006 14:40:30 +0100
Superseded in dapper-release
ubiquity (1.0.0) dapper; urgency=low

  * When going forward to the username/password screen, only disable the
    Forward button if not all the fields have been filled in (closes: Malone
    #37870).
  * KDE frontend:
    - Fix crash when trying to go back from the manual partitioner.
    - Fix crash when returning to autopartitioning (closes: Malone #45396).
  * Fix going back from autopartitioning page if there's only one disk and
    thus no disk selector (closes: Malone #39283).
  * If there is no intro.txt installed, then silently skip the welcome
    screen, and decrement the visible step numbers to match.
  * Rename intro.txt to intro-beta.txt; we can put it back easily if need be
    (closes: Malone #38718).
  * Make apt-setup/security-updates-failed a non-fatal error, i.e. don't
    throw the user back to autopartitioning if it happens.
  * Add/update .desktop file translations from Rosetta: Japanese, Occitan,
    Chinese (China).
  * Update translations from Rosetta: Slovak.
  * Let's call it 1.0.0!

 -- Colin Watson <email address hidden>   Thu, 18 May 2006 19:39:50 +0100
Superseded in dapper-release
ubiquity (0.99.84) dapper; urgency=low

  * Count /boot, /usr, and /var (and subdirectories) towards minimum size
    requirement for / (closes: Malone #42435).
  * Remove all partman state (/var/lib/partman) on startup, not just
    /var/lib/partman/devices.
  * Automatically offer read-only mounts under /media in the manual
    partitioner when partman thinks it's appropriate (closes: Malone
    #40114).
  * Map cf console keymap to ca(fr) (closes: Malone #34627).
  * GTK frontend:
    - Keep a stack of old progress bar titles, and drop the primary text
      back to the previous title on PROGRESS STEP (closes: Malone #38422).
  * Add .desktop file translations from Rosetta: Czech, Dutch, Occitan,
    Russian.
  * Update translations from Rosetta: Finnish, Hungarian, Indonesian,
    Italian, Norwegian Bokmål, Portuguese (Brazil), Russian.
  * Automatic update of included source packages: apt-setup 1:0.10ubuntu2,
    choose-mirror 1.17ubuntu10, clock-setup 0.8ubuntu1.

 -- Colin Watson <email address hidden>   Thu, 18 May 2006 02:05:32 +0100
Superseded in dapper-release
ubiquity (0.99.83) dapper; urgency=low

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Update timezone information when clicking on map
    - i18n various strings, closes Malone #43818
    - Allow line wrap on Reboot dialogue, closes Malone #43680
    - Fix cancel button on debconf progress dialogue from jumping position

  [ Colin Watson ]
  * Avoid starting cardmgr while running hw-detect.
  * Remove old partman state each time the installer is started.
  * Rearrange partman component control flow to set the default resize
    slider position straight away rather than waiting until the resize
    option is selected (closes: Malone #39062).
  * Round default resize slider position up rather than down.
  * GTK frontend:
    - Show % indicator on resize slider.
  * Display the actual new partition size as well as the percentage of the
    existing size on the resize slider.
  * Add/update .desktop file translations from Rosetta: Breton, French,
    Indonesian, Slovenian.
  * Add/update translations from Rosetta: Greek, Spanish, Galician,
    Hungarian, Occitan, Portuguese, Turkish, Vietnamese.
  * Automatic update of included source packages: user-setup 1.1ubuntu3.

 -- Colin Watson <email address hidden>   Tue, 16 May 2006 21:13:24 +0100
Superseded in dapper-release
ubiquity (0.99.82) dapper; urgency=low

  * Really remove /usr/share/ubiquity/pixmaps/world_map-960.png from
    ubiquity-frontend-gtk.
  * Add basic clock-setup integration; there's no UI at present, but it will
    at least try to guess appropriate UTCness for the hardware clock based
    on what other operating systems you have installed.
  * Automatic update of included source packages: kbd-chooser
    1.23ubuntu17, localechooser 0.27ubuntu20, tzsetup 1:0.8ubuntu7,
    user-setup 1.1ubuntu2.

 -- Colin Watson <email address hidden>   Mon, 15 May 2006 22:50:49 +0100
Superseded in dapper-release
ubiquity (0.99.81) dapper; urgency=low

  [ Colin Watson ]
  * Work around PyGTK bug in gtk.Dialog(): each button text must actually be
    a subtype of str, which unicode isn't (closes: Malone #43012).
  * New, more descriptive icon (thanks, Antônio Cláudio; closes: Malone
    #41472).
  * Add .desktop file translations from Rosetta: German, Spanish, Finnish,
    French, Croatian, Hungarian, Italian, Korean, Kurdish, Polish,
    Portuguese.
  * Update translations from Rosetta: Belarusian, Frisian, Hungarian,
    Kurdish, Latvian, Thai, Turkish, Chinese (Taiwan).

  [ Jonathan Riddell ]
  * KDE frontend:
    - Show % indicator on resize slider
    - Improve size/layout of some widgets
    - Don't call get_translations multiple times (closes: Malone #44515)
    - Format time properly in non-latin locales
    - Make mountpoint comboboxes editable
    - Resize qtparted to fit window (closes: Malone #43122)
    - Quit qtparted cleanly
    - Select values on mountpoints page correctly
    - Remove debugging print lines
    - Fix some i18n strings
    - Enable/disable Cancel button in debconf progress dialogue
    - Add spacers in disk selection
    - Add Map Widget (closes: Malone #43678)
  * Move world_map-960.png from ubiquity-frontend-gtk to ubiquity package

 -- Colin Watson <email address hidden>   Mon, 15 May 2006 12:00:04 +0100
Superseded in dapper-release
ubiquity (0.99.80) dapper; urgency=low

  * If we get an IOError when trying to tell gparted or qtparted to apply
    changes, just shut it down and try running it again (closes: Malone
    #43504, #44108).
  * Fix get_string to handle requests for fully-qualified debconf questions
    again.
  * Defend against progress_title being None in debconf_progress_start a bit
    harder.
  * Update Korean translation from Rosetta.

 -- Colin Watson <email address hidden>   Fri, 12 May 2006 18:56:36 +0100
Superseded in dapper-release
ubiquity (0.99.79) dapper; urgency=low

  * Defend against progress_title being None in debconf_progress_start
    (closes: Malone #44219).
  * Add Brazilian Portuguese .desktop file translation from Malone #39064.
  * Make translations of "How do you want to partition the disk?" work.
  * Add support for getting translations from debconf questions other than
    ubiquity/text/*, including "New partition size:".
  * Reduce the number of strings we slurp into memory (only grab
    partman-partitioning*, not partman*).
  * Make "Step N of M" string translatable.
  * Set LANGUAGE as well as LANG when changing locale; this allows us to get
    correct debconf translations without needing to run locale-gen (closes:
    Malone #43071).
  * Automatic update of included source packages: localechooser
    0.27ubuntu19.

 -- Colin Watson <email address hidden>   Fri, 12 May 2006 15:30:04 +0100
Superseded in dapper-release
ubiquity (0.99.78) dapper; urgency=low

  [ Colin Watson ]
  * GTK frontend:
    - Fix application of Pango attributes to non-ASCII strings (closes:
      Malone #41769).
  * Internationalise .desktop files (closes: Malone #39064).
  * Filter out base-installer/* from our templates file; saves 350KB.
  * Only load translations for the current language (plus those translations
    needed immediately on the language page), to save memory.
  * Fix Unicode decoding crash on substituted values in summary component
    (closes: Malone #43867).
  * Log our own version number to /var/log/installer/syslog and
    /var/log/installer/version on startup. Save /var/log/installer/version
    to installed system.
  * Speed up building of subsidiary source packages by running 'debian/rules
    binary' in one go rather than binary-arch and binary-indep separately.
  * Fix hw-detect not to try to write to non-existent prebaseconfig script.
  * Change text on summary page to "Your new operating system will now be
    installed with the following settings:" (closes: Malone #42618).
  * Change "Quit" button to "Continue using the live CD" and "Reboot the
    computer" to "Restart now" (closes: Malone #37605).

  * Remove piles of obsolete screenshots and locale files from the source
    package and ubiquity-ubuntu-doc.
  * Merge ubiquity-ubuntu-doc into ubiquity-ubuntu-artwork (and likewise
    move the commented-out pieces of ubiquity-guadalinex-doc into
    ubiquity-guadalinex-artwork). Both are always required, so there's no
    point in them being separate.

  * Update all translations from Rosetta.
  * Automatic update of included source packages: partman-target
    41ubuntu1.

  [ Scott James Remnant ]
  * Always write the "arp N" line to /etc/iftab to match netcfg behaviour
    and to deal with cards that change driver and break (e.g. madwifi ->
    madwifi-ng).

 -- Colin Watson <email address hidden>   Thu, 11 May 2006 21:08:52 +0100
Superseded in dapper-release
ubiquity (0.99.77) dapper; urgency=low

  * Run hw-detect to set up /etc/modules properly (closes: Malone #40826).
  * Mimic base-installer's logic to configure initramfs-tools with an
    appropriate resume partition (closes: Malone #42299).
  * Fix logging in apply_keyboard.
  * Handle trfu/trqu console keymaps the same way as trf/trq (closes: Malone
    #37867).
  * Map croat console keymap to hr (closes: Malone #43598).
  * Mimic xserver-xorg's logic regarding alternate US layouts for non-Latin
    keymaps.
  * Map et console keymap to ee (closes: Malone #42800).
  * Handle fi-latin1 console keymap the same way as fi (closes: Malone
    #42650).
  * Map mk, nl, ro, and ru console keymaps to the X keymaps by the same
    names.
  * Map gr console keymap to gr, and add it to the list of non-Latin
    keymaps.
  * Change sr-cy console keymap to map to cs, not sr, following
    xkeyboard-config changes. Add this to the list of non-Latin keymaps.
  * Automatic update of included source packages: hw-detect 1.32ubuntu6.

 -- Colin Watson <email address hidden>   Mon,  8 May 2006 17:39:19 +0100
Superseded in dapper-release
ubiquity (0.99.76) dapper; urgency=low

  * Make deselection of mount points actually have a useful effect on
    partman_commit (closes: Malone #35079).

 -- Colin Watson <email address hidden>   Sat,  6 May 2006 00:09:22 +0100
Superseded in dapper-release
ubiquity (0.99.75) dapper; urgency=low

  * KDE frontend:
    - Fix resize slider handling in autopartitioner (closes: Malone #43015).
    - Fix handling of disk selections (closes: Malone #43125).
  * When committing the results of manual partitioning, tell partman to run
    update.d scripts before asking the confirmation question, rather than
    trying to run them ourselves and doing it wrong (closes: Malone #37872).
  * GTK frontend:
    - Allow deselecting mount points in manual partitioner.
  * Hide mount point errors after successful manual partitioning, to make
    sure that they don't appear if you go back from the summary page.
  * Automatic update of included source packages: partman-base
    78ubuntu4.

 -- Colin Watson <email address hidden>   Fri,  5 May 2006 21:11:15 +0100
Superseded in dapper-release
ubiquity (0.99.74) dapper; urgency=low

  * Tolerate partman doing METAGET on questions that don't exist (closes:
    Malone #42967).

 -- Colin Watson <email address hidden>   Thu,  4 May 2006 19:17:45 +0100
Superseded in dapper-release
ubiquity (0.99.73) dapper; urgency=low

  * Mark file descriptors connected to debconf-communicate as close-on-exec
    (requires debconf 1.4.72ubuntu5; closes: Malone #42868).

 -- Colin Watson <email address hidden>   Thu,  4 May 2006 10:11:46 +0100
Superseded in dapper-release
ubiquity (0.99.72) dapper; urgency=low

  * Sort languages by their ISO-639-1 code rather than by their localised
    name; this seems to produce slightly better results for most languages
    whose localised name begins with a non-ASCII name, and is consistent
    with gfxboot. We can't really win here though, since there's no
    universally-correct collation order (closes: Malone #39299).
  * Save /var/log/partman to installed system as /var/log/installer/partman.
  * Bump localechooser-data dependency to 0.27ubuntu17.
  * Handle errors and warnings thrown by partman, displaying them to the
    user and possibly returning to the partitioner (closes: Malone #39734).
  * Update all translations from Rosetta.
  * Automatic update of included source packages: kbd-chooser
    1.23ubuntu16, localechooser 0.27ubuntu18, partman-basicfilesystems
    46ubuntu5, partman-ext3 39ubuntu1, partman-jfs 15ubuntu1, partman-
    reiserfs 28ubuntu1, partman-xfs 27ubuntu1.

 -- Colin Watson <email address hidden>   Thu,  4 May 2006 06:23:44 +0100
Superseded in dapper-release
ubiquity (0.99.71) dapper; urgency=low

  [ Colin Watson ]
  * Fix line splitting in parted_server bindings, particularly affecting
    partitions with whitespace in their names (closes: Malone #41768).
  * Drop duplicate encode("UTF-8") calls while preseeding passwd/* (closes:
    Malone #42097).
  * Set LC_COLLATE=C for debconffiltered subprocesses; some other collation
    orderings confuse partman into mounting partitions the wrong way round
    (closes: Malone #40395).
  * GTK frontend:
    - Disable back/forward buttons while waiting for debconffiltered
      subprocesses (closes: Malone #41948).
    - Improve widget packing on resize (thanks, Xavier Claessens; closes:
      Malone #40227).
  * Automatic update of included source packages: partman-auto
    45ubuntu11, silo-installer 1.03ubuntu3.

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Set busy cursor and disable buttons between steps
    - Fix reboot
    - Fix get_disk_choice, Closes Malone #41865
    - Fix unicode problem in get_disk_choice, Closes Malone #41893
    - Disable new_size_frame
    - Make qtparted use python subprocess instead of KProcess
    - Fix scrolling on crash dialogue

  [ Stephan Hermann ]
  * KDE Frontend:
    - Fixed crash in kde-ui.py on amd64, closes Malone #41883

 -- Colin Watson <email address hidden>   Tue,  2 May 2006 17:31:54 +0100
Superseded in dapper-release
ubiquity (0.99.70) dapper; urgency=low

  [ Colin Watson ]
  * Ignore errors from locale.setlocale() in timezone component too (closes:
    Malone #41846).
  * Account for preseeding changes in partman-auto 45ubuntu10.
  * Escape passwords when sending them to debconf (closes: Malone #37934).
    Requires debconf (>= 1.4.72) and won't work with cdebconf yet.
  * Automatic update of included source packages: debian-installer-utils
    1.22ubuntu8, partman-auto 45ubuntu10.

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Order methods to match gtkui
    - Some fixes to crashdialogue
    - Don't show blank choices in set_disk_choices
    - Delay auto-partitioning until after final step

 -- Colin Watson <email address hidden>   Fri, 28 Apr 2006 21:24:16 +0100
Superseded in dapper-release
ubiquity (0.99.69) dapper; urgency=low

  * GTK frontend:
    - Make sure labels don't end up in the focus chain, despite being
      selectable.

 -- Colin Watson <email address hidden>   Thu, 27 Apr 2006 00:19:51 +0100
Superseded in dapper-release
ubiquity (0.99.68) dapper; urgency=low

  [ Tollef Fog Heen ]
  * Configure French Swiss, German Swiss and Slovenian keyboards correctly
    in X.

  [ Colin Watson ]
  * Ignore comments and blank lines in manifest files, so that we can put
    comments there to help out customisers.
  * GTK frontend:
    - Make label text selectable (closes: Malone #41618).
    - Guard against calling gtk.main_quit() outside of a main loop when
      quitting (closes: Malone #41619).
  * KDE frontend:
    - Fix Unicode decoding crash in autopartitioner (closes: Malone #41621).
      Shuffle around a couple of workarounds elsewhere into better places.
    - Fix "setEnablede" typo in the manual partitioner.
    - Fix various bits of checked vs. enabled confusion in the manual
      partitioner, plus a missing unicode() call that prevented the format
      checkbox from ever being selectable.
  * Automatic update of included source packages: base-installer
    1.42ubuntu11.

 -- Colin Watson <email address hidden>   Wed, 26 Apr 2006 23:34:52 +0100
Superseded in dapper-release
ubiquity (0.99.67) dapper; urgency=low

  * Don't dh_install to ubiquity-frontend-{gtk,kde} if the respective
    UBIQUITY_NO_{GTK,KDE} is defined.
  * GTK and KDE frontends:
    - Add a crash handler UI.
  * Turn internal (non-debconf) debugging on by default; it can be disabled
    by setting UBIQUITY_DEBUG_CORE=0. Debconf debugging is unfortunately not
    safe to enable by default because it logs the user's password.
  * Write out /target/etc/apt/apt.conf.d/00IgnoreTimeConflict for the
    duration of post-copy configuration to avoid problems on clock-skewed
    machines.
  * KDE frontend:
    - Fix tab order, chiefly on user info page (closes: Malone #40520).
  * Configure networking before apt, so that we can contact mirrors.
  * Automatic update of included source packages: apt-setup
    1:0.10ubuntu1.

 -- Colin Watson <email address hidden>   Tue, 25 Apr 2006 20:24:59 +0100
Superseded in dapper-release
ubiquity (0.99.66) dapper; urgency=low

  [ Colin Watson ]
  * Make for loops in debian/rules exit properly on errors.
  * Allow defining UBIQUITY_NO_GTK or UBIQUITY_NO_KDE during the build to
    avoid making use of GTK- or KDE-specific build-dependencies
    (respectively). This is useful to cut down on the number of
    build-dependencies needed when testing on a live CD.
  * If ubiquity is started with no arguments, try both the gtkui and kde-ui
    frontends rather than just gtkui.
  * Explicitly return Unicode strings from ubiquity.misc.get_string(),
    simplifying the KDE frontend.
  * Add a no-op anna-install shim for localechooser, ensuring that locales
    are generated.
  * Ignore errors from locale.setlocale(), although with the above
    anna-install fix I hope this should not often be necessary (closes:
    Malone #41132).
  * KDE frontend:
    - Fix set_username() to really set the username, not the full name.
    - Fix automatic filling in of values on user information page.
    - Don't crash on non-ASCII names (closes: Malone #40666).
  * GTK and KDE frontends:
    - Make the determination of whether to allow going forward from the user
      information page a bit more reliable.
  * Remove gettext use from ubiquity.misc.part_label(); we'll make those
    translatable via debconf in the future, but for now this breaks the KDE
    frontend.
  * Reconfigure linux-restricted-modules-$KVER as well as linux-image-$KVER
    (closes: Malone #40547).
  * Automatic update of included source packages: partman-base
    78ubuntu3.

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Remove broken import (closes: Malone #41169).

 -- Colin Watson <email address hidden>   Tue, 25 Apr 2006 00:12:45 +0100
Superseded in dapper-release
ubiquity (0.99.65) dapper; urgency=low

  * KDE Frontend:
    - Fix install paths of Crystal icon

 -- Jonathan Riddell <email address hidden>   Sun, 23 Apr 2006 22:37:58 +0000
Superseded in dapper-release
ubiquity (0.99.64) dapper; urgency=low

  * GTK frontend:
    - Use xscreensaver-command --deactivate, not --disable (closes: Malone
      #40095).
    - Hide "Set Time..." button if time-admin isn't present.
    - Recommend gnome-system-tools for time-admin.
  * KDE frontend:
    - Fix import of UbiquityUIBase (closes: Malone #40939).
  * Set the SIGPIPE handler back to the default before spawning
    debconffiltered subprocesses, so that they notice when the UI crashes
    rather than carrying merrily on and e.g. trashing the partition table
    (closes: Malone #40464). Whose bright idea was it to have Python install
    a SIGPIPE handler but then not bother to have the subprocess module
    remove it, eh?

 -- Colin Watson <email address hidden>   Sun, 23 Apr 2006 19:07:52 +0100
Superseded in dapper-release
ubiquity (0.99.63) dapper; urgency=low

  * Additional base build-dependencies need to go in d-i/update-control to
    survive 'debian/rules update'. Add python-kde3-dev there.
  * Fix 'debian/rules build' to notice when kdepyuic fails.
  * Fix crash in keyboard selector if no keyboard is selected (closes:
    Malone #40658).
  * Remove ubiquity/frontend/liveinstaller.py on clean.

 -- Colin Watson <email address hidden>   Sun, 23 Apr 2006 13:12:31 +0100
Superseded in dapper-release
ubiquity (0.99.62) dapper; urgency=low

  [ Jonathan Riddell ]
  * KDE Frontend:
    - Rename UbiquityUI to UbiquityUIBase
    - Get rid of KDialog usage, it caused crashes
    - Add Crystal icon from Ken Wimer
    - Compile .ui file during package creation

  [ Colin Watson ]
  * Support ESPRESSO_DEBUG as well as UBIQUITY_DEBUG for a while, to make it
    easier to concurrently triage bugs on the Dapper beta release and future
    daily builds.
  * Install a /usr/bin/espresso symlink to /usr/bin/ubiquity, for the same
    reason.
  * Update various copyright/licence notices.

 -- Jonathan Riddell <email address hidden>   Sat, 22 Apr 2006 00:33:46 +0100
Superseded in dapper-release
ubiquity (0.99.61) dapper; urgency=low

  * Rename from espresso to ubiquity, to better suggest an association with
    Ubuntu. Log output now written to /var/log/installer/syslog rather than
    using the package name.

 -- Colin Watson <email address hidden>   Fri, 21 Apr 2006 12:50:27 +0100
9761014 of 1014 results