~ubuntu-branches/ubuntu/lucid/firefox/lucid-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-03-10 19:28:01 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20120310192801-dwmyqrirq3i9qp9m
Tags: 11.0+build1-0ubuntu0.10.04.2
* New upstream stable release (FIREFOX_11_0_BUILD1)
  - see LP: #951250 for USN information

* Rebuilt against updated gcc to fix LP: #931637
* Ensure that the crash reporter is disabled if rebuilt by Ubuntu
  derivatives, as there will be no crash symbols for those
  - update debian/rules
* Only add "Ubuntu" to the UA string when being built for Ubuntu
  - update debian/rules
* Temporarily disable ipdl tests due to build failures. These aren't
  enabled upstream, anyway
  - update debian/config/mozconfig.in
* Always set the update channel - not setting it at build-time on release
  builds breaks the extensions.checkCompatibility pref. The only things
  using it at runtime are nsBlocklistService, Test Pilot (beta + aurora)
  and the about dialog (where the channel is hidden anyway)
  - update debian/rules
  - update debian/firefox.install.in
* Fix LP: #898883 - IPC xpcshell tests hang the buildd's. Give all
  xpcshell tests an X display, as plugin-container won't work without one
  - update debian/build/testsuite.mk
* Turn on all IPC xpcshell tests again
  - update debian/build/testsute.mk
* Drop the default-apps xml file - there is already one provided by
  gnome-control-center, so ours duplicates this. We never used to install
  it for Firefox 3.6
  - remove debian/firefox.xml.in
  - update debian/firefox-gnome-support.install.in
  - update debian/rules
* Ship Test Pilot as a distribution addon, like upstream. This means
  that the addon manager can update it. It does also mean that it will
  remain installed in users profiles if they try the beta or aurora
  builds, but the Feedback button is disabled on release builds
  - update debian/firefox.install.in
  - fixes LP: #913357
* Drop patches fixed upstream
  - remove debian/patches/fix-cursor-handling.patch
  - update debian/patches/series
* Call xvfb-run with "-a" in case there are other servers running on the
  builder
  - update debian/build/testsuite.mk
* Really fix LP: #898883 - IPC xpcshell tests hang the build. What was
  actually happening is plugin-container would fail to start because all
  available X connections had been used up by many instances of dbus-launch,
  spawned each time an xpcshell tried to talk to the session bus. Because
  we run all of the xpcshell tests with one Xvfb instance, the buses
  accumulate until the available X connections all run out. To fix this, run
  all tests requiring a display inside dbus-launch, so we create just a
  single bus for all xpcshell tests
  - update debian/build/testsuite.mk
  - update debian/control{,.in}
* Add Ligurian to locale blacklist, as we don't support this in Ubuntu
  - update debian/config/locales.blacklist
* Fix LP: #918763 - Revert the temporary investigation patch for
  bmo: #621446, as it breaks GCC4.4
  - add debian/patches/revert-bmo621446-investigation.patch
  - update debian/patches/series
* Refresh patches
  - update debian/patches/ubuntu-ua-string-changes.patch
  - update debian/patches/mozilla-kde.patch
  - update debian/patches/firefox-kde.patch
* Fix LP: #915895 - Just set autoDisableScopes to 0. Other distributions
  are already doing this, and we already made this feature pretty much
  useless by allowing extensions in the application directory, so that our
  language packs aren't disabled by default
  - update debian/vendor.js
* Drop the solid white separators from the addressbar autocomplete dropdown,
  and increase padding so that it doesn't look so bad with dark themes
  - add debian/patches/autocomplete-theme-tweak.patch
  - update debian/patches/series
* Fix LP: #926495 - Add patch based on one from bmo: #691898 to enable
  building on ppc again
  - add debian/patches/fix-build-failure-without-yarr-jit.patch
  - update debian/patches/series
* Fix LP: #926495 - Disable the SPS profiler on unsupported architectures
  - add debian/patches/no-sps-profiler-on-unsupported-archs.patch
  - update debian/patches/series
* Add a missing include in gfx/angle/src/compiler/Types.h (backported
  from Aurora)
  - add debian/patches/fix-missing-stl-include-in-angle.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
firefox (11.0+build1-0ubuntu0.10.04.2) lucid; urgency=low
 
2
 
 
3
  * New upstream stable release (FIREFOX_11_0_BUILD1)
 
4
    - see LP: #951250 for USN information
 
5
 
 
6
  * Rebuilt against updated gcc to fix LP: #931637
 
7
  * Ensure that the crash reporter is disabled if rebuilt by Ubuntu
 
8
    derivatives, as there will be no crash symbols for those
 
9
    - update debian/rules
 
10
  * Only add "Ubuntu" to the UA string when being built for Ubuntu
 
11
    - update debian/rules
 
12
  * Temporarily disable ipdl tests due to build failures. These aren't
 
13
    enabled upstream, anyway
 
14
    - update debian/config/mozconfig.in
 
15
  * Always set the update channel - not setting it at build-time on release
 
16
    builds breaks the extensions.checkCompatibility pref. The only things
 
17
    using it at runtime are nsBlocklistService, Test Pilot (beta + aurora)
 
18
    and the about dialog (where the channel is hidden anyway)
 
19
    - update debian/rules
 
20
    - update debian/firefox.install.in
 
21
  * Fix LP: #898883 - IPC xpcshell tests hang the buildd's. Give all
 
22
    xpcshell tests an X display, as plugin-container won't work without one
 
23
    - update debian/build/testsuite.mk
 
24
  * Turn on all IPC xpcshell tests again
 
25
    - update debian/build/testsute.mk
 
26
  * Drop the default-apps xml file - there is already one provided by
 
27
    gnome-control-center, so ours duplicates this. We never used to install
 
28
    it for Firefox 3.6
 
29
    - remove debian/firefox.xml.in
 
30
    - update debian/firefox-gnome-support.install.in
 
31
    - update debian/rules
 
32
  * Ship Test Pilot as a distribution addon, like upstream. This means
 
33
    that the addon manager can update it. It does also mean that it will
 
34
    remain installed in users profiles if they try the beta or aurora
 
35
    builds, but the Feedback button is disabled on release builds
 
36
    - update debian/firefox.install.in
 
37
    - fixes LP: #913357
 
38
  * Drop patches fixed upstream
 
39
    - remove debian/patches/fix-cursor-handling.patch
 
40
    - update debian/patches/series
 
41
  * Call xvfb-run with "-a" in case there are other servers running on the
 
42
    builder
 
43
    - update debian/build/testsuite.mk
 
44
  * Really fix LP: #898883 - IPC xpcshell tests hang the build. What was
 
45
    actually happening is plugin-container would fail to start because all
 
46
    available X connections had been used up by many instances of dbus-launch,
 
47
    spawned each time an xpcshell tried to talk to the session bus. Because
 
48
    we run all of the xpcshell tests with one Xvfb instance, the buses
 
49
    accumulate until the available X connections all run out. To fix this, run
 
50
    all tests requiring a display inside dbus-launch, so we create just a
 
51
    single bus for all xpcshell tests
 
52
    - update debian/build/testsuite.mk
 
53
    - update debian/control{,.in}
 
54
  * Add Ligurian to locale blacklist, as we don't support this in Ubuntu
 
55
    - update debian/config/locales.blacklist
 
56
  * Fix LP: #918763 - Revert the temporary investigation patch for
 
57
    bmo: #621446, as it breaks GCC4.4
 
58
    - add debian/patches/revert-bmo621446-investigation.patch
 
59
    - update debian/patches/series
 
60
  * Refresh patches
 
61
    - update debian/patches/ubuntu-ua-string-changes.patch
 
62
    - update debian/patches/mozilla-kde.patch
 
63
    - update debian/patches/firefox-kde.patch
 
64
  * Fix LP: #915895 - Just set autoDisableScopes to 0. Other distributions
 
65
    are already doing this, and we already made this feature pretty much
 
66
    useless by allowing extensions in the application directory, so that our
 
67
    language packs aren't disabled by default
 
68
    - update debian/vendor.js
 
69
  * Drop the solid white separators from the addressbar autocomplete dropdown,
 
70
    and increase padding so that it doesn't look so bad with dark themes
 
71
    - add debian/patches/autocomplete-theme-tweak.patch
 
72
    - update debian/patches/series
 
73
  * Fix LP: #926495 - Add patch based on one from bmo: #691898 to enable
 
74
    building on ppc again
 
75
    - add debian/patches/fix-build-failure-without-yarr-jit.patch
 
76
    - update debian/patches/series
 
77
  * Fix LP: #926495 - Disable the SPS profiler on unsupported architectures
 
78
    - add debian/patches/no-sps-profiler-on-unsupported-archs.patch
 
79
    - update debian/patches/series
 
80
  * Add a missing include in gfx/angle/src/compiler/Types.h (backported
 
81
    from Aurora)
 
82
    - add debian/patches/fix-missing-stl-include-in-angle.patch
 
83
    - update debian/patches/series
 
84
 
 
85
 -- Chris Coulson <chris.coulson@canonical.com>  Sat, 10 Mar 2012 19:28:01 +0000
 
86
 
1
87
firefox (10.0.2+build1-0ubuntu0.10.04.1) lucid-security; urgency=low
2
88
 
3
89
  * New upstream stable release (FIREFOX_10_0_2_BUILD1)