Reviewers: Sven,

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

[email protected]


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

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 24af827b5effa36d24cddd9c9844b5a57039a59b..60bd8719e39164b780d1e67f7d6592392794ec33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2012-01-26: Version 3.8.9
+
+        Flush number string cache on GC (issue 1605).
+
+        Provide access to function inferred name in V8 public API.
+
+        Fix building with Clang (issue 1912).
+
+        Reduce the space used by the stack for the profiling thread.
+
+        Fix bug 542, misleading documentation of v8::Locker.
+
+        Introduce readbinary function in d8 to read binary files.
+
+ Further robustify the keyed lookup cache against unlucky hash seeds.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-01-23: Version 3.8.8

         Limited number of loop iterations in Heap::ReserveSpace
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index f920a2408c368e5b52fe577fe42c08c0bc44072a..51ccb7886dba60c7b145d1a9137d5ce750158996 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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