Reviewers: Mads Ager,
Description:
Prepare push to trunk. We are now working on version 2.2.22.
Please review this at http://codereview.chromium.org/2886005/show
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
a8c6186e4764da616e494c5fed0d997bfd1904b1..8b58faa1832a18811e5818683b27cc4262a4f4c1
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-06-30: Version 2.2.21
+
+ Fix bug in externalizing some ASCII strings (Chromium issue 47824).
+
+ Update JSON.stringify to floor the space parameter (issue 753).
+
+ Update the Mozilla test expectations to the newest version.
+
+ Update the ES5 Conformance Test expectations to the latest version.
+
+ Update the V8 benchmark suite.
+
+ Provide actual breakpoints locations in response to setBreakpoint
+ and listBreakpoints requests.
+
2010-06-28: Version 2.2.20
Fix bug with for-in on x64 platform (issue 748).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
3ae20b5c0bfc6092d7a5aaad84b424092365c682..9c188c3fccedd270ec0d730cf2fa61b6d53c2408
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 2
#define MINOR_VERSION 2
-#define BUILD_NUMBER 21
+#define BUILD_NUMBER 22
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev