Change logs for thunderbird source package in Trusty

  • thunderbird (1:60.6.1+build2-0ubuntu0.14.04.1) trusty; urgency=medium
    
      * New upstream stable release (60.6.1build2)
    
      * Remove the unused thunderbird-testsuite package (empty since version 38.2.0)
        - Modified:
          - debian/build/rules.mk
          - debian/control{,.in}
          - debian/rules
        - Removed:
          - debian/build/testsuite.mk
          - debian/patches/test-fixes/*.patch
          - debian/patches/test-integration/*.patch
          - debian/testing/*
          - debian/tests/*
          - debian/thunderbird-testsuite.*
    
     -- Olivier Tilloy <email address hidden>  Mon, 25 Mar 2019 15:55:04 +0100
  • thunderbird (1:60.5.1+build2-0ubuntu0.14.04.1) trusty; urgency=medium
    
      * New upstream stable release (60.5.1build2)
    
      * Refresh patches:
        - debian/patches/drop-check-glibc-symbols.patch
        - debian/patches/unity-menubar.patch
    
     -- Olivier Tilloy <email address hidden>  Tue, 19 Feb 2019 16:03:57 +0100
  • thunderbird (1:60.4.0+build2-0ubuntu0.14.04.1) trusty; urgency=medium
    
      * New upstream stable release (60.4.0build2)
    
      * Refresh patches
        - update debian/patches/rust-drop-dll-checksums.patch
      * Fix a typo in the help text for the script to create the source tarball
        - update debian/build/create-tarball.py
      * Use https for source repositories
        - update debian/config/branch.mk
    
     -- Olivier Tilloy <email address hidden>  Wed, 16 Jan 2019 09:49:54 +0100
  • thunderbird (1:60.2.1+build1-0ubuntu0.14.04.2) trusty-security; urgency=medium
    
      * New upstream stable release (60.2.1build1)
    
      [ Chris Coulson ]
      * Stop installing the NPAPI headers and make thunderbird-dev a transitional
        package
        - update debian/build/rules.mk
        - update debian/control{,.in}
        - remove debian/thunderbird-dev.install.in
        - remove debian/thunderbird-dev.links.in
      * Update packaging to work with the reversed repository layout (comm in
        mozilla)
        - update debian/create-tarball.py
        - update debian/build/rules.mk
        - update debian/config/branch.mk
        - update debian/config/mozconfig.in
        - update debian/config/tarball.conf
        - update debian/rules
      * Build using mach
        - update debian/build/rules.mk
      * Don't clean Cargo.toml.orig files which are actually required
        - update debian/build/rules.mk
      * Avoid direct dependency on libgtk2.0-0
        - update debian/build/rules.mk
      * Drop the ancient and unused version of compare-locales from the
        tarball
        - update debian/build/create-tarball.py
        - update debian/build/rules.mk
      * Update make-langpack-xpis target
        - debian/build/rules.mk
      * Update build to work with language packs based on web extensions
        - debian/build/xpi-id.py
      * Refresh shipped locales
        - update debian/config/locales.all
        - update debian/config/locales.shipped
        - update debian/control{,.in}
      * Drop build-dependency on gconf
        - update debian/config/mozconfig.in
        - update debian/control{,.in}
      * Drop obsolete quilt and libgnomeui build-dependencies
        - update debian/control{,.in}
      * Hopefully fix LP: #1711337 by building the armhf build with
        -fno-schedule-insns to work around a compiler bug
      * Drop obsolete --enable-gio build flag
        - update debian/config/mozconfig.in
      * Disable webrtc on non-x86 architectures
        - update debian/config/mozconfig.in
      * Don't build with --enable-alsa
        - update debian/config/mozconfig.in
      * Drop obsolete DISABLE_LIGHTNING_INSTALL export
        - update debian/config/mozconfig.in
      * Bump rustc and cargo requirements
        - update debian/control{,.in}
      * Build-depend on clang-4.0 / llvm-4.0-dev
        - update debian/control{,.in}
      * Depend on libdbusmenu-gtk3-4 instead of the GTK+ 2 version
        - update debian/control{,.in}
      * The gdata-provider extension is no longer built, so make
        xul-ext-gdata-provider a transitional package now
        - update debian/control{,.in}
        - update debian/rules
      * Drop patches that are either fixed upstream or no longer needed
        - remove debian/patches/dont-install-blessings-from-network.patch
        - remove debian/patches/dont-override-general-useragent-locale.patch
        - update debian/patches/series
      * mozbuild/shellutil.py: Don't treat '~' character as special
        - add debian/patches/dont-treat-tilde-as-special.patch
        - update debian/patches/series
      * Compile rust code with "debuginfo=1" on 32-bit hosts to reduce code size
        and hopefully prevent the builds from running out of address space
        - add debian/patches/reduce-rust-debuginfo-on-32bit-architectures.patch
        - update debian/patches/series
      * Don't try to check checksums of windows-only binary files which are
        not included in the tarball
        - debian/patches/rust-drop-dll-checksums.patch
      * Refresh patches
        - update debian/patches/set-prgname-to-remoting-name.patch
        - update debian/patches/support-coinstallable-trunk-build.patch
        - update debian/patches/unity-menubar.patch
      * Don't unpack the lightning xpi
        - update debian/rules
      * Update install
        - update debian/thunderbird.install.in
        - update debian/thunderbird.links.in
      * Don't set distribution.searchplugins.defaultLocale, as it isn't needed
        - update debian/vendor.js
      * Update messagingmenu-extension to 1.4
        - adds compatibility for Thunderbird 60
        - fixes an alignment issue in the preferences pane
      * Build with --disable-tests. We don't run any anyway, and this should
        stop the build from trying to download python packages from the network
        - update debian/config/mozconfig.in
      * Fix up the build-flags, ensuring we remove -g and optimization flags from
        CFLAGS and CXXFLAGS, allowing the upstream build to choose these. Also
        build with --enable-debug-symbols
        - update debian/build/config.mk
        - update debian/build/rules.mk
        - update debian/config/mozconfig.in
      * Compile with reduced debug info on 32-bit hosts to stop the linker
        from running out of address space
        - update debian/config/mozconfig.in
        - update debian/build/rules.mk
      * Build with standalone gcc-mozilla package now that Thunderbird depends on
        GCC >= 6.4.
        - update debian/control{,.in}
        - update debian/build/rules.mk
      * Don't check glibc symbol versions in build output - we're not compiling
        Thunderbird to run on a different glibc anyway
        - add debian/patches/drop-check-glibc-symbols.patch
        - update debian/patches/series
      * Set intl.locale.requested to an empty string so that Thunderbird picks
        up the system locale
        - update debian/vendor.js
    
      [ Rico Tzschichholz ]
      * Build with rustc and cargo
        - update debian/control{,.in}
        - update debian/config/mozconfig.in
      * Don't strip .gitignore files from the tarball. If these are stripped
        from vendored rust crates, then the build fails
    
     -- Chris Coulson <email address hidden>  Thu, 13 Sep 2018 13:51:38 +0100
  • thunderbird (1:52.9.1+build3-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_9_1_BUILD3)
    
     -- Chris Coulson <email address hidden>  Mon, 09 Jul 2018 23:49:11 +0100
  • thunderbird (1:52.8.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_8_0_BUILD1)
    
      * Refresh patches
        - add debian/patches/dont-install-blessings-from-network.patch
    
     -- Chris Coulson <email address hidden>  Tue, 22 May 2018 10:07:02 +0100
  • thunderbird (1:52.7.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_7_0_BUILD1)
    
     -- Chris Coulson <email address hidden>  Mon, 26 Mar 2018 20:28:43 +0100
  • thunderbird (1:52.6.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_6_0_BUILD1)
        - see USN-3529-1
    
     -- Chris Coulson <email address hidden>  Wed, 24 Jan 2018 14:39:34 +0000
  • thunderbird (1:52.5.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_5_0_BUILD1)
        - see USN-3490-1
    
     -- Chris Coulson <email address hidden>  Wed, 22 Nov 2017 15:32:10 +0000
  • thunderbird (1:52.4.0+build1-0ubuntu0.14.04.2) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_4_0_BUILD1)
        - see USN-3436-1
    
      * Don't build with --enable-system-ffi on aarch64. We don't on any other
        architecture
    
     -- Chris Coulson <email address hidden>  Tue, 03 Oct 2017 11:37:28 +0100
  • thunderbird (1:52.3.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_3_0_BUILD1)
        - see USN-3416-1
    
     -- Chris Coulson <email address hidden>  Thu, 14 Sep 2017 00:39:33 +0100
  • thunderbird (1:52.2.1+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_2_1_BUILD1)
        - see USN-3321-1
    
     -- Chris Coulson <email address hidden>  Mon, 19 Jun 2017 16:21:17 +0100
  • thunderbird (1:52.1.1+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_52_1_1_BUILD1)
        - see USN-3278-1
    
      [ Chris Coulson ]
      * Update and reenable unity-menubar.patch
      * Refresh patches:
        - update debian/patches/support-coinstallable-trunk-build.patch
      * Ensure we generate all of the required checksum files for FIPS mode
        to work correctly
        - update debian/build/rukes.mk
      * Drop the previous workaround for failing to link libprldap60.so on x86
        (exporting LIBS=-lc) and replace it with a more targetted workaround
        (LP: #1690445)
        - update debian/config/mozconfig.in
        - add debian/patches/fix-x86-link-failure.patch
        - update debian/patches/series
    
      [ Rico Tzschichholz ]
      * Unconditionally build-dep on libffi-dev
      * Refresh patches
        - update debian/patches/support-coinstallable-trunk-build.patch
        - update debian/patches/unity-menubar.patch
      * Pass "-Wnull-dereference -fno-delete-null-pointer-checks" as workaround
        for compilation with GCC6
        See https://bugzilla.mozilla.org/show_bug.cgi?id=1251576
      * Add build-dep on libx11-xcb-dev
      * Install the gtk2 directory and ICU data file
        - update debian/thunderbird.install.in
    
     -- Chris Coulson <email address hidden>  Fri, 05 May 2017 22:37:49 +0100
  • thunderbird (1:45.8.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_8_0_BUILD1)
        - see USN-3233-1
    
     -- Chris Coulson <email address hidden>  Wed, 15 Mar 2017 12:40:32 +0000
  • thunderbird (1:45.7.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_7_0_BUILD1)
        - see USN-3165-1
    
     -- Chris Coulson <email address hidden>  Mon, 09 Jan 2017 13:31:10 +0000
  • thunderbird (1:45.5.1+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_5_1_BUILD1)
        - see USN-3141-1
    
     -- Chris Coulson <email address hidden>  Wed, 30 Nov 2016 10:03:08 +0000
  • thunderbird (1:45.4.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_4_0_BUILD1)
        - see USN-3112-1
    
     -- Chris Coulson <email address hidden>  Tue, 25 Oct 2016 16:29:11 +0100
  • thunderbird (1:45.3.0+build1-0ubuntu0.14.04.4) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_3_0_BUILD1)
        - see USN-3073-1
    
     -- Chris Coulson <email address hidden>  Wed, 31 Aug 2016 17:47:38 +0100
  • thunderbird (1:45.2.0+build1-0ubuntu0.14.04.3) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_45_2_0_BUILD1)
        - see USN-3023-1
    
      * Refresh patches:
        - update debian/patches/unity-menubar.patch
        - update debian/patches/support-coinstallable-trunk-builds.patch
        - update debian/patches/dont-include-hyphenation-patterns.patch
      * Remove patches fixed upstream
        - remove debian/patches/dont-hardcode-softfp-on-armhf.patch
        - remove debian/patches/libjpeg-turbo-arm64-fix.patch
        - update debian/patches/series
      * Update debian/thunderbird.install.in now that the theme is not unpacked
      * libmozgnome.so no longer exists - update debian/thunderbird.install.in
      * Add build-depends on libgtk-3-dev
      * Update unity-menubar.patch to work with GTK3
      * Build-depend on hardening-wrapper
      * Install compare-locales in to the virtualenv with --old-and-unmanageable -
        the fix for bmo: #1188224 is incompatible with zipped eggs
      * Drop the eds addon from the packaging for now - nobody is maintaining it
      * Ensure the autopkgtests don't run
        - remove debian/tests/control
        - update debian/build/rules.mk
      * Bundle our checkout of compare-locales in a different location, given
        that the Mozilla repo now contains a different version of it in the
        location we used previously
        - update debian/build/rules.mk
        - update debian/build/create-tarball.py
      * Work around trusty/i386 issue by explicitly linking against libc
        - update debian/config/mozconfig.in
    
     -- Chris Coulson <email address hidden>  Mon, 04 Jul 2016 16:14:14 +0100
  • thunderbird (1:38.8.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_8_0_BUILD1)
        - see USN-2973-1
    
     -- Chris Coulson <email address hidden>  Wed, 11 May 2016 16:44:40 +0100
  • thunderbird (1:38.7.2+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_7_2_BUILD1)
        - see USN-2934-1
    
     -- Chris Coulson <email address hidden>  Tue, 15 Mar 2016 16:33:17 +0000
  • thunderbird (1:38.6.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_6_0_BUILD1)
        - see USN-2904-1
    
     -- Chris Coulson <email address hidden>  Fri, 19 Feb 2016 17:39:04 +0000
  • thunderbird (1:38.5.1+build2-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_5_1_BUILD2)
        - see USN-2859-1
    
     -- Chris Coulson <email address hidden>  Wed, 06 Jan 2016 09:28:21 +0000
  • thunderbird (1:38.4.0+build3-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_4_0_BUILD3)
        - see USN-2819-1
    
     -- Chris Coulson <email address hidden>  Wed, 25 Nov 2015 19:35:00 +0000
  • thunderbird (1:38.3.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_3_0_BUILD1)
        - see USN-2754-1
    
      * Disable the crash reporter as symbol uploads are currently broken. This
        means that Apport will be catching crashes for now
    
     -- Chris Coulson <email address hidden>  Wed, 30 Sep 2015 11:54:51 +0100
  • thunderbird (1:38.2.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_38_2_0_BUILD1)
        - see USN-2712-1
    
      * Switch to comm-esr38
        - update debian/config/branch.mk
      * Don't hardcode -mfloat-abi=softfp in libvpx
        - add debian/patches/dont-hardcode-softfp-on-armhf.patch
        - update debian/patches/series
      * Drop debian/patches/no_neon_on_arm.patch. This shouldn't beneeded
        anymore, because:
        - since it was added, most code that uses NEON intrinsics and assembly
          code using NEON instructions is disabled if the target is < armv7
        - Code that uses NEON intrinsics, when compiled, is hidden behind a
          runtime check (so doesn't run on systems that don't support those
          instructions).
        - Code in media/libvpx unconditionally compiles code that uses NEON
          intrinsics anyway, even if the target is < armv7 (but the code is
          compiled with -march=armv7-a and is hidden behind a runtime check for
          NEON support)
      * Refresh patches
        - update debian/patches/dont-include-hyphenation-patterns.patch
        - update debian/patches/unity-menubar.patch
      * Don't try to download python-blessings from the network - use the in-tree
        copy
        - add debian/patches/dont-install-blessings-from-network.patch
        - update debian/patches/series
      * Add Welsh, Lower Sorbian and Upper Sorbian language packs
      * Disable all of the testsuite related patches and don't install anything
        in to the testsuite package for now. The patches have all bit-rotted,
        we're not running any tests and nobody is driving that anymore
      * Don't clone the nightly profile from the default profile at startup
        - update debian/thunderbird.sh.in
      * Don't use --with-app-basename to create the co-installable nightly build
        as it's not useful anymore, and changing the application name to
        "Thunderbird-Trunk" has always been problematic for code / addons that check
        the appname. Continue to use --with-app-name as before (which just changes
        the install name and the remoting name), and add a patch to introduce
        --with-app-profile, which allows us to change the profile location
        - update debian/build/rules.mk
        - update debian/build/config.mk
        - update debian/config/mozconfig.in
        - update debian/rules
        - add debian/patches/support-coinstallable-trunk-build.patch
        - add debian/patches/set-prgname-to-remoting-name.patch
        - update debian/patches/series
      * Drop debian/patches/revert-removal-of-native-notifications.patch - fixed
        upstream
      * Reenable system alerts, which were disabled upstream
        - update debian/vendor.js
    
     -- Chris Coulson <email address hidden>  Mon, 17 Aug 2015 22:58:15 +0100
  • thunderbird (1:31.8.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_8_0_BUILD1)
        - see USN-2673-1
    
     -- Chris Coulson <email address hidden>  Wed, 15 Jul 2015 16:30:52 +0100
  • thunderbird (1:31.7.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_7_0_BUILD1)
        - see USN-2603-1
    
     -- Chris Coulson <email address hidden>  Mon, 11 May 2015 11:25:17 +0100
  • thunderbird (1:31.6.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_6_0_BUILD1)
        - see USN-2552-1
     -- Chris Coulson <email address hidden>   Mon, 30 Mar 2015 20:27:49 +0100
  • thunderbird (1:31.5.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_5_0_BUILD1)
        - see USN-2506-1
     -- Chris Coulson <email address hidden>   Mon, 23 Feb 2015 18:29:24 +0000
  • thunderbird (1:31.4.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_4_0_BUILD1)
        - see USN-2460-1
     -- Chris Coulson <email address hidden>   Mon, 12 Jan 2015 18:30:53 +0000
  • thunderbird (1:31.3.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_3_0_BUILD1)
        - see USN-2428-1
     -- Chris Coulson <email address hidden>   Fri, 28 Nov 2014 19:45:32 +0000
  • thunderbird (1:31.2.0+build2-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_2_0_BUILD2)
        - see USN-2373-1
     -- Chris Coulson <email address hidden>   Thu, 09 Oct 2014 10:25:30 +0100
  • thunderbird (1:31.1.2+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_1_2_BUILD1)
        - see USN-2360-2
     -- Chris Coulson <email address hidden>   Wed, 24 Sep 2014 10:46:55 +0100
  • thunderbird (1:31.1.1+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_1_1_BUILD1)
        - see USN-2330-1
     -- Chris Coulson <email address hidden>   Sat, 30 Aug 2014 22:06:15 +0100
  • thunderbird (1:31.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_31_0_BUILD1)
        - see LP: #1346007 for USN information
    
      [ Chris Coulson <email address hidden> ]
      * Refresh patches
        - update d/p/test-integration/automation-output-junit-xml.patch
        - update debian/patches/unity-menubar.patch
        - update d/p/test-fixes/xpcshell-exthandler-no-writes-to-appdir.patch
        - update d/p/test-integration/xpcshell-disable-tests-which-need-appdir-write-access.patch
        - update d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
        - update d/p/test-integration/xpcshell-write-time-for-failed-test.patch
        - update debian/patches/no_neon_on_arm.patch
        - update debian/patches/revert-removal-of-native-notifications.patch
        - update debian/patches/theme-refresh-compose-toolbar-icons.patch
      * Don't include python pyc files in the diff
        - update debian/source/options
      * Use --enable-system-libffi on arm64, as the bundled libffi doesn't
        support this yet
      * Fix create-tarball.py so that the blacklist works correctly
      * Disable the monochrome icon patches for now, as there's quite a few
        recently added icons that are missing from this set
        - update debian/patches/series
      * Add pulseaudio dependency
        - update debian/control
      * Add missing files to tarball
        - update debian/config/tarball.conf
      * MOZILLA_OFFICIAL no longer controls whether the crashreporter is enabled,
        so just build with --disable-crashreporter to turn it off
        - update debian/apport/blacklist.in
        - update debian/build/config.mk
        - update debian/build/rules.mk
        - remove d/p/test-fixes/xpcshell-docshell-no-writes-to-appdir.patch
        - remove d/p/test-fixes/xpcshell-contentprefs-no-writes-to-appdir.patch
        - update debian/patches/series
      * Add OCSPStaplingServer binary to testsuite
        - update debian/thunderbird-testsuite.install.in
        - update debian/build/rules.mk
      * Don't let make check failures fail the build for now, as there are some
        jit test failures
        - update debian/build/testsuite.mk
      * Try to stop the buildd's from terminating the build during long links
        (use a hack based on the one for the Chromium package)
        - add debian/build/keepalive-wrapper.py
        - update debian/build/rules.mk
    
      [ Adam Conrad <email address hidden> ]
      * Build with --enable-release option to use "more conservative, release
        engineering-oriented options" as recommended by upstream for distros:
        - Fixes FTBFS on powerpc and may improve stability on other arches.
     -- Chris Coulson <email address hidden>   Mon, 21 Jul 2014 08:06:08 +0100
  • thunderbird (1:24.6.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_24_6_0_BUILD1)
        - see LP: #1328003 for USN information
     -- Chris Coulson <email address hidden>   Mon, 09 Jun 2014 10:09:28 +0100
  • thunderbird (1:24.5.0+build1-0ubuntu0.14.04.1) trusty-security; urgency=medium
    
      * New upstream stable release (THUNDERBIRD_24_5_0_BUILD1)
        - see LP: #1313886 for USN information
    
      * Partially backport changeset from trunk to remove Ubuntu One filelink support
        - add debian/patches/remove-ubuntuone-filelink.patch
        - update debian/patches/series
     -- Chris Coulson <email address hidden>   Mon, 28 Apr 2014 20:52:58 +0100
  • thunderbird (1:24.4.0+build1-0ubuntu1) trusty; urgency=low
    
      * New upstream stable release (THUNDERBIRD_24_4_0_BUILD1)
        - see LP: #1293851 for USN information
     -- Chris Coulson <email address hidden>   Fri, 31 Jan 2014 11:27:27 +0000
  • thunderbird (1:24.2.0+build1-0ubuntu1) trusty; urgency=low
    
      * New upstream stable release (THUNDERBIRD_24_2_0_BUILD1)
        - see LP: #1258653 for USN information
     -- Chris Coulson <email address hidden>   Fri, 06 Dec 2013 21:38:25 +0000
  • thunderbird (1:24.1.1+build1-0ubuntu1) trusty; urgency=low
    
      * Don't install the EDS addon in 14.04 for now
        - update debian/rules
        - update debian/thunderbird.install.in
     -- Chris Coulson <email address hidden>   Wed, 27 Nov 2013 10:59:47 +0000
  • thunderbird (1:24.1.1+build1-0ubuntu0.13.10.1) saucy-security; urgency=low
    
      * New upstream stable release (THUNDERBIRD_24_1_1_BUILD1)
        - see LP: #1253027 for USN information
     -- Chris Coulson <email address hidden>   Wed, 20 Nov 2013 09:48:33 +0000
  • thunderbird (1:24.0+build1-0ubuntu2) trusty; urgency=low
    
      * Add libedataserver-1.2-18 as an alternative dependency in
        thunderbird-gnome-support.
     -- Dmitrijs Ledkovs <email address hidden>   Sun, 24 Nov 2013 04:41:04 +0000
  • thunderbird (1:24.0+build1-0ubuntu1) saucy; urgency=low
    
      * New upstream stable release (THUNDERBIRD_24_0_BUILD1)
        - see LP: #1224912 for USN information
    
      * Switch to comm-esr24
      * Fix LP: #1064423 - "Submitting your report..." shows missing-icon icon.
        Install the throbber icon in the package
        - update debian/thunderbird.install.in
      * Disable the menubar addon
        - update debian/config/mozconfig.in
        - update debian/build/mozbuild.mk
        - update debian/thunderbird-globalmenu.dirs.in
      * Drop the menubar addon
        - remove debian/globalmenu
        - update debian/build/mozbuild.mk
        - update debian/config/mozconfig.in
        - update debian/control.in
        - remove debian/thunderbird-globalmenu.dirs.in
        - remove debian/patches/unity-globalmenu-build-support.patch
        - update debian/patches/series.in
      * Add native support for the Unity menubar (no addon)
        - add debian/patches/unity-menubar.patch
        - update debian/patches/series.in
      * Drop support for building on older than precise
        - update debian/apport/source_thunderbird.py.in
        - update debian/build/mozbuild.mk
        - update debian/config/mozconfig.in
        - update debian/control.in
        - remove debian/patches/add-syspref-dir.patch
        - update debian/patches/series.in
        - remove debian/patches/use-new-yasm-in-lucid.patch
        - update debian/rules
        - update debian/thunderbird-globalmenu.dirs.in
        - update debian/thunderbird.desktop.in
        - update debian/thunderbird.dirs.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 the perl script for preprocessing the quilt series file
        - remove debian/build/enable-dist-patches.pl
        - update debian/build/mozbuild.mk
        - update debian/patches/series.in
      * Make sure that SHELL is set in the build environment
        - update debian/build/mozbuild.mk
      * Use virtualenv for compare-locales
        - update debian/build/create-tarball.py
        - update debian/build/mozbuild.mk
      * Add support for running xpcshell tests as autopkgtests
        - add debian/build/fix-mozinfo-appname.py
        - update debian/build/rules.mk
        - update debian/build/testsuite.mk
        - update debian/config/mozconfig.in to always build with --enable-tests
        - update debian/control.in to add testsuite package
        - update debian/rules
        - add debian/testing/filter_results
        - add debian/testing/results-filter-manifest.json
        - add debian/testing/run_xpcshell_tests
        - add debian/testing/testrunhelper.py
        - add debian/testing/xpcshell-build.ini
        - add debian/tests/control.in
        - add debian/tests/post-process
        - add debian/tests/xpcshell-tests
        - add debian/thunderbird-testsuite.install.in
        - add debian/thunderbird-testsuite.links.in
        - add debian/thunderbird-testsuite.lintian-overrides.in
        - add d/p/test-fixes/mozmill-workaround-shebang-char-limit.patch due to
          the virtenv path exceeding the shebang character limit
        - add d/p/test-fixes/xpcshell-chrome-fix-test_bug848297-with-locale-matchOS.patch
          to disable intl.locale.matchOS, which breaks the test
        - add d/p/test-fixes/xpcshell-contentprefs-no-writes-to-appdir.patch
          to fix tests that write to the application directory
        - add d/p/test-fixes/xpcshell-docshell-no-writes-to-appdir.patch to fix
          tests that write to the application directory
        - add d/p/test-fixes/xpcshell-exthandler-no-writes-to-appdir.patch to
          fix tests that write to the application directory
        - add d/p/test-fixes/xpcshell-search-fix-tests-when-plugins-are-not-in-appdir.patch
          to fix tests that assume searchplugins are installed in the application
          directory
        - add d/p/test-fixes/xpcshell-xunit-output-no-bell.patch so that the
          xpcshell harness does not output the terminal bell character, which
          breaks Jenkins
        - add d/p/test-integration/automation-output-junit-xml.patch
        - add d/p/test-integration/xpcshell-disable-addon-select-dialog-test-for-adt.patch
          to fix some addon tests when the selection UI is disabled
        - add d/p/test-integration/xpcshell-disable-tests-which-need-appdir-write-access.patch
          to disable some tests that need to write to the application directory
        - add d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
          so that the xpcshell harness does not return with non-zero when some tests
          fail. We detect failures in the JUnit XML results
        - add d/p/test-integration/xpcshell-output-valid-junit-xml.patch so that
          the JUnit output matches the schema
        - add d/p/test-integration/xpcshell-write-time-for-failed-test.patch so that
          the xpcshell harness writes the time even when the test fails
        - update debian/patches/series
      * Drop libthai suggest - this hasn't been needed for a long time
        - update debian/control
      * Replace latex-xft-fonts suggest with ttf-lyx (yes, I know this is a
        transitional package since 12.10, but it avoids suggesting a different
        package for each release)
        - update debian/control
      * Fix LP: #1093665 - 'Next' button icon points upwards. Thanks to
        Richard Marti for the patch
        - update debian/patches/theme-refresh-messenger-toolbar-icons.patch
      * Get rid of the autogenerated debian/patches/series, as we don't use
        it now
        - rename debian/patches/series.in => debian/patches/series
        - update debian/build/mozbuild.mk
        - update debian/source/options
      * Build Lightning packages from Thunderbird uploads
        - update debian/config/mozconfig.in
        - update debian/control.in
        - refresh debian/control
        - update debian/rules
      * Enforce a strict dependency between Lightning and Thunderbird, make
        sure that Lightning recommends the 2 support addons and that these
        have a strict dependency on Lightning (LP: #1082089)
        - update debian/control{,.in}
      * We don't need to install the calendar-timezones addon
        - update debian/rules
        - update debian/control.in
      * Make thunderbird-globalmenu a transitional package
        - update debian/control.in
        - update debian/build/mozbuild.mk
      * Always build the crash reporter and Breakpad symbols on supported
        architectures, even if it is disabled at run time. Will hopefully avoid
        surprises by the time we reach beta (where the crash reporter is enabled)
        - update debian/rules
        - update debian/build/mozvars.mk
        - update debian/build/mozbuild.mk
      * Rename mozbuild.mk => rules.mk and mozvars.mk => config.mk
      * Don't blacklist Thunderbird in Apport on unofficial builds
        - update debian/apport/blacklist.in
        - update debian/build/rules.mk
      * Remove the executable bit from the testsuite zip file and searchplugins
        - update debian/build/rules.mk
      * Silence an embedded-library warning and some image-file-in-usr-lib warnings
        - update debian/thunderbird.lintian-overrides.in
      * Update EDS extension to 0.6
      * Make the debian/control autogeneration a bit cleaner
        - update debian/build/config.mk
        - update debian/build/dump-langpack-control-entries.pl
        - update debian/build/rules.mk
        - update debian/control.in
      * Don't set stuff that is set by dpkg-buildpackage
        - update debian/build/config.mk
        - update debian/build/rules.mk
      * Partially revert part 9 of bmo: #782211 (Implement notification API spec),
        to reintroduce native notifications
        - add debian/patches/revert-removal-of-native-notifications.patch
        - update debian/patches/series
      * Refresh patches
        - update debian/patches/dont-include-hyphenation-patterns.patch
        - update debian/patches/no_neon_on_arm.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
      * Drop patches
        - remove debian/patches/fix-for-bmo795395.patch (fixed upstream)
        - remove debian/patches/fix-makefile-substitution-bug.patch (doesn't seem
          to be needed anymore)
        - update debian/patches/series
     -- Chris Coulson <email address hidden>   Sun, 23 Jun 2013 21:57:29 +0100