On Wed, Aug 25, 2010 at 5:03 PM, Mikhail Naganov
<[email protected]> wrote:
> On Wed, Aug 25, 2010 at 18:58,  <[email protected]> wrote:
>> Reviewers: Mads Ager,
>>
>> Description:
>> Prepare push of version 2.3.11 to trunk. Now working on version 2.4.0
>>
>> This includes the ChangeLog part from the last push to trunk, since
>> the "prepare push to trunk" cl for that push was never committed.
>>
>
> Well, it was, but then it got reverted due to a strange bot failure.

Nope, that was the push from trunk to chromium.  This is updating the
changelog in the bleeding_edge repository which was left out at the
last push.

-- Mads


>
>>
>> Please review this at http://codereview.chromium.org/3111034/show
>>
>> SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
>>
>> Affected files:
>>  M     ChangeLog
>>  M     src/version.cc
>>
>>
>> Index: ChangeLog
>> ===================================================================
>> --- ChangeLog   (revision 5343)
>> +++ ChangeLog   (working copy)
>> @@ -1,3 +1,27 @@
>> +2010-08-25: Version 2.3.11
>> +
>> +       Fix bug in RegExp related to copy-on-write arrays.
>> +
>> +       Refactoring of tools/test.py script, including the introduction of
>> +       VARIANT_FLAGS that allows specification of sets of flags with which
>> +       all tests should be run.
>> +
>> +       Fix a bug in the handling of debug breaks in CallIC.
>> +
>> +       Performance improvements on all platforms.
>> +
>> +
>> +2010-08-23: Version 2.3.10
>> +
>> +        Fix bug in bitops on ARM.
>> +
>> +        Build fixes for unusual compilers.
>> +
>> +        Track high water mark for RWX memory.
>> +
>> +        Performance improvements on all platforms.
>> +
>> +
>>  2010-08-18: Version 2.3.9
>>
>>         Fix compilation for ARMv4 on OpenBSD/FreeBSD.
>> @@ -7,7 +31,7 @@
>>         Fixed DST cache to take into account the suspension of DST in
>>         Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
>>
>> -       Performance improvements on all platforms.
>> +        Performance improvements on all platforms.
>>
>>
>>  2010-08-16: Version 2.3.8
>> Index: src/version.cc
>> ===================================================================
>> --- src/version.cc      (revision 5343)
>> +++ src/version.cc      (working copy)
>> @@ -33,8 +33,8 @@
>>  // 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     2
>> -#define MINOR_VERSION     3
>> -#define BUILD_NUMBER      10
>> +#define MINOR_VERSION     4
>> +#define BUILD_NUMBER      0
>>  #define PATCH_LEVEL       0
>>  #define CANDIDATE_VERSION true
>>
>>
>>
>> --
>> v8-dev mailing list
>> [email protected]
>> http://groups.google.com/group/v8-dev
>>
>

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

Reply via email to