OLD | NEW |
| 1 2013-11-14: Version 3.23.4 |
| 2 |
| 3 Fixed overflow in TypedArray initialization function. |
| 4 (Chromium issue 319120) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-11-13: Version 3.23.3 | 9 2013-11-13: Version 3.23.3 |
2 | 10 |
3 Fixed compilation with GCC 4.8. | 11 Fixed compilation with GCC 4.8. |
4 (issue 2767, 2149) | 12 (issue 2767, 2149) |
5 | 13 |
6 Added explicit Isolate parameter to External::New. | 14 Added explicit Isolate parameter to External::New. |
7 (Chromium issue 266838) | 15 (Chromium issue 266838) |
8 | 16 |
9 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
10 | 18 |
(...skipping 6207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6218 setting break points in them. | 6226 setting break points in them. |
6219 | 6227 |
6220 | 6228 |
6221 2008-07-03: Version 0.1.0 | 6229 2008-07-03: Version 0.1.0 |
6222 | 6230 |
6223 Initial export. | 6231 Initial export. |
6224 | 6232 |
6225 # Local Variables: | 6233 # Local Variables: |
6226 # mode:text | 6234 # mode:text |
6227 # End: | 6235 # End: |
OLD | NEW |