Reviewers: rossberg,
Description:
Prepare push to trunk. Now working on version 3.24.15.
[email protected]
[email protected]
Please review this at https://codereview.chromium.org/133773003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+8, -1 lines):
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
c3fa86d0e45548d060b2bd1605246002adec96c7..61dc8e305d56cd0c82745c3d98a9531747e8d277
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-10: Version 3.24.14
+
+ ES6: Add Object.getOwnPropertySymbols (issue 3049).
+
+ Performance and stability improvements on all platforms.
+
+
2014-01-09: Version 3.24.13
Add Isolate parameter to HandleScope::NumberOfHandles (Chromium
issue
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
8d25b1acdef99eb87afdea5f60106326b1fe1087..bffe41e021ac99b809f49b69f85bc29f24a8df00
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
// system so their names cannot be changed without changing the scripts.
#define MAJOR_VERSION 3
#define MINOR_VERSION 24
-#define BUILD_NUMBER 14
+#define BUILD_NUMBER 15
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.