~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to client.mk

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
#
258
258
# For branches, uncomment the MOZ_CO_TAG line with the proper tag,
259
259
# and commit this file on that tag.
260
 
MOZ_CO_TAG           = FIREFOX_2_0b2_RELEASE
261
 
NSPR_CO_TAG          = FIREFOX_2_0b2_RELEASE
262
 
NSS_CO_TAG           = FIREFOX_2_0b2_RELEASE
263
 
LDAPCSDK_CO_TAG      = FIREFOX_2_0b2_RELEASE
264
 
LOCALES_CO_TAG       = FIREFOX_2_0b2_RELEASE
 
260
MOZ_CO_TAG           = FIREFOX_2_0rc2_RELEASE
 
261
NSPR_CO_TAG          = FIREFOX_2_0rc2_RELEASE
 
262
NSS_CO_TAG           = FIREFOX_2_0rc2_RELEASE
 
263
LDAPCSDK_CO_TAG      = FIREFOX_2_0rc2_RELEASE
 
264
LOCALES_CO_TAG       = FIREFOX_2_0rc2_RELEASE
265
265
 
266
266
BUILD_MODULES = all
267
267