Reviewers: Jakob,

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

[email protected]
BUG=

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

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

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


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index fb0817dc96cc3c2cea48641066f2dffc8dc7360b..020cd3b9ac2cd8d2c9f1d8a36a588a8a1d5d2456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-12-18: Version 3.24.4
+
+        Enabled optimization of functions with generic switches.
+
+        Removed the last remnants of the TranscendentalCache.
+
+        Removed internal uses of (almost) deprecated FunctionTemplate::New
+        version.
+
+        Deleted several deprecated methods on v8::CpuProfiler
+
+        Removed all stuff marked as V8_DEPRECATED.
+
+        Performance and stability improvements on all platforms.
+
+
 2013-12-17: Version 3.24.3

         Performance and stability improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 879ed21b0b4f27ed2a1bf64c4c2903555a0ab670..da0837d9d1fd79abd02f459a68d8087080e464e2 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      4
+#define BUILD_NUMBER      5
 #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