Prepare push to trunk. Now working on version 3.25.16.
R=jkummerow@chromium.org TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/201153011 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20015 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
9337a45ab3
commit
4b01e032c0
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2014-03-18: Version 3.25.15
|
||||
|
||||
Don't generate keyed store ICs for global proxies (Chromium issue
|
||||
352983).
|
||||
|
||||
MIPS: Make invalid LHSs a parse-time (reference) error (Chromium issue
|
||||
351658).
|
||||
|
||||
Make invalid LHSs a parse-time (reference) error (Chromium issue
|
||||
351658).
|
||||
|
||||
Add Promises/A+ Compliance Test Suite (Chromium issue 347095).
|
||||
|
||||
Split Promise API into Promise/Resolver.
|
||||
|
||||
Performance and stability improvements on all platforms.
|
||||
|
||||
|
||||
2014-03-17: Version 3.25.14
|
||||
|
||||
Performance and stability improvements on all platforms.
|
||||
|
@ -34,7 +34,7 @@
|
||||
// system so their names cannot be changed without changing the scripts.
|
||||
#define MAJOR_VERSION 3
|
||||
#define MINOR_VERSION 25
|
||||
#define BUILD_NUMBER 15
|
||||
#define BUILD_NUMBER 16
|
||||
#define PATCH_LEVEL 0
|
||||
// Use 1 for candidates and 0 otherwise.
|
||||
// (Boolean macro values are not supported by all preprocessors.)
|
||||
|
Loading…
Reference in New Issue
Block a user