Reviewers: rossberg,

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

R=rossb...@chromium.org

Please review this at https://codereview.chromium.org/23684035/

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

Affected files (+21, -1 lines):
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index d39b110d33a6d90faf84d1084bc4aa4a37ab48cd..d97f5b69cd0fb83b9cb1dcc2197f95778e744109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2013-09-09: Version 3.21.12
+
+        Fix bitwise negation on x64
+        (Chromium issue 285355)
+
+ Drop GetCurrentThreadId() and TerminateExecution(int) from the external
+        API.
+
+        Fix polymorphic INTERCEPTOR StoreICs on ARM/MIPS
+        (Chromium issue 284998)
+
+        Check if timeout has expired after processing each sample
+        (issue 2814,v8:2871)
+
+        Remove obsolete global V8::has_been_fooed flags.
+        (issue 2744)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-09-05: Version 3.21.11

         Performance and stability improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 9b96060a65eea17a54be25f8b4f15f79c466338c..7f79b015a196243486866de3c034ba6f692367b0 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     21
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to