Prepare push to trunk. Now working on version 3.9.15.
authorfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 1 Mar 2012 15:37:17 +0000 (15:37 +0000)
committerfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 1 Mar 2012 15:37:17 +0000 (15:37 +0000)
Review URL: https://chromiumcodereview.appspot.com/9570016

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

ChangeLog
src/version.cc

index e5fd5ce100dcbea8f636c1213b944cd445868291..469acaf01e4a696add804b4ea11a3916af98937a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,34 +1,40 @@
+2012-03-01: Version 3.9.14
+
+        Performance and stability improvements on all platforms.
+
+
 2012-02-29: Version 3.9.13
 
-        Add code kind check before preparing for OSR. (issue 1900, 115073)
+        Added code kind check before preparing for OSR. (issue 1900, 115073)
 
-        Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802)
+        Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
+        ARM.
 
-        Port string construct stub to x64. (issue 849)
+        Ported string construct stub to x64. (issue 849)
 
         Performance and stability improvements on all platforms.
 
 
 2012-02-28: Version 3.9.12
 
-        Fix the negative lookup stub to handle deleted entries in a dictionary.
-        (issue 1964)
+        Fixed the negative lookup stub to handle deleted entries in a
+        dictionary. (issue 1964)
 
-        Add a new API where the host can supply a callback function. The
+        Added a new API where the host can supply a callback function. The
         callback function can resolve the location of a return address on stack
         to the location where a return-address rewriting profiler stashed the
         original return address.
 
-        When compiling for-in pass correct context value to the increment
-        instruction. (Chromium issue http://crbug.com/115646)
+        Fixed Chromium issue http://crbug.com/115646: When compiling for-in
+        pass correct context value to the increment instruction.
 
-        Update breakpoints set with partial file name after compile.
-        (issue 1853)
+        Fixed issue 1853: Update breakpoints set with partial file name after
+        compile.
 
 
 2012-02-27: Version 3.9.11
 
-        Make 'module' a context-sensitive keyword (V8 issue 1957).
+        Made 'module' a context-sensitive keyword (V8 issue 1957).
 
 
 2012-02-24: Version 3.9.10
 
 2012-02-14: Version 3.9.6
 
-        Fix template-related linker error. (issue 1936)
+        Fixed template-related linker error. (issue 1936)
 
-        Allow inlining of functions containing object literals.  (issue 1322)
+        Allowed inlining of functions containing object literals.  (issue 1322)
 
-        Add --call-graph-size option to tickprocessor.  (issue 1937)
+        Added --call-graph-size option to tickprocessor.  (issue 1937)
 
         Heap Snapshot maximum size limit is too low for really big apps. At the
         moment the limit is 256MB.  (Chromium issue 113015)
 
 2012-02-06: Version 3.9.2
 
-        Add timestamp to --trace-gc output. (issue 1932)
+        Added timestamp to --trace-gc output. (issue 1932)
 
         Heap profiler reports implicit references.
 
 
 2012-02-01: Version 3.9.0
 
-        Reduce memory use immediately after starting V8.
+        Reduced memory use immediately after starting V8.
 
         Stability fixes and performance improvements on all platforms.
 
index e321b75aca512fd69f66d7b0fb5d253e19be283e..0fbc78d3d039327782da23c300978493a204af85 100644 (file)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     9
-#define BUILD_NUMBER      14
+#define BUILD_NUMBER      15
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)