Author: [email protected]
Date: Mon May 25 22:22:48 2009
New Revision: 2049

Modified:
    branches/bleeding_edge/ChangeLog
    branches/bleeding_edge/src/version.cc

Log:
Prepare to push version 1.2.5 to trunk.

[email protected]
Review URL: http://codereview.chromium.org/113829

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Mon May 25 22:22:48 2009
@@ -1,3 +1,22 @@
+2009-05-26: Version 1.2.5
+
+        Fixed bug in initial boundary check for Boyer-Moore text
+        search (issue 349).
+
+        Fixed compilation issues with MinGW and gcc 4.3+ and added support
+        for armv7 and cortex-a8 architectures.  Patches by Lei Zhang and
+        Craig Schlenter.
+
+        Added a script cache to the debugger.
+
+        Optimized compilation performance by improving internal data
+        structures and avoiding expensive property load optimizations for
+        code that's infrequently executed.
+
+        Exposed the calling JavaScript context through the static API
+        function Context::GetCalling().
+
+
  2009-05-18: Version 1.2.4

          Improved performance of floating point number allocation for ARM

Modified: branches/bleeding_edge/src/version.cc
==============================================================================
--- branches/bleeding_edge/src/version.cc       (original)
+++ branches/bleeding_edge/src/version.cc       Mon May 25 22:22:48 2009
@@ -34,7 +34,7 @@
  // cannot be changed without changing the SCons build script.
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     2
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
  #define PATCH_LEVEL       0
  #define CANDIDATE_VERSION true


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

Reply via email to