Author: [email protected]
Date: Tue May 5 00:08:56 2009
New Revision: 1852
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/version.cc
Log:
Prepare to push version 1.2.2 to trunk.
Review URL: http://codereview.chromium.org/109005
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Tue May 5 00:08:56 2009
@@ -1,3 +1,21 @@
+2009-05-04: Version 1.2.2
+
+ Fixed bug in array sorting for sparse arrays (issue 326).
+
+ Added support for adding a soname when building a shared library
+ on Linux (issue 151).
+
+ Fixed bug caused by morphing internal ASCII strings to external
+ two-byte strings. Slices over ASCII strings have to forward ASCII
+ checks to the underlying buffer string.
+
+ Allowed API call-as-function handlers to be called as
+ constructors.
+
+ Fixed a crash bug where an external string was disposed but a
+ slice of the external string survived as a symbol.
+
+
2009-04-27: Version 1.2.1
Added EcmaScript 5 JSON object.
Modified: branches/bleeding_edge/src/version.cc
==============================================================================
--- branches/bleeding_edge/src/version.cc (original)
+++ branches/bleeding_edge/src/version.cc Tue May 5 00:08:56 2009
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 2
-#define BUILD_NUMBER 2
+#define BUILD_NUMBER 3
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
@@ -85,5 +85,3 @@
}
} } // namespace v8::internal
-
-
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---