diff --git a/ChangeLog b/ChangeLog index 0a202dafebb..9e21ba1cd76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,383 @@ -2016-02-17: Sentinel +2016-02-23: Version 5.0.71 + + Performance and stability improvements on all platforms. + + +2016-02-23: Version 5.0.70 + + Performance and stability improvements on all platforms. + + +2016-02-23: Version 5.0.69 + + Performance and stability improvements on all platforms. + + +2016-02-23: Version 5.0.68 + + Performance and stability improvements on all platforms. + + +2016-02-23: Version 5.0.67 + + Performance and stability improvements on all platforms. + + +2016-02-23: Version 5.0.66 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.65 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.64 + + ES2015 web compat workaround: RegExp.prototype.flags => "" (Chromium + issue 581577). + + Remove the Proxy enumerate trap (issue 4768). + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.63 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.62 + + Remove Reflect.enumerate (issue 4768). + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.61 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.60 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.59 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.58 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.57 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.56 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.55 + + Performance and stability improvements on all platforms. + + +2016-02-22: Version 5.0.54 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.53 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.52 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.51 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.50 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.49 + + Performance and stability improvements on all platforms. + + +2016-02-21: Version 5.0.48 + + Performance and stability improvements on all platforms. + + +2016-02-20: Version 5.0.47 + + Performance and stability improvements on all platforms. + + +2016-02-20: Version 5.0.46 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.45 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.44 + + Return undefined from RegExp.prototype.compile (Chromium issue 585775). + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.43 + + Disable --harmony-object-observe (Chromium issue 552100). + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.42 + + Introduce BeforeCallEnteredCallback (Chromium issue 585949). + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.41 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.40 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.39 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.38 + + [wasm] Add support for import section (Chromium issue 575167). + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.37 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.36 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.35 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.34 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.33 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.32 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.31 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.30 + + Mark old SetAccessCheckCallback as deprecated. + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.29 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.28 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.27 + + Performance and stability improvements on all platforms. + + +2016-02-19: Version 5.0.26 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.25 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.24 + + Make Date.prototype.toGMTString an alias for Date.prototype.toUTCString + (issue 4708). + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.23 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.22 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.21 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.20 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.19 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.18 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.17 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.16 + + [es6] Implement for-of iterator finalization (issue 2214). + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.15 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.14 + + Use displayName in Error.stack rendering if present (issue 4761). + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.13 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.12 + + Performance and stability improvements on all platforms. + + +2016-02-18: Version 5.0.11 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.10 + + [Atomics] Add dmb/dsb/isb instructions to ARM (issue 4614). + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.9 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.8 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.7 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.6 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.5 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.4 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.3 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.2 + + Performance and stability improvements on all platforms. + + +2016-02-17: Version 5.0.1 + + Performance and stability improvements on all platforms. - The ChangeLog file is no longer maintained on master. This - sentinel should stay on top of this list. 2016-02-17: Version 4.10.253 @@ -5131,6 +5507,12 @@ Performance and stability improvements on all platforms. +2015-05-17: Sentinel + + The ChangeLog file is no longer maintained on bleeding_edge. This + sentinel should stay on top of this list. + + 2015-05-17: Version 4.5.2 Performance and stability improvements on all platforms. diff --git a/WATCHLISTS b/WATCHLISTS index 0d6f9cb8b51..29b957b0917 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -44,6 +44,7 @@ }, 'interpreter': { 'filepath': 'src/interpreter/' \ + '|src/compiler/interpreter' \ '|src/compiler/bytecode' \ '|test/cctest/interpreter/' \ '|test/unittests/interpreter/', @@ -59,9 +60,6 @@ }, 'ia32': { 'filepath': '/ia32/', - }, - 'merges': { - 'filepath': '.', } }, @@ -93,9 +91,5 @@ 'ia32': [ 'v8-x87-ports@googlegroups.com', ], - 'merges': [ - # Only enabled on branches created with tools/release/create_release.py - # 'v8-merges@googlegroups.com', - ], }, } diff --git a/include/v8-version.h b/include/v8-version.h index fc063b13968..d57ec68447d 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -10,11 +10,11 @@ // system so their names cannot be changed without changing the scripts. #define V8_MAJOR_VERSION 5 #define V8_MINOR_VERSION 0 -#define V8_BUILD_NUMBER 0 +#define V8_BUILD_NUMBER 71 #define V8_PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -#define V8_IS_CANDIDATE_VERSION 1 +#define V8_IS_CANDIDATE_VERSION 0 #endif // V8_INCLUDE_VERSION_H_