Revision: 10506
Author:   [email protected]
Date:     Wed Jan 25 23:35:56 2012
Log:      Prepare push to trunk.  Now working on version 3.9.0.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9169076
http://code.google.com/p/v8/source/detail?r=10506

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Jan 23 06:34:49 2012
+++ /branches/bleeding_edge/ChangeLog   Wed Jan 25 23:35:56 2012
@@ -1,3 +1,21 @@
+2012-01-26: Version 3.8.9
+
+        Flush number string cache on GC (issue 1605).
+
+        Provide access to function inferred name with
+       v8::Function::GetInferredName in V8 public API.
+
+        Fix building with Clang (issue 1912).
+
+        Reduce the space used by the stack for the profiling thread.
+
+        Fix misleading documentation of v8::Locker (issue 542).
+
+        Introduce readbinary function in d8 to read binary files.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-01-23: Version 3.8.8

         Limited number of loop iterations in Heap::ReserveSpace
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Jan 23 06:34:49 2012
+++ /branches/bleeding_edge/src/version.cc      Wed Jan 25 23:35:56 2012
@@ -33,8 +33,8 @@
 // NOTE these macros are used by the SCons build script so their names
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
-#define MINOR_VERSION     8
-#define BUILD_NUMBER      9
+#define MINOR_VERSION     9
+#define BUILD_NUMBER      0
 #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