Revision: 13377 Author: [email protected] Date: Tue Jan 15 01:30:04 2013 Log: Prepare push to trunk. Now working on version 3.16.6.
[email protected] BUG= Review URL: https://chromiumcodereview.appspot.com/11885038 http://code.google.com/p/v8/source/detail?r=13377 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Fri Jan 11 06:49:30 2013 +++ /branches/bleeding_edge/ChangeLog Tue Jan 15 01:30:04 2013 @@ -1,3 +1,16 @@ +2013-01-15: Version 3.16.5 + + Removed deprecated functions from V8's external API. + + Prepared API for WebKit use of Latin-1. + + Fixed V8 issue 2486. + + Fixed Chromium issue 169723. + + Performance and stability improvements on all platforms. + + 2013-01-11: Version 3.16.4 Fixed Chromium issues 168545 and 169209. ======================================= --- /branches/bleeding_edge/src/version.cc Fri Jan 11 06:49:30 2013 +++ /branches/bleeding_edge/src/version.cc Tue Jan 15 01:30:04 2013 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 16 -#define BUILD_NUMBER 5 +#define BUILD_NUMBER 6 #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
