Reviewers: Jakob,

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

[email protected]
BUG=

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

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

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


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index a900142c51053c346449f383c73c86a33ec2497b..41e2c27ae445a3082ec7b82a4f56f8a7b1d584e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2013-10-31: Version 3.22.24
+
+        [Sheriff] Mark failing test for nacl port.
+        (issue 2978)
+        ([email protected])
+
+        [Sheriff] Mark flaky test.
+        (issue 2921)
+        ([email protected])
+
+        Avoid pre-aging when debugger is active
+        (Chromium issue None)
+        ([email protected])
+
+        Fix uint32-to-smi conversion in Lithium
+        (Chromium issue 309623)
+        ([email protected])
+
+        Add no-variants option to test runner.
+        ([email protected])
+
+        Do not remove HAdd with zero if the other operand is a double.
+        ([email protected])
+
+ ia32: Fix comparisons of two constant double operands when exactly one
+        of them is in new space.
+        ([email protected])
+
+        Temporarily allow HistogramTimerScopes to be nested
+        ([email protected])
+
+ Function ElementsAreSafeToExamine was undefined in release heap verify.
+        ([email protected])
+
+        Performance and stability improvements on all platforms.
+
+
 2013-10-28: Version 3.22.23

         Renamed deprecated __attribute__((no_address_safety_analysis)) to
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 862183b07c8235263c1b150e513b74829aca6250..ba69cb30104c61f20e3ed11e2d335cc88b7b924c 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -33,8 +33,8 @@
 // NOTE these macros are used by some of the tool scripts and the build
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
-#define MINOR_VERSION     22
-#define BUILD_NUMBER      24
+#define MINOR_VERSION     23
+#define BUILD_NUMBER      0
 #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.

Reply via email to