Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.7.8.
[email protected]
Please review this at http://codereview.chromium.org/8510048/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M ChangeLog
M src/version.cc
M tools/push-to-trunk.sh
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
85abaf3d9260560846d9ba6b57bc6edc8b7d2b29..7ad069d85dcf128683938116f22f9b0bbf7935b7
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-14: Version 3.7.7
+
+ Fix missing fast property accessors in heap snapshots.
+ (issue 1818)
+
+
2011-11-11: Version 3.7.6
Fixed filtering of store buffer for large object pages.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
5e1e1d68a1482cdaa14059b63de38d3a2d035404..e7baccc136071dcefb3690c6b2fdc888aac16b41
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 7
-#define BUILD_NUMBER 7
+#define BUILD_NUMBER 8
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
Index: tools/push-to-trunk.sh
diff --git a/tools/push-to-trunk.sh b/tools/push-to-trunk.sh
index
48748bf3aca544f400b4aa3c116691b99459e755..4bbb57a602487df92a3c34a386ee74d3c3a0b137
100755
--- a/tools/push-to-trunk.sh
+++ b/tools/push-to-trunk.sh
@@ -270,7 +270,7 @@ if [ $STEP -le 7 ] ; then
PREPARE_COMMIT_MSG="Prepare push to trunk. \
Now working on version $NEWMAJOR.$NEWMINOR.$NEWBUILD."
persist "PREPARE_COMMIT_MSG"
- git commit -a -m $PREPARE_COMMIT_MSG \
+ git commit -a -m "$PREPARE_COMMIT_MSG" \
|| die "'git commit -a' failed."
fi
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev