* New upstream release v3.6 (FIREFOX_3_6_RELEASE)
+ fix LP: #449744 - Firefox crashes when attempting to load Firebug 1.5
+ fix LP: #66015 - Duplicate spell checking dictionaries for every entry
+ fix LP: #132938 - tooltips dont work in sidebar
+ fix LP: #195698 - Password asked separately for each tab that requires it (proxy)
+ fix LP: #239462 - tooltips disappear too fast
+ fix LP: #385816 - Resize corner grab stays visible after maximize
+ fix LP: #429476 - firefox crash on javascript page
+ fix LP: #432876 - Icons missing in Firefox searchbox drop down list
+ fix LP: #486284 - maxlength on input box can be overriden by autocomplete
+ fix LP: #501393 - Integrate Firefox notifications with notify-osd bling
[ H. Montoliu <email address hidden> ]
* fix LP: #361052 - firefox apport hook fails to retrieve pluginreg.dat file
* update debian/apport/firefox-3.6.py - removed unused code and minor refactoring.
[ Fabien Tassin <email address hidden> ]
* Update the location of the upsteam branch now that 3.6/Namoroka has its own
branch, and trunk moved on to 3.7
- update debian/mozclient/firefox-3.6.conf
* Use Namoroka instead of Shiretoko as brand name and use it for snapshots.
Name it Namoroka in the Preferred Application UI too
- update debian/firefox-3.6-shiretoko.desktop => debian/firefox-3.6-namoroka.desktop
- update debian/firefox-3.6.xml
- update debian/rules
* Target the 'default' branch instead of tip
- add debian/moz-rev.sh
- update debian/mozclient/firefox-3.6.conf
* Add firefox 3.6 to the list of Preferred Applications in Gnome
- add debian/firefox-3.6.xml
- update debian/firefox-3.6-gnome-support.install
* Add ${misc:Depends} to all non-transitional packages, make firefox-3.6-dbg
depend on firefox-3.6 with the exact same version, move -dbg packges to
priority extra and add firefox-3.6-gnome-support-dbg
- update debian/control
* Update diverged patches:
- update debian/patches/browser_branding.patch
- update debian/patches/firefox-profilename
- update debian/patches/ubuntu_bookmarks.patch
- update debian/patches/lp185622_system_path_default_browser.patch
- update debian/patches/dont_depend_on_nspr_sources.patch
[ Alexander Sack <email address hidden> ]
* add libnotify-dev to build-depends
- update debian/control
* add libiw-dev to build-depends to fix build failure
- update debian/control
* until we move searchplugins to a separate package provided only by the current default
firefox, we need to make firefox-3.6 replace all the older firefox binary packages:
firefox-3.5, firefox-3.2, firefox-3.1, firefox-3.0
- update debian/control
* implement MIN_SYS_DEPS approach that does not use system xulrunner
and only a minimal set of system dependencies.
+ drop patches not required anymore:
- delete debian/patches/dont_depend_on_nspr_sources.patch
- update debian/patches/series
+ update browser directory provider patch
- update debian/patches/bz515232_att399338_distro_locale_searchplugins.patch
+ move .install lines that depend on whether MIN_SYS_DEPS is used or not
to debian/rules in ifneq (,$(MIN_SYS_DEPS)) blocks
- update debian/rules
- update debian/firefox-3.5.install
+ ship gnome support .so's inside of the main package, but keep dependencies in
the (now empty) gnome-support package; to achieve this, we first install
the gnome support files in the -gnome-support package and move them to the
main package _after_ shlib depends where generated
- update debian/rules
+ do not build-depend on xulrunner dev package anymore; local xulrunner builds
with MIN_SYS_DEPS=0 should still work though
- update debian/control
+ make firefox-3.5 conflict firefox-3.5-gnome-support as it shipps the gnome
files directly now
- update debian/control
* add patch for armv7 support
- add debian/patches/bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch
- update debian/patches/series
* move to unversioned binary and source package name for "archive" firefox
+ generalize final version dependent pieces in debian/rules
- update debian/rules
+ update mozclient/ files to create unversioned sources/tarballs
- rename debian/mozclient/firefox-3.6.conf => debian/mozclient/firefox.conf
- update debian/mozclient/firefox.conf
- rename debian/mozclient/firefox-3.6.mk => debian/mozclient/firefox.mk
+ rename and update previously versioned debhelper files
- rename debian/firefox-3.6-dev.install => debian/firefox-dev.install
- rename debian/firefox-3.6-dev.links => debian/firefox-dev.links
- rename debian/firefox-3.6-gnome-support.install => debian/firefox-gnome-support.install
- rename debian/firefox-3.6-gnome-support.postinst.in => debian/firefox-gnome-support.postinst.in
- rename debian/firefox-3.6.dirs => debian/firefox.dirs
- rename debian/firefox-3.6.install => debian/firefox.install
- update debian/firefox.install
- rename debian/firefox-3.6.links => debian/firefox.links
- update debian/firefox.links
+ rename versioned maintainer scripts
- rename debian/firefox-3.6.postinst.in => debian/firefox.postinst.in
- rename debian/firefox-3.6.postrm.in => debian/firefox.postrm.in
- rename debian/firefox-3.6.preinst.in => debian/firefox.preinst.in
- rename debian/firefox-3.6.prerm.in => debian/firefox.prerm.in
+ rename and update previously versioned .desktop, gnome helper and other debian
integration files
- rename debian/abrowser-3.6.desktop => debian/abrowser.desktop
- rename debian/firefox-3.6-final.desktop => debian/firefox-final.desktop
- update debian/firefox-final.desktop
- rename debian/firefox-3.6-minefield.desktop => debian/firefox-minefield.desktop
- update debian/firefox-minefield.desktop
- rename debian/firefox-3.6-namoroka.desktop => debian/firefox-namoroka.desktop
- update debian/firefox-namoroka.desktop
- rename debian/firefox-3.6.menu => debian/firefox.menu
- update debian/firefox.menu
- rename debian/firefox-3.6.xml => debian/firefox.xml
- update debian/firefox.xml
- rename debian/firefox-3.6-restart-required.update-notifier => debian/firefox-restart-required.update-notifier
- update debian/firefox-restart-required.update-notifier
- update debian/control
+ disable patches for versioned directories and binaries
- update debian/patches/series
+ add fix issues in libpr0n for make syntax issues after lucid dash/bash update;
patch by Kees Cook <email address hidden>
- add debian/patches/fix-build-glitch.patch
- update debian/patches/series
* ease transition for daily firefox-3.6 users by adding conflicts/replaces on firefox-3.6-gnome-support
to firefox binary package which now ships bits previously in there.
- update debian/control
* update to firefox.sh.in start script from firefox-3.5 branch and add firefox-3.6 transition
accordingly; also adjust a bunch of wrongly worded debug messages
- update debian/firefox.sh.in
* fix version number used in profile migration dialog
- update debian/migrator/main.c
* fix wrapper startscript to properly handle all-static firefox build
- update debian/firefox.sh.in
* fix DEBIAN_NAME_OTHER to work for non-versioned abrowser main packages
- update debian/rules
* fix startscript for abrowser; set CMDNAME_USER=firefox for run-mozilla.sh;
and also use META_NAME to guess the -bin binary
- update debian/firefox.sh.in
* add CMDNAME_USER feature to overwrite cmdname for abrowser in run-mozilla.sh
- add debian/patches/abrowser_run_mozilla.patch
- update debian/patches/series
* fix abrowser.desktop; use unversioned icon and exec name
- update debian/abrowser.desktop
* copy abrowser.desktop translations from firefox-3.5.head branch
- update debian/abrowser.desktop
* add firefox-2* transitional packages for hardy users
- update debian/control
[ Jamie Strandboge <email address hidden> ]
* add AppArmor profile (disabled by default)
- debian/firefox-3.6.dirs: add etc/apparmor.d/disable
- add debian/firefox-3.6.preinst.in: disable the profile on new installs,
installs where the last modified profile is disabled and upgrades to
this version
- debian/firefox-3.6.postinst.in: reload profile
- add debian/firefox-3.5.postrm.in: cleanup force-complain and disable
directories
- add debian/usr.bin.firefox.apparmor.in
- add debian/README.Debian.in with note about AppArmor
- debian/apport/firefox-3.6.py: add AppArmor information if the profile is
not disabled
- debian/rules: install profile and update subst_files
- allow dirname and pwd. Thanks to Thomas Templin. (LP: #510644)
- allow the IBM jre
- debian/usr.bin.firefox.apparmor.in: use @LIBDIR@/firefox-*bin as binary
confined by AppArmor
[ Kees Cook <email address hidden> ]
* enable PIE build for stronger security (LP: #507744)
- update debian/rules
- update debian/control
-- Alexander Sack <email address hidden> Sat, 23 Jan 2010 16:46:32 +0100
This bug was fixed in the package firefox - 3.6+nobinonly- 0ubuntu1
--------------- 0ubuntu1) lucid; urgency=low
firefox (3.6+nobinonly-
* New upstream release v3.6 (FIREFOX_ 3_6_RELEASE)
(proxy)
+ fix LP: #449744 - Firefox crashes when attempting to load Firebug 1.5
+ fix LP: #66015 - Duplicate spell checking dictionaries for every entry
+ fix LP: #132938 - tooltips dont work in sidebar
+ fix LP: #195698 - Password asked separately for each tab that requires it
+ fix LP: #239462 - tooltips disappear too fast
+ fix LP: #385816 - Resize corner grab stays visible after maximize
+ fix LP: #429476 - firefox crash on javascript page
+ fix LP: #432876 - Icons missing in Firefox searchbox drop down list
+ fix LP: #486284 - maxlength on input box can be overriden by autocomplete
+ fix LP: #501393 - Integrate Firefox notifications with notify-osd bling
[ H. Montoliu <email address hidden> ] apport/ firefox- 3.6.py - removed unused code and minor refactoring.
* fix LP: #361052 - firefox apport hook fails to retrieve pluginreg.dat file
* update debian/
[ Fabien Tassin <email address hidden> ] mozclient/ firefox- 3.6.conf firefox- 3.6-shiretoko. desktop => debian/ firefox- 3.6-namoroka. desktop firefox- 3.6.xml mozclient/ firefox- 3.6.conf firefox- 3.6.xml firefox- 3.6-gnome- support. install 3.6-gnome- support- dbg patches/ browser_ branding. patch patches/ firefox- profilename patches/ ubuntu_ bookmarks. patch patches/ lp185622_ system_ path_default_ browser. patch patches/ dont_depend_ on_nspr_ sources. patch
* Update the location of the upsteam branch now that 3.6/Namoroka has its own
branch, and trunk moved on to 3.7
- update debian/
* Use Namoroka instead of Shiretoko as brand name and use it for snapshots.
Name it Namoroka in the Preferred Application UI too
- update debian/
- update debian/
- update debian/rules
* Target the 'default' branch instead of tip
- add debian/moz-rev.sh
- update debian/
* Add firefox 3.6 to the list of Preferred Applications in Gnome
- add debian/
- update debian/
* Add ${misc:Depends} to all non-transitional packages, make firefox-3.6-dbg
depend on firefox-3.6 with the exact same version, move -dbg packges to
priority extra and add firefox-
- update debian/control
* Update diverged patches:
- update debian/
- update debian/
- update debian/
- update debian/
- update debian/
[ Alexander Sack <email address hidden> ] patches/ dont_depend_ on_nspr_ sources. patch patches/ series patches/ bz515232_ att399338_ distro_ locale_ searchplugins. patch firefox- 3.5.install 3.5-gnome- support as it shipps the gnome patches/ bz532198_ lp488354_ ns_invokebyinde x_not_thumb2_ safe.patch patches/ series mozclient/ firefox- 3.6.conf => debian/ mozclient/ firefox. conf mozclient/ firefox. conf mozclient/ firefox- 3.6.mk => debian/ mozclient/ firefox. mk firefox- 3.6-dev. install => debian/ firefox- dev.install firefox- 3.6-dev. links => debian/ firefox- dev.links firefox- 3.6-gnome- support. install => debian/ firefox- gnome-support. install firefox- 3.6-gnome- support. postinst. in => debian/ firefox- gnome-support. postinst. in firefox- 3.6.dirs => debian/firefox.dirs firefox- 3.6.install => debian/ firefox. install firefox. install firefox- 3.6.links => debian/ firefox. links firefox. links firefox- 3.6.postinst. in => debian/ firefox. postinst. in firefox- 3.6.postrm. in => debian/ firefox. postrm. in firefox- 3.6.preinst. in => debian/ firefox. preinst. in firefox- 3.6.prerm. in => debian/ firefox. prerm.in abrowser- 3.6.desktop => debian/ abrowser. desktop firefox- 3.6-final. desktop => debian/ firefox- final.desktop firefox- final.desktop firefox- 3.6-minefield. desktop => debian/ firefox- minefield. desktop firefox- minefield. desktop firefox- 3.6-namoroka. desktop => debian/ firefox- namoroka. desktop firefox- namoroka. desktop firefox- 3.6.menu => debian/firefox.menu firefox- 3.6.xml => debian/firefox.xml firefox- 3.6-restart- required. update- notifier => debian/ firefox- restart- required. update- notifier firefox- restart- required. update- notifier patches/ series patches/ fix-build- glitch. patch patches/ series 3.6-gnome- support firefox. sh.in migrator/ main.c firefox. sh.in USER=firefox for run-mozilla.sh; firefox. sh.in patches/ abrowser_ run_mozilla. patch patches/ series abrowser. desktop abrowser. desktop
* add libnotify-dev to build-depends
- update debian/control
* add libiw-dev to build-depends to fix build failure
- update debian/control
* until we move searchplugins to a separate package provided only by the current default
firefox, we need to make firefox-3.6 replace all the older firefox binary packages:
firefox-3.5, firefox-3.2, firefox-3.1, firefox-3.0
- update debian/control
* implement MIN_SYS_DEPS approach that does not use system xulrunner
and only a minimal set of system dependencies.
+ drop patches not required anymore:
- delete debian/
- update debian/
+ update browser directory provider patch
- update debian/
+ move .install lines that depend on whether MIN_SYS_DEPS is used or not
to debian/rules in ifneq (,$(MIN_SYS_DEPS)) blocks
- update debian/rules
- update debian/
+ ship gnome support .so's inside of the main package, but keep dependencies in
the (now empty) gnome-support package; to achieve this, we first install
the gnome support files in the -gnome-support package and move them to the
main package _after_ shlib depends where generated
- update debian/rules
+ do not build-depend on xulrunner dev package anymore; local xulrunner builds
with MIN_SYS_DEPS=0 should still work though
- update debian/control
+ make firefox-3.5 conflict firefox-
files directly now
- update debian/control
* add patch for armv7 support
- add debian/
- update debian/
* move to unversioned binary and source package name for "archive" firefox
+ generalize final version dependent pieces in debian/rules
- update debian/rules
+ update mozclient/ files to create unversioned sources/tarballs
- rename debian/
- update debian/
- rename debian/
+ rename and update previously versioned debhelper files
- rename debian/
- rename debian/
- rename debian/
- rename debian/
- rename debian/
- rename debian/
- update debian/
- rename debian/
- update debian/
+ rename versioned maintainer scripts
- rename debian/
- rename debian/
- rename debian/
- rename debian/
+ rename and update previously versioned .desktop, gnome helper and other debian
integration files
- rename debian/
- rename debian/
- update debian/
- rename debian/
- update debian/
- rename debian/
- update debian/
- rename debian/
- update debian/firefox.menu
- rename debian/
- update debian/firefox.xml
- rename debian/
- update debian/
- update debian/control
+ disable patches for versioned directories and binaries
- update debian/
+ add fix issues in libpr0n for make syntax issues after lucid dash/bash update;
patch by Kees Cook <email address hidden>
- add debian/
- update debian/
* ease transition for daily firefox-3.6 users by adding conflicts/replaces on firefox-
to firefox binary package which now ships bits previously in there.
- update debian/control
* update to firefox.sh.in start script from firefox-3.5 branch and add firefox-3.6 transition
accordingly; also adjust a bunch of wrongly worded debug messages
- update debian/
* fix version number used in profile migration dialog
- update debian/
* fix wrapper startscript to properly handle all-static firefox build
- update debian/
* fix DEBIAN_NAME_OTHER to work for non-versioned abrowser main packages
- update debian/rules
* fix startscript for abrowser; set CMDNAME_
and also use META_NAME to guess the -bin binary
- update debian/
* add CMDNAME_USER feature to overwrite cmdname for abrowser in run-mozilla.sh
- add debian/
- update debian/
* fix abrowser.desktop; use unversioned icon and exec name
- update debian/
* copy abrowser.desktop translations from firefox-3.5.head branch
- update debian/
* add firefox-2* transitional packages for hardy users
- update debian/control
[ Micah Gersten <email address hidden> ] patches/ awesome_ browser_ branding_ install. patch patches/ browser_ branding. patch patches/ bzXXX_moz_ app_name_ inconsistencies .patch
* Rebase/minor code change after upstream landing of unified manifest (bmo: 511642)
- update debian/
- update debian/
- update debian/
[ Jamie Strandboge <email address hidden> ] firefox- 3.6.dirs: add etc/apparmor. d/disable firefox- 3.6.preinst. in: disable the profile on new installs, firefox- 3.6.postinst. in: reload profile firefox- 3.5.postrm. in: cleanup force-complain and disable usr.bin. firefox. apparmor. in README. Debian. in with note about AppArmor apport/ firefox- 3.6.py: add AppArmor information if the profile is usr.bin. firefox. apparmor. in: use @LIBDIR@ /firefox- *bin as binary
* add AppArmor profile (disabled by default)
- debian/
- add debian/
installs where the last modified profile is disabled and upgrades to
this version
- debian/
- add debian/
directories
- add debian/
- add debian/
- debian/
not disabled
- debian/rules: install profile and update subst_files
- allow dirname and pwd. Thanks to Thomas Templin. (LP: #510644)
- allow the IBM jre
- debian/
confined by AppArmor
[ Kees Cook <email address hidden> ]
* enable PIE build for stronger security (LP: #507744)
- update debian/rules
- update debian/control
-- Alexander Sack <email address hidden> Sat, 23 Jan 2010 16:46:32 +0100