Reviewers: ulan,

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


[email protected]
BUG=


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

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

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 57d8d0f4450071fdc9e340191b94e0429fb03e8a..112f8eaaa6be0f2e4037cc18737c7febc6894be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-01-15: Version 3.16.5
+
+        Removed deprecated functions from V8's external API.
+
+        Prepared API for WebKit use of Latin-1.
+
+        Fixed V8 issue 2486.
+
+        Fixed Chromium issue 169723.
+
+        Performance and stability improvements on all platforms.
+
+
 2013-01-11: Version 3.16.4

         Fixed Chromium issues 168545 and 169209.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 43cb7e8070dae19921b4dc7c28c25d6c8e76aa86..8a5f74a7a3c39a1dccc0646ffb082092b16033df 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     16
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
 #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