[ubuntu/lucid] plymouth 0.8.1-1 (Accepted)
Scott James Remnant
scott at ubuntu.com
Fri Mar 26 19:00:21 GMT 2010
plymouth (0.8.1-1) lucid; urgency=low
[ Scott James Remnant ]
* Update to the upstream 0.8.1 release:
- Our patches have been merged upstream, some changes due to cleaning
them up for submission and noticing a few bugs along the way.
Remaining changes are:
+ ubuntu-logo theme
+ ubuntu version of the text theme
+ call update-initramfs rather than plymouth-update-initrd in
plymouth-set-default-theme
+ filter fsck progress updates from the progress bar tracker
+ watch for enter key press
+ support lbm-nouveau as an alternate driver name for nouveau to
permit backports once Lucid has released
+ use /dev/fb0 as default framebuffer device name
+ stop animation of script plugin in idle function
- Will become process group leader of its VT if possible (opens without
O_NOCTTY when redirecting stdio to it), this is almost certainly
correct keyboard-wise.
- Deallocates VT on "plymouth quit" after switching VT back to VT1
- Open terminal in text and details plugin, don't assume it's already
open.
- Calling "plymouth quit" or "plymouth deactivate" while the same
command is already running will now block the new command until the
old one complete, rather than returning immediately.
- Various window fixes for script plugin
- Script plugin updated to use the window X and Y offsets every time
- Plymouth client tool has been updated to have commands for many cases
in preference to the --command style.
* Restored code to disable Plymouth's graphical plugins when an alternate
init= is given on the kernel command-line, otherwise init=/bin/bash
doesn't work so well when Plymouth is in the initramfs.
* Restored crash handler that dumps boot messages to /dev/tty1.
* Split themes out into different packages, reducing the size of the
Plymouth package. This also means that you can remove the themes
packages to remove the "graphical splash" part of Plymouth while keeping
the ability to prompt for questions on the console.
* Use the alternatives system to select the default themes. The existing
symlink will be replaced on upgrade if you have not changed it.
* Also use alternatives to select the text theme.
* Restore the upstream text theme, renaming ours to "ubuntu-text".
* Fallback to the built-in details theme (boot messages on console, but
with the ability to prompt for questions) if no theme package is
installed.
(LP: #507238)
Unfortunately these changes mean that if you've selected a custom
theme, you will need to install that package and select it again.
Sorry about that.
* Include the 16-color VGA frame-buffer renderer. LP: #526892.
* Fix text, ubuntu-text and details themes to restore the console to text
mode when adding text displays.
* debian/rules:
- Set default tty for boot and shutdown with configure arguments
- Set default background color to the Ubuntu Aubergine, this provides
some consistency with other default themes.
* debian/plymouth.upstart, debian/initramfs-tools/scripts/init-top/plymouth:
- Redirect console output to Plymouth, this will be both logged and made
available to splash themes that want it (details by default).
LP: #535108.
* debian/plymouth.upstart, debian/plymouth.plymouth-splash.upstart:
- Call show-splash from the plymouth script itself in the shutdown case.
* ubuntu-logo theme:
- Update in same manner as script has been to add Window.GetX() to
math that centers things.
[ Steve Langasek ]
* ubuntu-logo theme:
- fix the password prompt handling so the display of boot messages is
restored after the passphrase has been entered, and subsequent password
requests don't incorrectly reuse the previous prompt. LP: #515822
- turn the message_notification[0].y check right-way-round in
password_dialogue_setup(), though this doesn't seem to have any
practical impact.
- pass logo.z to the SetZ() function, not the SetY() one; thanks to
Vishal Rao for this catch. LP: #542458.
- refactor get_message_label: the y position of the second line shouldn't
vary according to its own height. This brings the passphrase prompts
from cryptsetup back up to where they should be. LP: #539723.
* Turn tracing on post-beta.
* src/main.c: when the user presses enter, compare the keystroke lists to
the enter key, not to some previously-typed string that we may or may not
have.
Date: Fri, 26 Mar 2010 18:52:37 +0000
Changed-By: Scott James Remnant <scott at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott James Remnant <scott at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/plymouth/0.8.1-1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 26 Mar 2010 18:52:37 +0000
Source: plymouth
Binary: plymouth plymouth-x11 libplymouth2 libplymouth-dev plymouth-theme-fade-in plymouth-theme-glow plymouth-theme-script plymouth-theme-solar plymouth-theme-spinfinity plymouth-theme-ubuntu-logo plymouth-theme-text plymouth-theme-ubuntu-text
Architecture: source
Version: 0.8.1-1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description:
libplymouth-dev - graphical boot animation and logger - development files
libplymouth2 - graphical boot animation and logger - shared libraries
plymouth - graphical boot animation and logger - main package
plymouth-theme-fade-in - graphical boot animation and logger - fade-in theme
plymouth-theme-glow - graphical boot animation and logger - glow theme
plymouth-theme-script - graphical boot animation and logger - script theme
plymouth-theme-solar - graphical boot animation and logger - solar theme
plymouth-theme-spinfinity - graphical boot animation and logger - spinfinity theme
plymouth-theme-text - graphical boot animation and logger - text theme
plymouth-theme-ubuntu-logo - graphical boot animation and logger - ubuntu-logo theme
plymouth-theme-ubuntu-text - graphical boot animation and logger - ubuntu-logo theme
plymouth-x11 - graphical boot animation and logger - X11 interface
Launchpad-Bugs-Fixed: 507238 515822 526892 535108 539723 542458
Changes:
plymouth (0.8.1-1) lucid; urgency=low
.
[ Scott James Remnant ]
* Update to the upstream 0.8.1 release:
- Our patches have been merged upstream, some changes due to cleaning
them up for submission and noticing a few bugs along the way.
Remaining changes are:
+ ubuntu-logo theme
+ ubuntu version of the text theme
+ call update-initramfs rather than plymouth-update-initrd in
plymouth-set-default-theme
+ filter fsck progress updates from the progress bar tracker
+ watch for enter key press
+ support lbm-nouveau as an alternate driver name for nouveau to
permit backports once Lucid has released
+ use /dev/fb0 as default framebuffer device name
+ stop animation of script plugin in idle function
- Will become process group leader of its VT if possible (opens without
O_NOCTTY when redirecting stdio to it), this is almost certainly
correct keyboard-wise.
- Deallocates VT on "plymouth quit" after switching VT back to VT1
- Open terminal in text and details plugin, don't assume it's already
open.
- Calling "plymouth quit" or "plymouth deactivate" while the same
command is already running will now block the new command until the
old one complete, rather than returning immediately.
- Various window fixes for script plugin
- Script plugin updated to use the window X and Y offsets every time
- Plymouth client tool has been updated to have commands for many cases
in preference to the --command style.
.
* Restored code to disable Plymouth's graphical plugins when an alternate
init= is given on the kernel command-line, otherwise init=/bin/bash
doesn't work so well when Plymouth is in the initramfs.
* Restored crash handler that dumps boot messages to /dev/tty1.
.
* Split themes out into different packages, reducing the size of the
Plymouth package. This also means that you can remove the themes
packages to remove the "graphical splash" part of Plymouth while keeping
the ability to prompt for questions on the console.
* Use the alternatives system to select the default themes. The existing
symlink will be replaced on upgrade if you have not changed it.
* Also use alternatives to select the text theme.
* Restore the upstream text theme, renaming ours to "ubuntu-text".
* Fallback to the built-in details theme (boot messages on console, but
with the ability to prompt for questions) if no theme package is
installed.
(LP: #507238)
.
Unfortunately these changes mean that if you've selected a custom
theme, you will need to install that package and select it again.
Sorry about that.
.
* Include the 16-color VGA frame-buffer renderer. LP: #526892.
.
* Fix text, ubuntu-text and details themes to restore the console to text
mode when adding text displays.
.
* debian/rules:
- Set default tty for boot and shutdown with configure arguments
- Set default background color to the Ubuntu Aubergine, this provides
some consistency with other default themes.
* debian/plymouth.upstart, debian/initramfs-tools/scripts/init-top/plymouth:
- Redirect console output to Plymouth, this will be both logged and made
available to splash themes that want it (details by default).
LP: #535108.
* debian/plymouth.upstart, debian/plymouth.plymouth-splash.upstart:
- Call show-splash from the plymouth script itself in the shutdown case.
.
* ubuntu-logo theme:
- Update in same manner as script has been to add Window.GetX() to
math that centers things.
.
[ Steve Langasek ]
* ubuntu-logo theme:
- fix the password prompt handling so the display of boot messages is
restored after the passphrase has been entered, and subsequent password
requests don't incorrectly reuse the previous prompt. LP: #515822
- turn the message_notification[0].y check right-way-round in
password_dialogue_setup(), though this doesn't seem to have any
practical impact.
- pass logo.z to the SetZ() function, not the SetY() one; thanks to
Vishal Rao for this catch. LP: #542458.
- refactor get_message_label: the y position of the second line shouldn't
vary according to its own height. This brings the passphrase prompts
from cryptsetup back up to where they should be. LP: #539723.
* Turn tracing on post-beta.
* src/main.c: when the user presses enter, compare the keystroke lists to
the enter key, not to some previously-typed string that we may or may not
have.
Checksums-Sha1:
0c1ea0e879b446a8345696db939932df6a71b33d 1355 plymouth_0.8.1-1.dsc
470c7951cc838e7abef21744368bd561d9764354 1255284 plymouth_0.8.1.orig.tar.gz
f81f0af1b6912663dbf62ceee9974319ab8dab4b 144587 plymouth_0.8.1-1.debian.tar.gz
Checksums-Sha256:
2d01675e444eb9b502304d206375880d54c774584cbc8df8d32845eb6896f04e 1355 plymouth_0.8.1-1.dsc
20fcead0398cb2e31fa63603b51a1b72e136366342860c6ead6434ae5817dd25 1255284 plymouth_0.8.1.orig.tar.gz
1b54e0661c8da182f191d9b4ec2600b7e4624f9556b2870d0128593505113ddb 144587 plymouth_0.8.1-1.debian.tar.gz
Files:
d8fa1446d26875c9080db580c17e6a83 1355 x11 optional plymouth_0.8.1-1.dsc
1ebfa6a48d987d3f63fa0f01235c5725 1255284 x11 optional plymouth_0.8.1.orig.tar.gz
6e871cc7a36d4e2acfd16f65d1542d51 144587 x11 optional plymouth_0.8.1-1.debian.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkutAosACgkQSnQiFMl4yK6a+gCfWxfOceTivUe6MEcJvWLl4XQn
WnIAoIeKj0sLTKQSO/RvAUNMeJr/quXz
=MfQm
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list