| OLD | NEW |
| 1 2011-08-31: Version 3.5.10 | 1 2011-08-31: Version 3.5.10 |
| 2 | 2 |
| 3 Added dependency of v8_base on WinSocket2 Windows library in | 3 Added dependency of v8_base on WinSocket2 Windows library in |
| 4 the GYP-build. | 4 the GYP-build. |
| 5 | 5 |
| 6 Introduced temporal dead zone behavior for let bindings. | |
| 7 | |
| 8 Various bugfixes. | 6 Various bugfixes. |
| 9 | 7 |
| 10 | 8 |
| 11 2011-08-29: Version 3.5.9 | 9 2011-08-29: Version 3.5.9 |
| 12 | 10 |
| 13 Made FromPropertyDescriptor not trigger inherited setters. | 11 Made FromPropertyDescriptor not trigger inherited setters. |
| 14 | 12 |
| 15 Fixed .gyp files to work on the ARM simulator. | 13 Fixed .gyp files to work on the ARM simulator. |
| 16 | 14 |
| 17 Fixed shared library build warnings for MSVS. | 15 Fixed shared library build warnings for MSVS. |
| (...skipping 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3219 setting break points in them. | 3217 setting break points in them. |
| 3220 | 3218 |
| 3221 | 3219 |
| 3222 2008-07-03: Version 0.1.0 | 3220 2008-07-03: Version 0.1.0 |
| 3223 | 3221 |
| 3224 Initial export. | 3222 Initial export. |
| 3225 | 3223 |
| 3226 # Local Variables: | 3224 # Local Variables: |
| 3227 # mode:text | 3225 # mode:text |
| 3228 # End: | 3226 # End: |
| OLD | NEW |