| OLD | NEW |
| 1 2011-12-21: Version 3.8.2 |
| 2 |
| 3 Add max optimization flag to v8 gyp build to ensure V8 is always built |
| 4 fully optimized in Chrome. |
| 5 |
| 6 MIPS: Bring MIPS to parity with other platforms. |
| 7 |
| 8 Optimizations and stability improvements on all platforms. |
| 9 |
| 10 |
| 1 2011-12-19: Version 3.8.1 | 11 2011-12-19: Version 3.8.1 |
| 2 | 12 |
| 3 Fixed GCC 4.7 warnings. Patch from Tobias Burnus. | 13 Fixed GCC 4.7 warnings. Patch from Tobias Burnus. |
| 4 | 14 |
| 5 Stability improvements on all platforms. | 15 Stability improvements on all platforms. |
| 6 | 16 |
| 7 | 17 |
| 8 2011-12-13: Version 3.8.0 | 18 2011-12-13: Version 3.8.0 |
| 9 | 19 |
| 10 Fixed handling of arrays in DefineOwnProperty. (issue 1756) | 20 Fixed handling of arrays in DefineOwnProperty. (issue 1756) |
| (...skipping 3520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3531 setting break points in them. | 3541 setting break points in them. |
| 3532 | 3542 |
| 3533 | 3543 |
| 3534 2008-07-03: Version 0.1.0 | 3544 2008-07-03: Version 0.1.0 |
| 3535 | 3545 |
| 3536 Initial export. | 3546 Initial export. |
| 3537 | 3547 |
| 3538 # Local Variables: | 3548 # Local Variables: |
| 3539 # mode:text | 3549 # mode:text |
| 3540 # End: | 3550 # End: |
| OLD | NEW |