Revision: 10593 Author: [email protected] Date: Thu Feb 2 08:18:52 2012 Log: Prepare push to trunk. Now working on version 3.9.2.
[email protected] Review URL: https://chromiumcodereview.appspot.com/9307065 http://code.google.com/p/v8/source/detail?r=10593 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Feb 1 02:43:19 2012 +++ /branches/bleeding_edge/ChangeLog Thu Feb 2 08:18:52 2012 @@ -1,3 +1,15 @@ +2012-02-02: Version 3.9.1 + + Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo + (Chromium issue 112315). + + Fixed a crash in dev tools (Chromium issue 107996). + + Added 'dependencies_traverse': 1 to v8 GYP target. + + Performance and stability improvements on all platforms. + + 2012-02-01: Version 3.9.0 Reduce memory use immediately after starting V8. ======================================= --- /branches/bleeding_edge/src/version.cc Wed Feb 1 02:43:19 2012 +++ /branches/bleeding_edge/src/version.cc Thu Feb 2 08:18:52 2012 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 9 -#define BUILD_NUMBER 1 +#define BUILD_NUMBER 2 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
