All Ubuntu package versions


AllRaringQuantalPreciseOneiricNattyLucidHardyAll PPAs
DashboardRecent Search QueriesSearch Statistics
Alphabetical listSearchBugs
Comments

Package "thunderbird-gnome-support"

Name: thunderbird-gnome-support

Description:

Email, RSS and newsgroup client - GNOME support
Thunderbird is a full-featured email, RSS and newsgroup client that makes
emailing safer, faster and easier than ever before. It supports different mail
accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
click address book, tabbed interface, an integrated learning spam filter,
advanced search and indexing capabilities, and offers easy organization
of mails with tagging and virtual folders. It also features unrivalled
extensibility.

This package depends on the GNOME libraries which allow Thunderbird to take
advantage of technologies such as GConf, GIO and libnotify

Latest version: 16.0.1+build1-0ubuntu0.11.04.1
Release: natty (11.04)
Level: updates
Repository: main
Head package: thunderbird

Links

Save this URL for the latest version of "thunderbird-gnome-support": http://www.ubuntuupdates.org/thunderbird-gnome-support

All versions of this package Bug fixes
List of files in package Repository home page for package

Download "thunderbird-gnome-support"

32-bit deb package 64-bit deb package APT INSTALL

Other versions of "thunderbird-gnome-support" in Natty

RepositoryAreaVersion
base main 3.1.9+nobinonly-0ubuntu4
security main 16.0.1+build1-0ubuntu0.11.04.1
PPA: Thunderbird Next 16.0~b4+build1-0ubuntu0.11.04.1~mtn4
PPA: Mozilla Team Thunderbird Stable 15.0.1+build1-0ubuntu0.11.04.1
PPA: Nattybleed 9.0+build2-0ubuntu0.11.04.1~mts1

Change Log

Version: 16.0.1+build1-0ubuntu0.11.04.1 2012-10-12 13:12:48 UTC

  thunderbird (16.0.1+build1-0ubuntu0.11.04.1) natty-security; urgency=low

  * New upstream stable release (THUNDERBIRD_16_0_1_BUILD1)
    - see LP: #1065292 for USN information
 -- Chris Coulson <email address hidden> Wed, 10 Oct 2012 23:45:15 +0100

Source diff to previous version
1065292 Update to 16.0.1

Version: 15.0.1+build1-0ubuntu0.11.04.1 2012-09-28 11:07:02 UTC

  thunderbird (15.0.1+build1-0ubuntu0.11.04.1) natty-security; urgency=low

  * New upstream stable release (THUNDERBIRD_15_0_1_BUILD1)
    - see LP: #1049428 for USN information

  * Update globalmenu-extension to 3.4.2
    - Fix LP: #1045196 - "Messages->Move To" menu is empty
 -- Chris Coulson <email address hidden> Wed, 12 Sep 2012 03:04:00 +0100

Source diff to previous version
1049428 Thunderbird 15.0.1 stable update tracking bug
1045196 Thunderbird menu item \

Version: 15.0+build1-0ubuntu0.11.04.1 2012-08-30 20:07:11 UTC

  thunderbird (15.0+build1-0ubuntu0.11.04.1) natty-security; urgency=low

  * New upstream stable release (THUNDERBIRD_15_0_BUILD1)
    - see LP: #1042165 for USN information

  * Update globalmenu-extension to 3.4.1
    + Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
      is installed
      - Provide our own binding for menupopup nodes which derives from the
        default binding and makes the "state" property work as if there
        were a frame
      - Make all menu nodes reference counted, and hold a strong ref when
        dispatching events, in case the event results in the removal of menu
        nodes
    + Keep the menu we export in sync with the document tree all of the
      time, rather than only when the menus are on screen. The HUD likes to
      open submenus without opening any of its ancestors, which can result in
      us handling events on menu nodes that are no longer in a document
      if an ancestor responds to a bubbled-up event by removing its
      children
    + Ensure we always null check the result of nsIDocument::GetCurrentDoc
    + When tearing down a menu, make sure that we empty out our DbusmenuMenuitem
      in case the parent reuses that item for another menu. Fixes a memory leak
      and an issue where Firebug menu items are duplicated indefinitely each
      time a menu is opened
    + Fix LP: #775080 - Thunderbird with Firetray/MinimizeToTray -
      Global menu disappears
    + Fix LP: #813775 - Hitting an assertion in dbusmenu
    + Fix LP: #775305 - Use style to determine menuitem visibility
  * Ensure the Apport hook parses the system preferences on Natty
    - update debian/apport/source_thunderbird.py.in
  * Make thunderbird-dbg depend on the correct version of thunderbird
    - update debian/control
  * Separate the package name from the application name. This enables us to
    change the package name without having to modify the application (eg,
    to allow us to provide official branded versions of Thunderbird ESR using
    the package name "thunderbird-esr"). In doing this, also drop the patch we
    had to rename Thunderbird in nightlies, and just use some magic in debian/rules
    instead
    - update debian/apport/source_thunderbird.py.in
    - update debian/build/get-orig-source.mk
    - update debian/control.in
    - update debian/control.langpacks
    - update debian/control.langpacks.unavail
    - remove debian/patches/change-moz-app-name.patch
    - update debian/patches/series
    - update debian/rules
    - update debian/thunderbird.install.in
    - update debian/thunderbird.links.in
    - update debian/thunderbird.lintian-overrides.in
    - update debian/thunderbird.postinst.in
    - update debian/thunderbird.postrm.in
    - update debian/thunderbird.preinst.in
    - update debian/thunderbird.sh.in
  * Move parts of debian/rules that can be shared with Firefox to a
    new, common file (mozbuild.mk)
    - update debian/rules
    - add debian/build/mozbuild.mk
    - add debian/build/mozvars.mk
    - update debian/build/testsuite.mk
  * Make it possible to use the same create-tarball.py for Firefox and
    Thunderbird
    - update debian/build/create-tarball.py
    - update debian/build/get-orig-source.mk
    - add debian/config/tarball.conf
  * Switch to source format 3.0
    - add debian/source/format
    - add debian/source/options to diff-ignore the .mozclient.mk file which
      is created during clean, and to pass "--no-preparation"
    - update debian/build/enable-dist-patches.pl
    - rename debian/patches/series => debian/patches/series.in so the source
      isn't built with patches applied
    - add debian/README.source
  * Goodbye embedded tarball, and our use of tarball.mk!
    - update debian/build/create-tarball.py
    - update debian/build/extract-file.py
    - update debian/build/get-orig-source.mk
    - update debian/build/mozbuild.mk
  * Run the upstream cleansrcdir target during clean
    - update debian/build/mozbuild.mk
  * Support the "parallel" option in DEB_BUILD_OPTIONS
    - update debian/build/mozbuild.mk
    - update debian/config/mozconfig.in
  * Get rid of pointless python script
    - remove debian/build/extract-file.py
    - update debian/build/mozbuild.mk
  * Merge get-orig-source.mk in to mozbuild.mk
    - update debian/build/mozbuild.mk
    - remove debian/build/get-orig-source.mk
  * Handle comments in locales.blacklist
    - update debian/build/refresh-supported-locales.pl
    - update debian/config/locales.blacklist
  * Fork the upstream text preprocessor and add support for additional
    comparison operators, which means we no longer have to add new
    defines for every distro version specific change we add
    - add debian/build/Expression.py
    - add debian/build/Preprocessor.py
    - update debian/apport/source_thunderbird.py.in
    - update debian/build/mozbuild.mk
    - update debian/config/mozconfig.in
    - update debian/rules
    - update debian/thunderbird.desktop.in
    - update debian/thunderbird.install.in
    - update debian/thunderbird.links.in
    - update debian/thunderbird.postinst.in
    - update debian/thunderbird.postrm.in
    - update debian/thunderbird.preinst.in
  * Drop powerpc patches, which are fixed upstream
    - remove debian/patches/fix-dtoa-build-on-ppc.patch and
    - remove debian/patches/fix-build-failure-without-yarr-jit.patch
    - update debian/patches/series.in
  * Drop fix-crashreporter-ftbfs-with-gcc4.7.patch, which is fixed upstream
 -- Chris Coulson <email address hidden> Mon, 27 Aug 2012 11:29:04 +0100

Source diff to previous version
1042165 Placeholder bug
1025011 HUD search causes firefox to crash
775080 Thunderbird with Firetray/MinimizeToTray - Global m...
813775 LIBDBUSMENU-GTK-CRITICAL **: dbusmenu_menuitem_prop...
775305 Menu

Version: 14.0+build1-0ubuntu0.11.04.1 2012-07-17 21:07:00 UTC

  thunderbird (14.0+build1-0ubuntu0.11.04.1) natty-security; urgency=low

  * New upstream stable release (THUNDERBIRD_14_0_BUILD1)
    - see LP: #1024564 for USN information

  [ Chris Coulson <email address hidden> ]
  * Update globalmenu-extension to 3.2.5
    - Fix a crash in uGlobalMenu::RecycleList::~RecycleList()
    - Fix LP: #1010580 - update the window event timestamp when handling
      menu events
  * Drop patches fixed upstream
    - remove debian/patches/revert-bmo621446-investigation.patch
    - update debian/patches/series
  * Refresh patches
    - update debian/patches/add-syspref-dir.patch
  * Update desktop file translations
    - update debian/thunderbird.desktop.in
  * Add application/x-xpinstall to the MimeType field of the desktop file
    - update debian/thunderbird.desktop.in
  * Drop almost all mimetypes from the desktop file. Thunderbird won't display
    any of them if you invoke it with files of these types. It will just
    open a Compose window and add the file as an attachment
    - update debian/thunderbird.desktop.in
  * Drop the ability to select between tree/system libraries using a single
    option in debian/rules. It adds additional complexity and was never used
    - update debian/config/mozconfig.in
    - update debian/control.in
    - update debian/thunderbird-dev.links.in
    - update debian/rules
  * Shuffle the order of google-breakpad/src/common/dwarf/Makefile.in to fix a
    variable substitution issue, which was causing some objects to be built with
    the wrong compiler flags, resulting in dump_syms crashing (LP: #1002590)
    - add debian/patches/fix-makefile-substitution-bug.patch
  * Don't set LD_LIBRARY_PATH in our shell wrapper, and install
    dependentlibs.list instead now
    - update debian/thunderbird.sh.in
    - update debian/thunderbird.install.in
  * Drop StartupWMClass from the desktop file now that WM_CLASS is the same
    as the binary name (also fixes LP: #1012158)
    - update debian/thunderbird.desktop.in
    - update debian/rules
  * Apport hook improvements:
    - Sort preferences alphabetically in the apport data
    - Treat preferences set in default addons as default prefs so that
      they don't show up in apport data, unless the preference files have
      been modified
    - Support random pref files dropped in to the Thunderbird install folder,
      and preferences from application bundles
    - Fix ordering issues when loading preferences
  * Update the Apport blacklist file after dropping thunderbird-bin
    - update debian/apport/blacklist.in

  [ Ben Collins <email address hidden> ]
  * Cherry pick patch from aurora to use YARR interpreter on ppc
    - update debian/patches/fix-build-failure-without-yarr-jit.patch
    - update debian/patches/series
  * Fix ppc build due to new dtoa library
    - add debian/patches/fix-dtoa-build-on-ppc.patch
    - update debian/patches/series
 -- Chris Coulson <email address hidden> Fri, 13 Jul 2012 23:08:02 +0100

Source diff to previous version
1024564 Placeholder bug
1010580 no choice of folder for bookmarks
1002590 No crashreporter in Firefox or Thunderbird
1012158 Unity launcher icon now only launches TB, addition...

Version: 13.0.1+build1-0ubuntu0.11.04.1 2012-06-27 06:06:41 UTC

  thunderbird (13.0.1+build1-0ubuntu0.11.04.1) natty-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/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 <email address hidden> Fri, 15 Jun 2012 01:54:24 -0500

1007556 Placeholder
915888 Formatting toolbar menu entry is inverted



About   -   Changelog   -   Send Feedback
Site Meter