lp://qastaging/ubuntu/oneiric-proposed/thunderbird
- Get this branch:
- bzr branch lp://qastaging/ubuntu/oneiric-proposed/thunderbird
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 93. By Micah Gersten
-
* New upstream stable release (THUNDERBIRD_
10_0_1_ BUILD1)
- see LP: #929964 for USN information - 92. By Chris Coulson
-
* New upstream stable release (THUNDERBIRD_
10_0_BUILD1)
- see LP: #923372 for USN information[ Chris Coulson <email address hidden> ]
* Disable more hanging IPC xpcshell tests
- update debian/build/testsuite .mk
* Improve the maintainer script magic for moving the system pref file when
upgrading from Thunderbird 3.1 on oneiric and newer. Also drop the hooks
to remove conffiles that never even existed
- update debian/thunderbird. postinst. in
- add debian/thunderbird. postrm. in
- update debian/thunderbird. preinst. in
- update debian/rules
* Drop patches fixed upstream
- remove debian/patches/ theme-refresh- messenger- tree-header- graphics. patch
- remove debian/patches/ theme-refresh- message- header- buttons. patch
- update debian/patches/ series
* Refresh patches:
- update debian/patches/ theme-refresh- messenger- toolbar- icons.patch
* Update after landing of bmo: #701875 - Rename omni.jar to omni.ja
- update debian/thunderbird. install. in
* Update shipped locales (addition of Asturian and Serbian)
- refresh debian/config/ locales. all
- refresh debian/config/ locales. shipped
- refresh debian/control
* Backport changes to allow per-release/per-arch patches
- add debian/build/enable- dist-patches. pl
- update debian/rules
* Fix LP: #908508 - Add patch from upstream to fix powerpc build failure.
Only apply this patch on powerpc to avoid compromising the quality of
the architectures that we care about
- add debian/patches/ fix-build- failure- without- yarr-jit2. patch
- update debian/patches/ series
* Also make the previous powerpc build fix apply on ppc only
- update debian/patches/ series [ Micah Gersten <email address hidden> ]
* Drop patch after upstream landing of (bmo: 690432) aka Logging.h passes a
string directly to printf
- drop debian/patches/ printf- fix.patch
- update debian/patches/ series - 91. By Chris Coulson
-
* New upstream stable release (THUNDERBIRD_
9_0_BUILD2)
- see LP: #909599 for USN information[ Chris Coulson <email address hidden> ]
* Update globalmenu-extension to 2.0.2
* Update eds integration to 0.3.9
* Don't unconditionally overwrite SourcePackage when reporting bugs with
the nightly apport hook
- update debian/apport/ source_ thunderbird. py.in
* Set "Channel = Unavailable" if channel-prefs.js doesn't contain a
channel name
- update debian/apport/ source_ thunderbird. py.in
* Ensure that create-tarball can handle there not being a locale blacklist
- update debian/build/create- tarball. py
* Use makedirs to create the local cache directory
- update debian/build-create- tarball. py
* Drop patches fixed upstream:
- remove debian/patches/ only-add- ENABLE_ JIT-to- CXXFLAGS- if-jit- is-enabled. patch
- update debian/patches/ series
* Refresh patches
- update debian/patches/ theme-resfresh- addressbook- toolbar- icons.patch
* Drop xpt.py and xpidl from $LIBDIR. xpidl is gone, and xpt.py isn't included
there in the upstream SDK
- update debian/thunderbird- dev.links. in
* Fix LP: #901838 - Ugly busy pointer, due to libxcursor no longer matching
the cursor bitmap to a nice themed pointer
- add debian/patches/ fix-cursor- handling. patch
- update debian/patches/ series [ Micah Gersten <email address hidden> ]
* Add patch from upstream to fix PowerPC FTBFS (bmo: 703534) aka
Build failure on platforms without YARR JIT
- add debian/patches/ fix-build- failure- without- yarr-jit. patch
- update debian/patches/ series - 90. By Chris Coulson
-
* Update eds extension to 0.3.8 (r96)
- Fix LP: #872639 - "Cannot open book: Could not create DesktopcouchSession
object". Don't display errors from evolution-data-server for now, as
the alert dialog is modal and makes Thunderbird unusable. The error
messages aren't useful either. Note, this doesn't fix the actual bug
with desktopcouch
- Fix LP: #863150 - Endless loop with password prompt
- Fix a shutdown crash
* Update messagingmenu-extension to 0.8.2
- Should hopefully fix LP: #850229 by clearing the count if unread items
are deleted from a folder - 88. By Chris Coulson
-
* New upstream stable release (THUNDERBIRD_
7_0_BUILD1) * Pass --enable-
update- channel to configure on beta/aurora. Although we don't
use the updater, this information does appear in crash reports, which is
useful. We also use it in the Apport hook, and it will be used to enable
testpilot on aurora/beta when it exists in the future
- update debian/rules
- update debian/config/ mozconfig. in
- update debian/thunderbird. install. in
- update debian/apport/ thunderbird. py.in - 87. By Chris Coulson
-
* New upstream release from the beta channel (THUNDERBIRD_
7_0b3_BUILD1) * Don't error out whilst creating the source package if mozilla-devscripts
or cdbs aren't installed. This enables us to create source packages
on machines which don't have these available
- update debian/rules
- update debian/mozclient/ thunderbird. mk
* Refresh shipped locales to add Bulgarian
- refresh debian/locales. shipped and debian/ locales. unavailable
- refresh debian/control - 86. By Chris Coulson
-
* Update globalmenu-
extension to 2.0.1
- Fixes broken labels in the Edit menu
- Fixes radio item siblings not always being correctly unchecked
* Update messagingmenu-extension to 0.8
- Fix a bug in inbox-only mode where we displayed non-inbox folders when
clearing inbox-indicators
- Add support for libunity6 ABI
- Provide a utility module for loading libraries and binding symbols
- Hide the internal implementation details from other chrome code
- Fix some small memory leaks
- Only destroy the IndicateServer on shutdown rather than when toggling
the pref to disable the indicator, as recreating it seems to result in
weird crashes. When disabling the indicator, just hide it (which doesn't
work in any case)
- Hide the prefs if the required libraries aren't installed
- Fallback gracefully if the required libraries aren't installed
- Trap all exceptions during initialization. Throwing exceptions in to a
document load handler is bad, as it can prevent the entire UI from loading
* Fix broken icon URI for the reply button in the message header (LP: #844606)
- update debian/patches/ theme-refresh- message- header- buttons. patch - 84. By Chris Coulson
-
* New upstream release from the beta channel (THUNDERBIRD_
7_0b2_BUILD2)
- LP: #837557 and LP: #838322* Update globalmenu-
extension to 2.0
- Only update a menu in realtime if it's parent is opening. For all other
times, just invalidate the menu. Avoids spamming dbus everytime
something changes in the menu
- When removing a menuitem from its parent, check that the index is
in-bounds. Should fix a frequent crash on startup, although it doesn't
explain how it gets in to that state in the first place
- Add the ability to turn on debugging without building Firefox with
debugging on
* Add upstream patch to only add ENABLE_JIT=1 to CXXFLAGS if any of trace/
method/yarr jit is enabled. Fixes a build failure on PPC
- add debian/patches/ only-add- ENABLE_ JIT-to- CXXFLAGS- if-jit- is-enabled. patch
- update debian/patches/ series
* Add upstream patch to fix build failure with ENABLE_YARR_JIT=0
- add debian/patches/ build-fix- for-no- ENABLE_ YARR_JIT. patch
- update debian/patches/ series
* Add upstream patch to work around a linker bug
- add debian/patches/ compile- pldhash- as-C++. patch
- update debian/patches/ series
* Don't pass an empty --mozilla-repo= argument to client.py when creating
the source tarball without a local cache, as it totally breaks. This is
why we've got rid of all this in nightly and aurora, so we can avoid
such bandaids in the first place
- update debian/mozclient/ thunderbird. conf
* Messagingmenu fixes:
- Use the libunity5 ABI (LP: #839154)
- Don't use QueryInterface on objects where we can't guarantee they
implement a particular interface (LP: #826447)
* Make sure that thunderbird-gnome-support actually depends on libunity5
- update debian/rules
* Update eds extension to r84 from 0.3 branch
- fixes a shutdown crash
* Use the latest eds libs for the contacts integration
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/ubuntu/precise/thunderbird