Prepare push to trunk. We are now working on 2.3.6.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Aug 2010 09:30:55 +0000 (09:30 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Aug 2010 09:30:55 +0000 (09:30 +0000)
Review URL: http://codereview.chromium.org/3078024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5171 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/version.cc

index 2e76b8a..f7e015f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-04: Version 2.3.5
+
+        Added support for ES5 property names. Object initialisers and
+        dot-notation property access now allows keywords. Also allowed
+        non-identifiers after "get" or "set" in an object initialiser.
+
+        Randomize the addresses of allocated executable memory on Windows.
+
+
 2010-08-02: Version 2.3.4
 
         Fixed problems in implementation of ES5 function.prototype.bind.
index 5fbaa3f..9be406c 100644 (file)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     3
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
 #define PATCH_LEVEL       0
 #define CANDIDATE_VERSION true