[ubuntu/precise] ubiquity 2.9.32 (Accepted)
Stephane Graber
stgraber at ubuntu.com
Thu Mar 22 00:00:38 UTC 2012
ubiquity (2.9.32) precise; urgency=low
[ Stéphane Graber ]
* panel: Fix the gtk3 css code so that it actually applies and add
another override for the .menuitem padding that was making the panel
28px large instead of 24px. (LP: #960998)
* Only allow for one orca instance at a time. (LP: #945133)
* Fix crash in set_indicator_keymaps when reaching the fallback code
of the keyboard layout guesser. Added a test for it. (LP: #961003)
* Make sure all the widgets of the quit dialog are always visible.
(LP: #960600)
* Switch to a single install_size() function in misc called by ubi-prepare
and by ubi-partman. Tweak the resize partition sizes to enforce the
minimum partition size in resize mode too. (LP: #960628)
* Change ubiquity's virtual terminal to calling 'busybox tail' instead of
'tail' to workaround the inotify on overlayfs bug.
* panel: Only show icons, not labels, fixing our current "corruption"
problem where the keyboard layout gets associated with another entry.
(LP: #960039)
* panel: Add a list to enforce the indicator ordering. (LP: #960036)
* Automatic update of included source packages: migration-assistant
0.6.11.
[ Colin Watson ]
* Make sure to load translations for "USB" and "CD" on the language page
(LP: #958249).
* Sort existing images in the face selector by filename.
* Force face selector icon view to a two-column layout, in lieu of better
geometry management (LP: #961025).
* Refactor ubiquity.misc.grub_default to make it testable, and add tests
for it.
* Make test_misc pass when run on its own. Apparently
GdkX11.x11_get_default_xdisplay() segfaults if Gtk hasn't been imported
(or possibly something finer-grained); so import Gtk from
misc.set_indicator_keymaps even though we don't actually use it
directly.
[ Oliver Grawert ]
* bin/oem-config-firstboot: do not reset debconf user data in automatic mode
* ubiquity/plugins/ubi-tasks.py: run tasksel with --new-install option in
automatic mode (this still doesnt make tasksel work, but at least skips
the debconf question if tasksel isnt in the preseed file, to install
packages late-command needs to be used atm.
* bin/ubiquity: make debconf not re-show seen questions again in automatic mode
* all the above fixes (LP: #924018), example boot.scr and preseed.cfg file are
attached to the bug, thanks to colin for all the fixes and the hard work.
[ Barry Warsaw ]
* Do not offer to install the boot loader on device paths on which
incompatible file systems will be installed (e.g. XFS).
(LP: #959724)
Date: Wed, 21 Mar 2012 19:49:14 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/ubiquity/2.9.32
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 21 Mar 2012 19:49:14 -0400
Source: ubiquity
Binary: ubiquity ubiquity-ubuntu-artwork ubiquity-frontend-gtk ubiquity-frontend-kde ubiquity-frontend-debconf oem-config oem-config-gtk oem-config-kde oem-config-debconf oem-config-check oem-config-udeb oem-config-remaster
Architecture: source
Version: 2.9.32
Distribution: precise
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber 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-remaster - Remaster a CD with additional oem-config functionality
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-ubuntu-artwork - Ubuntu artwork for Ubiquity live installer
Launchpad-Bugs-Fixed: 924018 945133 958249 959724 960036 960039 960600 960628 960998 961003 961025
Changes:
ubiquity (2.9.32) precise; urgency=low
.
[ Stéphane Graber ]
* panel: Fix the gtk3 css code so that it actually applies and add
another override for the .menuitem padding that was making the panel
28px large instead of 24px. (LP: #960998)
* Only allow for one orca instance at a time. (LP: #945133)
* Fix crash in set_indicator_keymaps when reaching the fallback code
of the keyboard layout guesser. Added a test for it. (LP: #961003)
* Make sure all the widgets of the quit dialog are always visible.
(LP: #960600)
* Switch to a single install_size() function in misc called by ubi-prepare
and by ubi-partman. Tweak the resize partition sizes to enforce the
minimum partition size in resize mode too. (LP: #960628)
* Change ubiquity's virtual terminal to calling 'busybox tail' instead of
'tail' to workaround the inotify on overlayfs bug.
* panel: Only show icons, not labels, fixing our current "corruption"
problem where the keyboard layout gets associated with another entry.
(LP: #960039)
* panel: Add a list to enforce the indicator ordering. (LP: #960036)
* Automatic update of included source packages: migration-assistant
0.6.11.
.
[ Colin Watson ]
* Make sure to load translations for "USB" and "CD" on the language page
(LP: #958249).
* Sort existing images in the face selector by filename.
* Force face selector icon view to a two-column layout, in lieu of better
geometry management (LP: #961025).
* Refactor ubiquity.misc.grub_default to make it testable, and add tests
for it.
* Make test_misc pass when run on its own. Apparently
GdkX11.x11_get_default_xdisplay() segfaults if Gtk hasn't been imported
(or possibly something finer-grained); so import Gtk from
misc.set_indicator_keymaps even though we don't actually use it
directly.
.
[ Oliver Grawert ]
* bin/oem-config-firstboot: do not reset debconf user data in automatic mode
* ubiquity/plugins/ubi-tasks.py: run tasksel with --new-install option in
automatic mode (this still doesnt make tasksel work, but at least skips
the debconf question if tasksel isnt in the preseed file, to install
packages late-command needs to be used atm.
* bin/ubiquity: make debconf not re-show seen questions again in automatic mode
* all the above fixes (LP: #924018), example boot.scr and preseed.cfg file are
attached to the bug, thanks to colin for all the fixes and the hard work.
.
[ Barry Warsaw ]
* Do not offer to install the boot loader on device paths on which
incompatible file systems will be installed (e.g. XFS).
(LP: #959724)
Checksums-Sha1:
1f25ee12b6d519276ead855746eee60f4bbc00ae 3222 ubiquity_2.9.32.dsc
3e3d0ed0585793415ad6fd6e3bf068ea99634596 5353604 ubiquity_2.9.32.tar.xz
Checksums-Sha256:
48d083fd56ee39ba2494947df5026f4875c0e406dbf95ae0c96207f082a69dbf 3222 ubiquity_2.9.32.dsc
fcf7554f1f7dcf6a29c8c641d607dfc888d76518533ff69229bfc0580b93098c 5353604 ubiquity_2.9.32.tar.xz
Files:
e3e7635ba48c1c9326f2b61e1d0bc4f9 3222 admin optional ubiquity_2.9.32.dsc
1d2b2cb752428a36242cfc99902e5f28 5353604 admin optional ubiquity_2.9.32.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJPammVAAoJEMY4l01keS1nJqcQALyqa6Dy3liYh6lAgdDbKVzB
zgWO2AiI5nbTqq3F5MBKGP3rEcHAMH02f/g0xrgE6gaJhegGrmvV2zpOds7KLwmi
BfeosOPYeG5h5EX2CccTFvYT7QceORgKUXjYHTEyboDDo+zSGwnW7lXl5WD+CK/3
Awt+Sc9MKH98ulxhgExIUNMWq8q9tVj+81M+3IQlGtoNmiWFsrP2GTNeryelLoIx
i8nQIgY0L+9ukmcsY8nUDcLxrZehJkDevARjdfHdURK0gkpNWTA2wdwu1AfQTh12
cXb5n1rCeOVVVbzMm7RdleMeMauI565pjKSBJC1ocvGFlyTg8hu779cdryAFTZJQ
1sOprA8m2nG3BXmq88bnJ5shE8Kxi9ByzXaH4SkayKMHNq9LYNkxfpRMk9q0CvGP
+zgHbfnUkgAmmX/FIZvE/RJ1E68mdcKphiuqVm969NsCelfwoxNk9tgcVn70jQTT
lmacKXEC7Fp3zceIw+5YkhU3Y7gQX1Uv6UVHP1DfVcsETRbK2EMFzKGL8T5v1+5n
3UiTHriY5RW1EsgOGmsU94ZTB1z+5W3nRAHPBBG6rSOAzUcOB6dpFpm/3H3sGeEm
tWYrXytM5FBdpI2C6CrLypvdVhOzrAyW5N3jkzktBCed2mk/LqZcw+elpDzlIM4O
TU8n4+S1iJcpOTlwnyH/
=041S
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list