Reviewers: danno,
Description:
Prepare push to trunk. Now working on version 3.12.18.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10829055/
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
33d488037e41cbec99d5d0871b66cf09ffbedca1..debf00a2f4a900ecaf5d39485b9f0b4461212000
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-07-27: Version 3.12.17
+
+ Fixed invalid DescriptorArray access using invalid LastAdded index.
+
+ Always set the callee's context when calling a function from
optimized
+ code.
+ (Chromium issue 138887)
+
+ Fixed building with GCC 3.x
+ (issue 2016, v8:2017)
+
+ Improved API calls that return empty handles.
+ (issue v8:2245)
+
+ Performance and stability improvements on all platforms.
+
+
2012-07-25: Version 3.12.16
Performance and stability improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
078a888a342de1df2e31a17a3e53ea19765fc1bc..b4cafadec458c6d931ff42e1047221e1d30366f8
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 12
-#define BUILD_NUMBER 17
+#define BUILD_NUMBER 18
#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