From 2ac387c28cfeb8c64315e6575e32a47d238b20f8 Mon Sep 17 00:00:00 2001 From: "lrn@chromium.org" Date: Thu, 15 Sep 2011 07:22:07 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.6.5. R=ricow@chromium.org Review URL: http://codereview.chromium.org/7905001 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9286 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 14 ++++++++++++++ src/version.cc | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb236c6..99495dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-09-15: Version 3.6.4 + + Fixed d8's broken readline history. + + Removed the need for code delete events in CPU profiler (Issue 1466). + + Fixed debugger stepping next with trycatch recursion (Issue 1639). + + Fixing parallel execution in d8 (with -p) and some memory leaks. + + Support for precise stepping in functions compiled before debugging was + started (step 1). + + 2011-09-13: Version 3.6.3 Implemented better support of typed arrays in the d8 shell. diff --git a/src/version.cc b/src/version.cc index f1e1302..1e37c01 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 6 -#define BUILD_NUMBER 4 +#define BUILD_NUMBER 5 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4