Reviewers: Lasse Reichstein,

Description:
Prepare to push version 1.2.12 to trunk.

Please review this at http://codereview.chromium.org/149192

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

Affected files:
   M     ChangeLog
   M     src/version.cc


Index: src/version.cc
===================================================================
--- src/version.cc      (revision 2358)
+++ src/version.cc      (working copy)
@@ -34,7 +34,7 @@
  // cannot be changed without changing the SCons build script.
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     2
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
  #define PATCH_LEVEL       0
  #define CANDIDATE_VERSION true

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 2358)
+++ ChangeLog   (working copy)
@@ -1,3 +1,14 @@
+2009-07-06: Version 1.2.12
+
+        Added stack traces collection to Error objects accessible through
+        the e.stack property.
+
+        Changed RegExp parser to use a recursive data structure instead of
+        stack-based recursion.
+
+        Optimized performance on IA-32 and ARM.
+
+
  2009-07-02: Version 1.2.11

          Improved performance on IA-32 and ARM.



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to