Reviewers: danno,
Description:
Prepare push to trunk. Now working on version 3.9.3.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/9317116/
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
79beb3b063b2db41addc716b81bd504977b20959..97174a83a4fbaa127d6bd78e8f0eed8989c34bce
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-02-06: Version 3.9.2
+
+ Add timestamp to --trace-gc output. (issue 1932)
+
+ Heap profiler reports implicit references.
+
+ Optionally export metadata with libv8 to enable debuggers to
inspect V8
+ state.
+
+
2012-02-02: Version 3.9.1
Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
8fcd2c5b3a26ee2bd88e27c1cdb106ab191d2606..48a5e5b30adc27e89fb58b135cc8a687b32da880
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
-#define BUILD_NUMBER 2
+#define BUILD_NUMBER 3
#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