This bug was fixed in the package thunderbird - 13.0.1+build1-0ubuntu0.11.10.1 --------------- thunderbird (13.0.1+build1-0ubuntu0.11.10.1) oneiric-security; urgency=low * New upstream stable release (THUNDERBIRD_13_0_1_BUILD1) - see LP: #1007556 for USN information * Update globalmenu-extension to v3.2.3 - Reduce our memory footprint a bit, which wasn't really a lot anyway - Avoid the use of the component manager for accessing commonly used services, where "commonly used" means "accessed when building every menu item". This should save some CPU cycles when building or refreshing menus - Try to recycle menuitems when they are removed from a menu by adding contiguous blocks of removed items to a "free list" which is emptied asynchronously, and reusing the items in this list when new items are added in place of the removed items. This means that menus which fully refresh on opening no longer alter the menu structure, but instead just update properties on existing nodes. This has a few benefits: + With no layout changes, unity-panel-service doesn't request the entire menu structure, which significantly reduces dbus traffic and makes it much faster to refresh the menu contents + The size of the menu doesn't change when it is refreshed, which eliminates the flicker that used to occur when opening some menus - Remove all use of the global observer service for sending our own internal notifications around - Get rid of a static initializer - Don't support older than Thunderbird 11 - Fix some GError leaks - Hide the internal menu when creating a native menu, rather than waiting for confirmation that the native menu is registered successfully. We don't try to create a native menu if we don't find a menu service to register the menu with anyway - Keep menu contents updated whilst the menu is open, rather than just whilst it is opening - Fix LP: #915888 - Formatting toolbar menu entry is inverted * Refresh build-depends: - Bump minimum GTK version to 2.14 as we build with GIO support - Add minimum requirement for glib (2.18) - Drop libidl-dev, this doesn't appear to be needed now - Bump minimum NSPR version to 4.9.0 for --enable-system-nspr builds - Bump minimum sqlite version to 3.7.10 for --enable-system-sqlite builds - Bump minimum NSS version to 3.13.2 for --enable-system-nss builds * Clean up the file exclude list and add comments for excluded files - update debian/build/create-tarball.py * Make it easy to run Thunderbird in valgrind for builds that are compiled with explicit valgrind support - update debian/thunderbird.sh.in * Refresh patches: - update debian/patches/revert-bmo621446-investigation.patch - update debian/patches/theme-refresh-addressbook-toolbar-icons.patch - update debian/patches/theme-refresh-compose-toolbar-icons.patch - update debian/patches/theme-refresh-messenger-toolbar-icons.patch - update debian/patches/dont-include-hyphenation-patterns.patch * Drop patches fixed upstream: - remove debian/patches/use-menubar-text-colour-on-tabbar.patch - remove debian/patches/no-sps-profiler-on-unsupported-archs.patch - remove debian/patches/distro-locale-searchplugins.patch - remove debian/patches/avoid-dbus-roundtrip-for-httpchannel.patch - update debian/patches/series * Bump debhelper compat to 7 - update debian/apport/blacklist.in - update debian/appoty/source_thunderbird.py.in - update debian/compat - update debian/config/mozconfig.in - update debian/control.in - update debian/rules - update debian/thunderbird-dev.install.in - update debian/thunderbird-dev.links.in - update debian/thunderbird-globalmenu.dirs.in - update debian/thunderbird-gnome-support.install.in - update debian/thunderbird.dirs.in - update debian/thunderbird.install.in - update debian/thunderbird.links.in - update debian/thunderbird.lintian-overrides.in - update debian/thunderbird.sh.in * Use "general.useragent.locale" to select the searchengine locale - update debian/patches/distro-locale-searchplugins.patch - add debian/patches/dont-override-general-useragent-locale.patch - update debian/patches/series * Drop no-dynamic-nss-softokn.patch. This patch has no documentation and it doesn't look like it's actually useful for anything * Apport hook improvements: - Add support for reporting preference defaults that are set by extensions - When reporting preferences, record the source of each preference - Report plugin packages for plugins that are installed with the package manager - Add some addon manager related prefs to the whitelist - Display additional metadata in the extensions report - Take "default-to-compatible" in to account when determining whether the user is running incompatible addons - Attach submitted crash ID's to bug reports - Report if files in the profile folder have broken permissions * Update compare-locales to 0.9.5 * Fix for NSS libs not being signed, breaking FIPS - update debian/rules * Update StartupWMClass to the correct name - update debian/thunderbird.desktop.in - update debian/rules -- Chris Coulson