Revision: 4874
Author: [email protected]
Date: Wed Jun 16 03:36:47 2010
Log: Prepare push to trunk. We are now working on version 2.2.19.
Review URL: http://codereview.chromium.org/2806009
http://code.google.com/p/v8/source/detail?r=4874

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Jun 14 00:27:25 2010
+++ /branches/bleeding_edge/ChangeLog   Wed Jun 16 03:36:47 2010
@@ -1,3 +1,17 @@
+2010-06-16: Version 2.2.18
+
+        Added API functions to retrieve information on indexed properties
+        managed by the embedding layer.  Fixes bug 737.
+
+ Make ES5 Object.defineProperty support array elements. Fixes bug 619.
+
+        Add heap profiling to the API.
+
+        Remove old named property query from the API.
+
+        Incremental performance improvements.
+
+
 2010-06-14: Version 2.2.17

         Improved debugger support for stepping out of functions.
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Jun 14 00:27:25 2010
+++ /branches/bleeding_edge/src/version.cc      Wed Jun 16 03:36:47 2010
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     2
-#define BUILD_NUMBER      18
+#define BUILD_NUMBER      19
 #define PATCH_LEVEL       0
 #define CANDIDATE_VERSION true

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to