firefox-3.5 (3.5.5+nobinonly-0ubuntu0.9.10.1) karmic-security; urgency=low * New upstream release v3.5.5 (FIREFOX_3_5_5_RELEASE) * fixes regressions/crashes -- Alexander Sack Mon, 09 Nov 2009 12:37:27 +0100 firefox-3.5 (3.5.4+nobinonly-0ubuntu0.9.10.1) karmic-security; urgency=low * New upstream release v1.9.1.4 (FIREFOX_3_5_4_RELEASE) - see USN-853-1 * use awesome-browser-branch-3.5 during tarball creation and drop the prepatch we shipped in karmic - update debian/mozclient/firefox-3.5.conf - delete debian/patches/lp396156_prepatch_abrowser_branding.patch - update debian/patches/series -- Alexander Sack Wed, 28 Oct 2009 16:29:25 +0100 firefox-3.5 (3.5.3+build1+nobinonly-0ubuntu6) karmic; urgency=low [ Fabien Tassin ] * fix LP: #454166 - target the 'default' branch instead of tip - add debian/moz-rev.sh - update debian/mozclient/firefox-3.5.conf [ Alexander Sack ] * fix LP: #455504 - abrowser does not run from Applications Menu; create the unversioned link in debian/rules like we do for the firefox name - update debian/rules * fix LP: #455517 - supersede firefox 3.0 and xulrunner-1.9 in karmic; add transitional packages and add Conflicts/Replaces/Provides accordingly. - update debian/control * fix LP: #396156 - Help→About does not function (abrowser-3.5, jaunty-proposed); we prepatch the required changes to browser/branding/awesome-browser/ tree taken from the 3.5 branding branch: lp:~mozillateam/firefox/awesome-browser-branding-3.5 - add debian/patches/lp396156_prepatch_abrowser_branding.patch - update debian/patches/series -- Alexander Sack Tue, 20 Oct 2009 10:42:56 +0200 firefox-3.5 (3.5.3+build1+nobinonly-0ubuntu5) karmic; urgency=low * fix LP: #411691 - many Exception... "update.locale file doesn't exist" in console"; patch by Micah Gersten - update debian/rules -- Alexander Sack Thu, 15 Oct 2009 02:49:12 +0200 firefox-3.5 (3.5.3+build1+nobinonly-0ubuntu4) karmic; urgency=low [ Fabien Tassin ] * Bump requirement for system sqlite to >= 3.6.16 (bmo 508104) - update debian/rules [ Alexander Sack ] * fix LP: #423610 - daily build failures after landing of mozilla-nss.pc droppage (bug 422829); we drop our previously used nspr pkgconfig patch and fix configure.in to not require in-source nspr if libxul-sdk is used - delete debian/patches/nspr_flags_by_pkg_config_hack.patch - add debian/patches/bzXXX_libxul_sdk_nspr.patch - update debian/patches/series * now that we always use libxul-sdk for getting the nspr flags we can use --without-system-nspr and --without-system-nss all the time - update debian/rules * rework localized search engine patch to use ChromeRegistry locale information rather than a char pref; also change plugin dir order to allow locale specific searchplugins to overlay the ones shipped in "searchplugins/common" - add debian/patches/bz515232_att399338_distro_locale_searchplugins.patch - update debian/patches/series * adjust packaging to support localized searchplugins + ship default searchplugins in /usr/lib/firefox-addons/searchplugins/en-US/ and link that directory to $(DEBIAN_FF3_DIR)/distribution/searchplugins instead of the main firefox APP_DIR - update debian/rules + set default searchplugin locale pref to en-US - which is used as a fallback if no matching searchplugins/LOCALE directory exists for the current locale directory - update debian/firefox.js + do not install upstream searchplugins through debhelper file and install "debsearch" to the new distribution/.../en-US location - update debian/firefox-3.0.install + ship "common" searchplugins link that points to the old default searchplugins location '/usr/lib/firefox-addons/searchplugins/ - update debian/rules [ Jamie Strandboge ] * fix bugs surrounding apparmor profile + allow ixr access to gnash (LP: #429061) + allow ixr access to pulseaudio (LP: #432702) + allow access to plugins directory (LP: #428071) + allow access to mounted media (LP: #433362) + allow access to abstractions/ubuntu-console-email, abstractions/ubuntu-email and abstractions/ubuntu-gnome-terminal for mailto:. Add commented section for using xterm and konsole - update debian/usr.bin.firefox-3.5 + allow access to extensions directory (LP: #433128) + allow 'k' access to @{HOME}/.mozilla/**/*.sqlite* (LP: #449286) + allow Ux access to apport-bug (LP: #449423) + allow access to /etc/mplayerplug-in.conf (LP: #439484) -- Alexander Sack Thu, 15 Oct 2009 02:30:48 +0200 firefox-3.5 (3.5.3+build1+nobinonly-0ubuntu3) karmic; urgency=low [ Jamie Strandboge ] * disable profile on upgrades from earlier Ubuntu releases (LP: #436221) - update debian/firefox-3.5.preinst.in -- Alexander Sack Mon, 28 Sep 2009 10:35:46 +0200 firefox-3.5 (3.5.3+build1+nobinonly-0ubuntu2) karmic; urgency=low * security/stability update v3.5.3 build1 (FIREFOX_3_5_3_BUILD1) - see USN-821-1 - fix LP: #333127 - Firefox 3.5 and above crash on full screen flash video - fix LP: #236853 - firefox crashed with SIGSEGV in NSSRWLock_LockRead_Util() [ Alexander Sack ] * fix LP: #422365 - apport hook fails because profiles_d is not initialized in add_info if no profiles.ini exist; we ensure that profiles_d gets instantiated as an empty map even if no profiles.ini exist. - update debian/apport/firefox-3.5.py * hook firefox-addons/searchplugins as the distribution/searchplugins directory to support localized distro search engines. - update debian/rules * in case localized search engines are available the main searchplugins directory is not scanned anymore; to fix this we provide a compatibility link /usr/lib/firefox-addons/searchplugins/common => /usr/lib/firefox-addons/searchplugins - update debian/firefox-3.5.links * fix localized search engine upstream code to properly deal with general.useragent.locale being a complex pref; also change plugin dir order to allow locale specific searchplugins to overlay the ones shipped in "searchplugins/common" - add debian/patches/fix_complex_locale_distro_searchplugins.patch - update debian/patches/series [ Jamie Strandboge ] * add AppArmor profile (disabled by default) (LP: #382917) - debian/firefox-3.5.dirs: add etc/apparmor.d/disable - add debian/firefox-3.5.preinst.in: disable the profile on new installs and upgrades to this version - debian/firefox-3.5.postinst.in: reload profile - add debian/firefox-3.5.postrm.in: cleanup force-complain and disable directories - add debian/usr.bin.firefox.apparmor.in - debian/rules: install profile - add debian/README.Debian.in with note about AppArmor - debian/apport/firefox-3.5.py: add AppArmor information if the profile is not disabled - debian/firefox-3.5.preinst.in: allow for when apparmor is not installed -- Alexander Sack Thu, 03 Sep 2009 10:03:08 +0200 firefox-3.5 (3.5.2+nobinonly-0ubuntu2) karmic; urgency=low Firefox 3.5 by default upload + see: https://blueprints.launchpad.net/ubuntu/+spec/desktop-karmic-firefox-3.5 [ Fabien Tassin ] * Make firefox-3.5 the default firefox. Use the official branding only for releases (the -daily PPA remains branded as Shiretoko, like the upstream nightlies). Activate the profile migrator and the apport hooks. Add the meta packages to make the transition smoother. - update debian/control - drop debian/patches/firefox-fsh - drop debian/patches/firefox-profilename - update debian/patches/series - update debian/firefox-3.5.install - update debian/firefox.sh.in - update debian/migrator/main.c - update debian/mozclient/firefox-3.5.mk - update debian/rules - update debian/firefox-3.5-final.desktop - update debian/firefox-3.5-shiretoko.desktop - update debian/abrowser-3.5.desktop - update debian/apport/firefox-3.5.py [ Alexander Sack ] * make -final and -shiretoko .desktop file refer to unversioned "firefox" Binary and Icon - update debian/firefox-3.5-shiretoko.desktop - update debian/firefox-3.5-final.desktop - update debian/firefox-3.5-minefield.desktop - update debian/abrowser-3.5.desktop * add translations for .desktop file from firefox-3.0.head branch - update debian/firefox-3.5-final.desktop - update debian/abrowser-3.5.desktop * set BUILD_OFFICIAL = 1 to enable all official build features - update debian/rules * fix LP: #404827 - Firefox doesn't warn about Attack Sites!?; add --enable-safe-browsing to configure flags - update debian/rules * fix LP: #383484 - search engine plugins missing in firefox-3.5 packages; installing searchplugins and default theme as now firefox-3.5 Replaces: firefox-3.0 - update debian/firefox-3.5.install * fix restart issues by installing proper versioned binary (without a firefox-fsh patch); in turn drop unversioned firefox link from .install - update debian/rules - update debian/firefox-3.0.install -- Alexander Sack Mon, 10 Aug 2009 17:05:37 +0200 firefox-3.5 (3.5.2+nobinonly-0ubuntu1) karmic; urgency=low * security/stability update v3.5.2 (FIREFOX_3_5_2_RELEASE) [ Fabien Tassin ] * Fix postinst to also consider firefox-3.5 for the update-notifier restart notification - update debian/firefox-3.5.postinst.in * Fix bogus prerm rule removing the wrong alternative - update renamed debian/firefox-3.5.prerm * Refresh diverged patch - update debian/patches/nspr_flags_by_pkg_config_hack.patch -- Alexander Sack Mon, 03 Aug 2009 16:52:25 +0200 firefox-3.5 (3.5.1+build1+nobinonly-0ubuntu1) karmic; urgency=low * security/stability update v3.5.1 build1 (FIREFOX_3_5_1_BUILD1) * fix LP: #396460 - Firefox 3.5 'final' version is in repos but tooltip in menu says 'beta'; we update the shiretoko desktop file to not say "beta" anymore - update debian/firefox-3.5-shiretoko.desktop * fix LP: #398121 - firefox-3.5-gnome-support failed to install/upgrade; we make the postinst script more failsafe - update debian/firefox-3.5-gnome-support.postinst.in -- Alexander Sack Thu, 16 Jul 2009 18:27:57 +0200 firefox-3.5 (3.5+nobinonly-0ubuntu1) karmic; urgency=low * New upstream release taken from tag FIREFOX_3_5_RELEASE * Bump Depends/Build-Depends for xulrunner-1.9.1(-dev) to >= 1.9.1 - update debian/control * Bump EM_TRANSLATION_{MIN,MAX}_VERSION and MaxVersion/MinVersion (from application.ini) - update debian/rules -- Fabien Tassin Tue, 30 Jun 2009 20:01:33 +0200 firefox-3.5 (3.5~rc2+nobinonly-0ubuntu1) karmic; urgency=low * New upstream release taken from tag FIREFOX_3_5rc2_RELEASE * Fix startup page, release notes and first run bogus URLs when using non official brandings. Also fix bogus addons URLs due to our change of appname (LP: #388880) - update debian/patches/firefox-profilename * Fix profile migrator broken when using abrowser-3.5 (LP: #331654) - update debian/firefox.sh.in * Bump Standards-Version to 3.8.1 - update debian/control * Call update-menus - update debian/firefox-3.5.postinst.in * Make firefox-3.5-dbg depend on firefox-3.5 with the exact same version - update debian/control * Bump Depends and Build-depends to xulrunner* >= 1.9.1~rc2 - update debian/control * Refresh diverged patch: - update debian/patches/firefox-profilename -- Fabien Tassin Fri, 19 Jun 2009 18:55:00 +0200 firefox-3.5 (3.5~b4+nobinonly-0ubuntu2) karmic; urgency=low * bump (build-)depends version on xulrunner-1.9.1 to >= 1.9.1~b4 - update debian/control -- Alexander Sack Wed, 06 May 2009 22:27:21 +0200 firefox-3.5 (3.5~b4+nobinonly-0ubuntu1) karmic; urgency=low * New upstream release 3.5 b4 [ H. Montoliu ] * fix LP: #361052 - firefox apport hook fails to retrieve pluginreg.dat file - update debian/apport/firefox-3.5.py - removed unused code and minor refactoring -- Alexander Sack Wed, 29 Apr 2009 15:19:59 +0200 firefox-3.5 (3.5~b4~hg20090330r24021+nobinonly-0ubuntu1) jaunty; urgency=low * New upstream snapshot, needed to initiate the firefox 3.1->3.5 transition (LP: #352995) * Add libstartup-notification0-dev to build-deps as it now seems to be mandatory on lpia - update debian/control * Fix the mozclient include to really use the local configuration - update debian/rules * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with dates in the past - update debian/mozclient/firefox-3.5.conf -- Fabien Tassin Mon, 30 Mar 2009 19:00:40 +0200 firefox-3.1 (3.1~b3+build2+nobinonly-0ubuntu1) jaunty; urgency=low * New upstream release taken from tag FIREFOX_3_1b3_BUILD2 (LP: #339181) -- Fabien Tassin Sat, 07 Mar 2009 15:27:58 +0100 firefox-3.1 (3.1~b3~hg20090205r23182+nobinonly-0ubuntu1) jaunty; urgency=low [ Fabien Tassin ] * Drop upstreamed patch now that it has landed and add --with-system-libxul to configure. - update debian/rules - drop debian/patches/installer_shouldnt_copy_xulrunner.patch - update debian/patches/series [ Alexander Sack ] * add lower bound for xulrunner-1.9.1-dev build-depends to >= 1.9.1~b3~ - update debian/control -- Alexander Sack Sat, 07 Feb 2009 15:18:30 +0100 firefox-3.1 (3.1~b3~hg20090122r22900+nobinonly-0ubuntu1) jaunty; urgency=low [ Alexander Sack ] * improve reload plugins patch; dont rename function - update debian/patches/bzXXX_reload_new_plugins.patch * forward reload plugins patch upstream - debian/patches/bzXXX_reload_new_plugins.patch => bz460917_att350845_reload_new_plugins.patch * fix reload new plugins patch - use variables that actually exist on 3.1 - update debian/patches/bz460917_att350845_reload_new_plugins.patch [ Fabien Tassin ] * Move mozclient project files from mozilla-descripts to this package and update the upstream branch now that it has moved to 3.2 - add debian/mozclient/firefox-3.1.conf - add debian/mozclient/firefox-3.1.mk - update debian/rules * Fix menu still mentionning firefox 4 - update debian/firefox-3.1.menu * Fix WM class for minefield - update debian/firefox-3.1-minefield.desktop * Fix the update-notifier script to really look for firefox-3.1 - update debian/firefox-3.1-restart-required.update-notifier * Fix patch series after the rename of patch bz460917_* - update debian/patches/series * Revert to codename branding for betas - update debian/rules * Fix typo in control file - update debian/control * Drop useless patch: - drop debian/patches/ftbfs-with-branding-dir - update debian/patches/series * Update diverged patches: - update debian/patches/ubuntu_no_app_updates.patch - update debian/patches/dont_depend_on_nspr_sources.patch - update and rename debian/patches/ubuntu_bookmarks.html => debian/patches/ubuntu_bookmarks.patch & d/p/series -- Fabien Tassin Fri, 23 Jan 2009 00:33:43 +0100 firefox-3.1 (3.1~b2+build1+nobinonly-0ubuntu1) jaunty; urgency=low New upstream release: 3.1 beta 2 from FIREFOX_3_1b2_BUILD1 (LP: #274187) [ Fabien Tassin ] * Change appname and use a dedicated profile so 3.1 could run along with 3.0 without locking/corrupting the profile. Initial 3.1 profile is cloned from 3.0 whenever possible. - update debian/firefox.sh.in - add debian/patches/firefox-profilename - add debian/patches/firefox-fsh * Use Shiretoko, codename for 3.1 instead of Granparadiso - rename debian/firefox-3.1-granparadiso.desktop => firefox-3.1-shiretoko.desktop - update debian/rules * Unset FORCE_OFFICIAL_BRANDING to return to minefield branding for intermediate snapshots and to Shiretoko branding for milestones - update debian/rules * Set MALLOC_OPTIONS=O before calling xulrunner during build. This is needed to avoid a dead-lock in jemalloc when running under fakeroot - update debian/rules * Drop system nspr/nss (until the soname work is stable) - update debian/rules * Update requirement for system sqlite3 to >= 3.6.0 - update debian/rules * Add libasound2-dev to Build-Depends for the new HTML5