Reviewers: Søren Gjesse,

Description:
Prepare push of version 2.0.0 to trunk.  Now working on version 2.0.1.


Please review this at http://codereview.chromium.org/405017

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   ChangeLog
   M     src/version.cc


Index: src/version.cc
===================================================================
--- src/version.cc      (revision 3330)
+++ src/version.cc      (working copy)
@@ -32,9 +32,9 @@
  // These macros define the version number for the current version.
  // NOTE these macros are used by the SCons build script so their names
  // cannot be changed without changing the SCons build script.
-#define MAJOR_VERSION     1
-#define MINOR_VERSION     3
-#define BUILD_NUMBER      19
+#define MAJOR_VERSION     2
+#define MINOR_VERSION     0
+#define BUILD_NUMBER      1
  #define PATCH_LEVEL       0
  #define CANDIDATE_VERSION true

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 3330)
+++ ChangeLog   (working copy)
@@ -1,3 +1,28 @@
+2009-11-18: Version 2.0.0
+
+        Added support for VFP on ARM.
+
+        Reimplemented snapshotting to reduce the size of the snapshot and
+        improve snapshot load time.
+
+        Added TryCatch::ReThrow method to the API.
+
+        Optimized scanner.
+
+        Optimized persistent-handle allocation and iteration.
+
+        Optimized calls to API callbacks.
+
+        Improved heap profiler support.
+
+        Fixed the last warnings in the Windows 64-bit version which is now
+        complete.
+
+        Fixed a number of debugger issues.
+
+        Fixed bugs.
+
+
  2009-10-29: Version 1.3.18

          Reverted a change which caused crashes in RegExp replace.



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

Reply via email to