Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1448)

Side by Side Diff: ChangeLog

Issue 1759011: Prepare push to trunk. Now working on 2.2.7. (Closed)
Patch Set: Fix premature change of CANDIDATE_VERSION Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-04-28: Version 2.2.6
2
3 Add "amd64" as recognized architecture in scons build script
4 (by Ryan Dahl <coldredlemur@gmail.com>).
5
6 Fix bug in String search and replace with very simple RegExps.
7
8 Fix bug in RegExp containing "\b^".
9
10 Performance improvements on all platforms.
11
1 2010-04-26: Version 2.2.5 12 2010-04-26: Version 2.2.5
2 13
3 Various performance improvements (especially for ARM and x64) 14 Various performance improvements (especially for ARM and x64)
4 15
5 Fixed bug in CPU profiling (http://crbug.com/42137) 16 Fixed bug in CPU profiling (http://crbug.com/42137)
6 17
7 Fixed a bug with the natives cache. 18 Fixed a bug with the natives cache.
8 19
9 Fixed two bugs in the ARM code generator that can cause 20 Fixed two bugs in the ARM code generator that can cause
10 wrong calculations. 21 wrong calculations.
11 22
12 Fixed a bug that may cause a wrong result for shift operations. 23 Fixed a bug that may cause a wrong result for shift operations.
13 24
14 25
15 2010-04-21: Version 2.2.4 26 2010-04-21: Version 2.2.4
16 27
17 Fixed warnings on arm on newer GCC versions. 28 Fixed warnings on arm on newer GCC versions.
18 29
19 Fixed a number of minor bugs. 30 Fixed a number of minor bugs.
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 1655
1645 Improved debugger support by allowing nested break points and by 1656 Improved debugger support by allowing nested break points and by
1646 dealing with stack-overflows when compiling functions before 1657 dealing with stack-overflows when compiling functions before
1647 setting break points in them. 1658 setting break points in them.
1648 1659
1649 1660
1650 2008-07-03: Version 0.1.0 1661 2008-07-03: Version 0.1.0
1651 1662
1652 Initial export. 1663 Initial export.
1653 1664
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698