Reviewers: Jakob,

Description:
Prepare push to trunk.  Now working on version 3.12.9.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/10696118/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  ChangeLog
  src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index adabfc8631343721c6234843c4d2d39f70b94086..2100cbcbf747fd315dca6527309f466ade3d1b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-07-05: Version 3.12.8
+
+        Implemented TypedArray.set and ArrayBuffer.slice in d8.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-03: Version 3.12.7

         Fixed lazy compilation for strict eval scopes.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index fbed160a27b9c2ce3bbd8ac4e5d03b50e7286a71..1925a1d89a5a960439c1d30bd24f4b691eff1c17 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     12
-#define BUILD_NUMBER      8
+#define BUILD_NUMBER      9
 #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

Reply via email to