Reviewers: floitschv8_gmail.com,

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

Please review this at http://codereview.chromium.org/4669002/show

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

Affected files:
  M     ChangeLog
  M     src/version.cc


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 5775)
+++ ChangeLog   (working copy)
@@ -1,6 +1,15 @@
+2010-11-08: Version 2.5.5
+
+        Added more aggressive GC of external objects in near out-of-memory
+        situations.
+
+        Fixed a bug that gave the incorrect result for String.split called
+        on the empty string (issue 924).
+
+
 2010-11-03: Version 2.5.4

-       Improved V8 VFPv3 runtime detection to address issue 914.
+        Improved V8 VFPv3 runtime detection to address issue 914.


 2010-11-01: Version 2.5.3
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 5775)
+++ src/version.cc      (working copy)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     5
-#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