author | ffxbld <release@mozilla.com> |
Mon, 29 Jun 2015 13:34:04 -0700 | |
changeset 250577 | c26dbd63604d726430f24b8b6f00b3dedb03fc4c |
parent 250576 | 936f921678d3528101ec2610aa4b8a29e924f3b8 |
child 250578 | aad95360a002fb54de07489313489743f5618cee |
push id | 28962 |
push user | jlund@mozilla.com |
push date | Mon, 29 Jun 2015 20:34:10 +0000 |
treeherder | mozilla-central@c26dbd63604d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | release |
milestone | 42.0a1 |
first release with | nightly linux32
c26dbd63604d
/
42.0a1
/
20150629134017
/
files
nightly linux64
c26dbd63604d
/
42.0a1
/
20150629134017
/
files
nightly mac
c26dbd63604d
/
42.0a1
/
20150629134017
/
files
nightly win32
c26dbd63604d
/
42.0a1
/
20150629134017
/
files
nightly win64
c26dbd63604d
/
42.0a1
/
20150629134017
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
42.0a1
/
20150629134017
/
pushlog to previous
nightly linux64
42.0a1
/
20150629134017
/
pushlog to previous
nightly mac
42.0a1
/
20150629134017
/
pushlog to previous
nightly win32
42.0a1
/
20150629134017
/
pushlog to previous
nightly win64
42.0a1
/
20150629134017
/
pushlog to previous
|
--- a/CLOBBER +++ b/CLOBBER @@ -17,9 +17,9 @@ # # Modifying this file will now automatically clobber the buildbot machines \o/ # # Are you updating CLOBBER because you think it's needed for your WebIDL # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Bug 1151175 - Update libvpx to 1.4.0. +Merge day clobber \ No newline at end of file
--- a/b2g/confvars.sh +++ b/b2g/confvars.sh @@ -1,16 +1,16 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. MOZ_APP_BASENAME=B2G MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=41.0a1 +MOZ_APP_VERSION=42.0a1 MOZ_APP_UA_NAME=Firefox MOZ_UA_OS_AGNOSTIC=1 MOZ_B2G_VERSION=3.0.0.0-prerelease MOZ_B2G_OS_NAME=Boot2Gecko MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
--- a/browser/config/version_about.txt +++ b/browser/config/version_about.txt @@ -1,1 +1,1 @@ -41.0a1 +42.0a1
--- a/config/milestone.txt +++ b/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by milestone.py. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -41.0a1 +42.0a1
--- a/mobile/android/confvars.sh +++ b/mobile/android/confvars.sh @@ -1,16 +1,16 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. MOZ_APP_BASENAME=Fennec MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=41.0a1 +MOZ_APP_VERSION=42.0a1 MOZ_APP_UA_NAME=Firefox MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official # MOZ_APP_DISPLAYNAME is set by branding/configure.sh # We support Android SDK version 9 and up by default. # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in configure.in.
--- a/services/sync/Makefile.in +++ b/services/sync/Makefile.in @@ -1,14 +1,14 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Definitions used by constants.js. -weave_version := 1.43.0 +weave_version := 1.44.0 weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef} # Preprocess files. SYNC_PP := modules/constants.js SYNC_PP_FLAGS := \ -Dweave_version=$(weave_version) \ -Dweave_id='$(weave_id)' SYNC_PP_PATH = $(FINAL_TARGET)/modules/services-sync
--- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -17,17 +17,17 @@ namespace mozilla { /** * A module implements one or more XPCOM components. This structure is used * for both binary and script modules, but the registration members * (cids/contractids/categoryentries) are unused for modules which are loaded * via a module loader. */ struct Module { - static const unsigned int kVersion = 41; + static const unsigned int kVersion = 42; struct CIDEntry; typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr)( const Module& module, const CIDEntry& entry); typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter, const nsIID& aIID,